-
Hi, Merve!
I noticed that you are comparing multilingual SigLIP with NLLB-CLIP. But there actually is a newer version of NLLB-CLIP that uses the SigLIP vision encoder! It is integrated into OpenCLI…
-
Hi, I use the released NLLB checkpoint to decode flroes Chinese testset, overall the results looks good. However, I found that a lot of very common Chinese characters/tokens are missing from the dicti…
-
Publish our first public training recipe where we demonstrate how users can train an NLLB model using fairseq2 components.
-
## ❓ Questions and Help
Here is the NLLB model's license, https://github.com/facebookresearch/fairseq/blob/nllb/LICENSE.model.md
Can we use NLLB model output (translation from language X to lang…
-
This could be used for LLMs and hopefully for encoder-decoder models like using the smaller NLLB coupled with the bigger NLLB models
-
I get the following error when I run both, a huggingface model and a faster whisper model on the same GPU:
```bash
self.model = ctranslate2.models.Whisper(
^^^^^^^^^^^^^^^^^^^^^…
-
Hi @Vahe1994,
I have fine-tuned a facebook's nllb model on my custom dataset for language translation. Could you provide a guideline on how to preform SpQR of this fine-tuned model? Specifically, I…
-
Hello,
Do you plan to support NLLB model ?
Thanks !
-
When I run the following converter script:
`ct2-transformers-converter --model facebook/nllb-200-distilled-1.3B --quantization float16 --output_dir nllb-200-distilled-1.3B-ct2-float16
`
I now g…
-
## 📚 Documentation
In the NLLB-200 documentation, https://github.com/facebookresearch/fairseq/tree/nllb there is no details on how to use the LID model (ie nllblid218e) for language ID prediction. …