fairseq icon indicating copy to clipboard operation
fairseq copied to clipboard

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

Results 774 fairseq issues
Sort by recently updated
recently updated
newest added

## 🐛 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...

bug
needs triage

## ❓ 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...

question
needs triage

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...

question
needs triage

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...

question
needs triage

## 🚀 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...

enhancement
help wanted
needs triage

## ❓ 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....

question
needs triage

## 🐛 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...

bug
needs triage

# 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)? - [...

CLA Signed

## ❓ 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...

question
needs triage

My only question is that faireseq-translate can not translate all input sentence. The more details is represented in follow picture.

question
needs triage