-
### Description
I am trying to run the below code:
from pythainlp.translate.en_th import EnThTranslator, ThEnTranslator
enth = EnThTranslator()
enth.translate("I Like dogs")
It works fine o…
-
## ❓ Questions and Help
#### What is your question?
Hi, I am getting "OOM during optimization, irrecoverable" when trying to fine-tune the 3.3B parameter NLLB model.
##### Stack trace:
```…
-
## 🐛 Bug
### To Reproduce
Run this bash script to train a language model over a dataset
```
TEXT=../../data/cai
fairseq-train --cpu --task language_modeling \
$TEXT/data-bin/cai \
--s…
-
I am trying to use apex along with [pytorch/fairseq](https://github.com/pytorch/fairseq/) and using the method for installation as mentioned in the [readme](https://github.com/pytorch/fairseq/#require…
-
"TypeError: 'NoneType' object is not subscriptable" when I run this instruction.
Here is the detail:
| Wrote preprocessed oracle data to DATA/wiki25/features/cofill_o8.3_act-states_RoBERTa-large…
-
I have a graph meant to graph wind speed in different colors as you can see in the code.
Though I find myself with an issue, if the color threshold value its not reached, the color it uses is black …
-
To gather requirements in single place and refresh ~4 years old discussions creating this issue to cover _rolling functions_ feature (also known as _rolling aggregates_, _sliding window_ or _moving av…
-
## What is a melodyplot?
A proprietary software named Melodyne, made by Celemony GmbH, has a very intuitive interface for displaying melodies. It sits right in between a wave plot, a pitch contour …
-
### I want to finetune existing M2M 100 models (418M, 1.2B, 12B) for a particular language pair translation say (bn-en).
Which script(s) or training sequence/tutorial/doc should I follow. Currently…
-
After doing the data preprocessing, training and evaluation for humorous headline generation provided by this repo, i get the following result. The BLEU score is 9.0, much lower than you have written …