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

## 🚀 Feature Request The current get_buckets function ensures that you have the same number of samples in each bucket. This can result in many unnecessary padding. The feature would...

enhancement
help wanted
needs triage

## ❓ Questions and Help #### What is your question? What is the license for the tokenizer model used in NLLB(SPM-200)? The NLLB model itself is cc-by-nc-4.0, but it is...

question
needs triage

Hi, I am trying to reproduce [VideoCLIP on YouCook2](https://github.com/facebookresearch/fairseq/tree/main/examples/MMPT). Can you share pre-trained model for Youcook2?

question
needs triage

# Before submitting - [ no, this just adds a README ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [ yes ] Did...

CLA Signed

Japanese TTS downloaded the model with - wget https://dl.fbaipublicfiles.com/mms/tts/jvn.tar.gz after running infer.py, there is no text after the line - text after filtering OOV: What's the problem?

bug
needs triage

zh-cmn ![image](https://github.com/facebookresearch/fairseq/assets/21303438/968faaa3-75a0-400b-a786-d912453fd077) does cantoness not included?

needs triage
documentation

When I use the following command: python examples/mms/asr/infer/mms_infer.py --model "/path/to/asr/model" --lang lang_code --audio "/path/to/audio_1.wav" "/path/to/audio_1.wav" The result is disorder. How to correspond one by one.

bug

## What does this PR do? Bug Fix: Resolve issue with reading UTF-8 vocab files in the project ## PR review Anyone in the community is free to review the...

CLA Signed

I have pretrained `Wav2vec2 Conformer` model. Now when I run finetuning, there is a mismatch in weight file key ``` 2023-05-24 12:08:08.964865: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT...

## 🚀 Feature Request Are there any examples or implementation of Pfeiffer Adapters in fairseq models? I'm exploring efficient ways of finetuning model and wanted to include adapters in fairseq...

enhancement
help wanted
needs triage