fairseq
fairseq copied to clipboard
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
how can i remove uneeded deps and models installed with fairseq ? i built a docker image and it's size 9.55 GB , so i need to resize to 2...
## What does this PR do? There is a mismatch between the audio config and the audio checkpoint. Change the `base_audio_only_task.yaml` file from depth=12, prenet_depth=0 to depth=8, prenet_depth=4 will not...
Search paths in alphabetical order when creating the manifest file for wav2vec so that the resulting tsv is deterministic.
#### What is your question? from fairseq import utils(cannot unpack non-iterable NoneType object) #### Code from fairseq import utils TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () 14 from...
Hi, I want to compute PNMI and to compare it to your results, can you please publish the phonetic-transcripts you used so I can have the same supervision? Thank you
## ❓ Questions and Help I follow the doc [here](https://github.com/facebookresearch/fairseq/blob/main/examples/speech_to_speech/docs/direct_s2st_discrete_units.md) to do speech to speech translation with discrete units; firstly, I prepare target units use ``` python examples/textless_nlp/gslm/speech2unit/clustering/quantize_with_kmeans.py \ --feature_type...
Hello, I was exploring the TTS, it's really great. Thank you for the work. Can I know does it support female voice, if yes how can I enable it. Any...
## ❓ Questions and Help Hello MMS, I run test on cmn-script_simplified with MMS-1B-all model, got 44% WER, which is an unacceptable result. Audio: [NCYzUhAtZNI_0066.zip](https://github.com/facebookresearch/fairseq/files/12453202/NCYzUhAtZNI_0066.zip) What i want: "而且显得皮肤好白哟就这支颜色会显得你夏天的时候特别的有气质而且会很亮眼就是人群当中第一眼就会看到你" What...
I want to understand the usage restrictions of NLLB, such as its memory consumption and how many characters I can pass for translation at once.
# 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...