fairseq
fairseq copied to clipboard
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
## 🐛 Bug The training of the [Translation model](https://github.com/pytorch/fairseq/tree/master/examples/translation) fails with ``` AttributeError: module 'sacrebleu' has no attribute 'compute_bleu' ``` ### To Reproduce Follow the example Data preps and then...
## ❓ Questions and Help After pre-training and fine-tuning wav2vec2.0, we use the evaluation CTC model, and the error message shows "ModuleNotFoundError: No module named 'examples.speech_recognition'". What is the reason...
I have an issue when using hubert and fairseq on a P100 GPU. Same code runs fine on P40 and RTX 3090. Is compute 6.0 not supported? ``` Traceback (most...
hey there, i am trying to reproduce X-MOD model from scratch with the premise of understanding language specific modular training better, thus to pretrain other models like spanBERT, BART, LLAMA...
## 🚀 Feature Request ### Motivation My models rely on the new version of fairseq and require editable compilation when used by others. Hopefully, a new version of the package...
## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? Hi, I can not run fine-tuning with NLLB200 setting....
## 🐛 Bug ``` Traceback (most recent call last): File "/home/odin/dev/nlp-swe/swedish_nlp_datasets/fairseq/fairseq_cli/hydra_train.py", line 10, in import hydra File "/home/odin/.pyenv/versions/fairseq/lib/python3.11/site-packages/hydra/__init__.py", line 5, in from hydra import utils File "/home/odin/.pyenv/versions/fairseq/lib/python3.11/site-packages/hydra/utils.py", line 10, in...
# Before submitting - [ no] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [ yes] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [...
## ❓ Questions and Help I have 35GB data and I'm unable to pretrain RoBERTa in one go. Is it possible to stop training and then continue it from the...
My only question is that faireseq-translate can not translate all input sentence. The more details is represented in follow picture.