-
As of today (2023/05/03), the dataset viewer does not work for the following datasets, in the list of the 30 most downloaded datasets (https://huggingface.co/datasets):
- [x] https://huggingface.co…
-
### System Info
Hello,
When i use the code below
```py
...
tokenizer = AutoTokenizer.from_pretrained("facebook/nllb-200-distilled-600M")
...
```
Models : `nllb-distilled-600M`
I got an…
-
Hi, I'm using windows 11 and followed all the steps, but when I started Serve using nllb-serve command I got these following error.
![image](https://user-images.githubusercontent.com/51163799/2061705…
-
I created a colab notebook that successfully fine-tuned an NLLB model with SILNLP.
https://colab.research.google.com/drive/1XcZfChjNBqQiP4exspbpKHX9urglnUE2#scrollTo=TtJdkc8bx7S9
There's an error …
-
I tried to fine-tune NLLB model on my custom dataset on multi-gpu environment, and it makes following error.
`RuntimeError: Expected all tensors to be on the same device, but found at least two dev…
-
These are models that support a wider range of languages.
- mT5 https://huggingface.co/docs/transformers/model_doc/mt5
- mBART https://huggingface.co/docs/transformers/model_doc/mbart
- NLLB http…
-
## ❓ Questions and Help
I want to test finetuning nllb models(3.3B) , I followed the doc in [Finetuning NLLB models](https://github.com/facebookresearch/fairseq/tree/nllb/examples/nllb/modeling)
wit…
-
I try to start nllb_serve, and get get this error below:
Has anyone met same problem?
-
Explore open source models/tools to translate the topics for MT runs.
Explore models like GMT, NLLB, etc
-
### Model description
Hi,
Meta recently released another cool project called "No Language Left Behind" (NLLB):
> No Language Left Behind (NLLB) is a first-of-its-kind, AI breakthrough project…