-
**Source / repo**
[URL]
**Model description**
[DESCRIPTION]
**Dataset**
[DATASET]
**Literature benchmark source**
[URL]
**Literature benchmark performance**
[DESCRIPTION]
[VALUE/S]
**Strong …
-
### Question
Hey, I've been trying to access the attentions output by the MarianMT like so (please excuse the unorthodox config argument, tidying up is next on my todo list):
```
const model_…
-
Hi, I am new to the field of NLP. I wanna do the fine-tuning of MarianMT pretrained models for deutsch to english translation. But, i am not sure how to achieve that. I checked the MarianMT, they uses…
-
Hi,
Are there any plans to allow conversion of seq2seq translation model as opus-mt (MarianMT model type)?
-
# Text Data Augmentation with MarianMT
Learn how to use machine translation models in Hugging Face Transformers for data augmentation
[https://agrawalanshul053.github.io//back-translation/](https://…
-
I am trying to prune MarianMT model for example https://huggingface.co/Helsinki-NLP/opus-mt-en-ar. and the library seems not to support it. Is there any way to use it for pruning that model, or what p…
-
I'm having trouble exporting the `Helsinki-NLP/opus-mt-es-en` model for language translation into the optimised OpenVino IR format. Reading through the other issues within this repository highlighted …
-
### 🚀 The feature, motivation, and pitch
I've been working on RLHF for a while and have been exploring the use of Minimum Risk Training (paper: [here](https://arxiv.org/abs/1512.02433) with further…
-
hi i have my own dataset can someone please provide the procedure for how can we train our dataset
-
hi, thanks for your huggingface models.
I want to fine tune the model (opus-mt-en-zh) using some parallel corpora in vertical fields. But I don't know how to do.
Would you mind giving me an example…