-
How to train a custom seq2seq model with `BertModel`,
I would like to use some Chinese pretrained model base on `BertModel`
so I've tried using `Encoder-Decoder Model`, but it seems the`Encoder-…
-
## ❓ Questions and Help
#### What is your question?
When I run "comet-score -s test.en-zh.en -t decoder-out -r test.en-zh.zh", I got the following warnings. Is that normal? or am I missing somethi…
-
I converted XLMR-xxl from fairseq to transformers, and the model is too large to load in one GPU (the model is about 40g). I have 4 V100-32G gpu and how can I fix this problem ? How can I split and lo…
-
## ❓ Questions and Help
#### What is your question?
Say I pretrain a model. Then I finetune it which creates a new model. When doing inference with the finetuned model I can get an error because…
-
Hello,
I need your advice on usability of bicleaner ai in my situation.
I have around 100k Abkhazian-Russian parallel corpus with 85% accuracy rate 85% (15% is wrong translation).
I have 1.2 mi…
-
Ran into the error screenshotted below. We could raise a SystemExit when --half-precision (to be added) is passed without --use-gpu, as a possible solution.
-
I installed all the necessary dependencies and tried running the Tatoeba task using `bash scripts/train.sh "bert-base-multilingual-cased" tatoeba`.
However, I immediately ran into an ImportError:
…
vrmer updated
2 years ago
-
We found that evaluating the given transfer-en model on OntoNotes (EN) gives the following scores:
muc: 0.6939 0.2912 0.4103
b_cubed: 0.5365 0.1779 0.2672
ceafe: 0.4446 0.1548 0.2296
em: 0.0393 0.…
sm354 updated
2 years ago
-
## 🚀 Feature
I would like to use this library for COMET scores but I want to host xlm-roberta-large elsewhere like HuggingFace. How we can enable in this library? Would modifying xlmr.py be enough to…
-
When loading a pre-trained model I get stuck on a pre-defined loading of the vocabulary file which is set to an absolute path inside the model...
How can I fix this [without making the absolute path…