fairseq
fairseq copied to clipboard
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
## 🚀 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...
## ❓ 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...
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?
# Before submitting - [ no, this just adds a README ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [ yes ] Did...
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?
zh-cmn  does cantoness not included?
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.
## 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...
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...