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

# Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [x] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [x] Did you...

CLA Signed

On the webpage https://huggingface.co/facebook/mms-cclms, the download links for the Mandarin and Cantonese language models have turned into errors. Where else can I download them from?

question
needs triage

#### What is your question? Hi guys,When I execute the following command using the Lao 20gram language model in MMS,the following error occurs: RuntimeError: /root/anaconda3/envs/meta/temp_dir/kenlm/lm/model.cc:49 in void lm::ngram::detail::{anonymous}::CheckCounts(const std::vector&) threw...

question
needs triage

## 🐛 Bug ### To Reproduce Steps to reproduce the behavior (**always include the command you ran**): 1. Run cmd python examples/speech_recognition/infer.py ~/fairseq/benchmark --task audio_pretraining --nbest 1 --path ~/fairseq/model/checkpoint_last.pt --results-path...

bug
needs triage

## 🐛 Bug When translating eng_Latn to zho_Hant, there are always missing parts to be translated. It doesn't happen in Zho_hans. Evan yue_hant is better than zho_hant. ### To Reproduce...

bug
needs triage

## ❓ Questions and Help Hello, I see that you have implemented multi-modal data2vec (in the sense of jointly training the modalities), but the paper did not mention this. I...

question
needs triage

## ❓ Questions and Help I am now working on Hubert model I have pretrained a new model from Youtube dataset and finetuned the model using some animal sound files....

question
needs triage

## 🐛 Bug Doing Model Inferencing using below command python examples/speech_recognition/new/infer.py --config-dir examples/hubert/config/decode/ --config-name infer_viterbi task.data=DATA_DIR task.normalize=false common_eval.results_path=RESULTS_PATH/log common_eval.path=DATA_DIR/en_10min/checkpoint_best.pt dataset.gen_subset=PD '+task.labels=["unit"]' +decoding.results_path=RESULTS_PATH common_eval.post_process=none +dataset.batch_size=1 common_eval.quiet=True getting error of Traceback (most...

bug
needs triage

## 🐛 Bug When attempting to train the model using Fairseq, I encountered an error during the training process. Below is the error message: 2024-04-16 15:17:57 | INFO | fairseq.trainer...

bug
needs triage

How MMS uses microphones in real-time Microphone real-time language recognition

question
needs triage