fairseq
fairseq copied to clipboard
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
Hi, iam trying to resolve an issue , iam using indictrans and everytime i use it logging the fairseq logs like this: and its taking a lot of space so...
Bumps the pip group with 2 updates in the /examples/speech_to_speech/asr_bleu directory: [torch](https://github.com/pytorch/pytorch) and [transformers](https://github.com/huggingface/transformers). Updates `torch` from 1.12.1 to 1.13.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.12.1...v1.13.1) Updates `transformers` from...
# 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...
## 🐛 Bug The model trained (in Colab) according to instructions in Neural Language Modeling "Training a transformer language model with the CLI tools" example model has an empty 'args'...
**When attempting to train a model using Fairseq, I encountered an AttributeError during the training process. The error occurred after printing information about the dictionary size and seems to be...
Failed to build fairseq ERROR: Could not build wheels for fairseq, which is required to install pyproject.toml-based projects how to resolve it?
#### What is your question? I installed fairseq for mBART model then While installing apex I encountered the following error:    #### What have you tried? 1. I...
## 🐛 Bug Compared to lid.176.bin, the new model isn't better. Where is the training data? Thx ### To Reproduce ``` wget -q -k https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin wget -q -k https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.ftz wget...
#### What is your question? I am trying to translate Arabizi to English. This is the romanized version of the Arab language which is often used on social-media. Is this...
### Description I am currently experiencing issues running `fairseq` version 0.12.2 on Python 3.11.8. Despite `fairseq` being compatible with Python versions 3.6 and above, I've encountered problems that seem to...