fairseq icon indicating copy to clipboard operation
fairseq copied to clipboard

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

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

Hi, Regarding the models listed here https://github.com/pytorch/fairseq/tree/main/examples/moe_lm the model card and NOTE file included with the models say "Models are intended for research use only". Does this mean that they...

question
needs triage

## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? When I evaluate a CTC model on wav2cec2.0 according...

question
needs triage

Hi, I downloaded the dictionary and 600M NLLB-200-Distilled checkpoint. I failed to load model weights from the checkpoint due to inconsistent vocabulary size. The dictionary has 255997 tokens and the...

question
needs triage

Hi, I'm trying to train wav2vec2 model with my custom hindi data. But the issue I'm facing is I'm not sure what are the characters of Hindi dict file will...

question
needs triage

@myleott @alexeib amazing work once again! Would love to collaborate with you guys to build a Lightning App (a new class available in Lightning) so people can your work as...

CLA Signed

## ❓ Questions and Help #### What is your question? Is there some code path to enable forced decoding from the CLI? #### Code It seems like adding encoded inputs...

question
needs triage

Hi, this PR adds an check if the `target_model` module really exists in the encoder of a data2vec model. With newer pretrained data2vec models, this check is really important because...

CLA Signed

## 🐛 Bug ### To Reproduce Steps to reproduce the behavior (**always include the command you ran**): 1. Run cmd fairseq-train $DATASET_DIR --arch $BART --restore-file $PRETRAINED_MODEL \ --save-dir $SAVE_MODEL_DIR --tensorboard-logdir...

bug
needs triage

## 🐛 Bug [FloatingPointError: Minimum loss scale reached (0.0001). ](https://github.com/facebookresearch/fairseq/issues/1529#issuecomment-567955547) I met this assertation often when do training in fp16. I found it may be avoided by modifying the way...

bug
needs triage

## ❓ Questions and Help ### Before asking: 1. search the issues. 2. search the docs. #### What is your question? I change the `ddp-backend` from `no_c10d` to `fully_sharded` as...

question
needs triage