No documentation on how use nllb
See original GitHub issue📚 Documentation
Hey there,
I am trying to play with nllb but there isn’t a basic code sample to try it.
I can download the checkpoint.pt
but I am not sure what I would do afterwards.
I notice it’s also not available on torch.hub
Can you provide a piece of example code to get a translation?
Issue Analytics
- State:
- Created a year ago
- Reactions:10
- Comments:16 (2 by maintainers)
Top Results From Across the Web
NLLB - Hugging Face
We're on a journey to advance and democratize artificial intelligence through open source and open science.
Read more >Text Translation Tutorial using NLLB and DL | MLearning.ai
Text Language Detection and Text Translation tutorial using No Language Left Behind and fasttext from Meta AI (FAIR). ... No documentation on how...
Read more >No Language Left Behind - Meta AI Research Topic
No Language Left Behind (NLLB) is a first-of-its-kind, AI breakthrough project that open-sources models capable of delivering evaluated, high-quality ...
Read more >Meta Releases NLLB-200, New Open-Source Model Able To ...
Meta AI has revealed a new model today called NLLB-200 (No Language Left Behind), a new 54-billion parameter translation model. The model ...
Read more >No Language Left Behind (NLLB) - Zeta Alpha
The first thing that we tried to do in NLLB is really understanding, okay, ... Like, if you have to wait five minutes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@314esther @Suhail Hi, You can check here for a convenient script to run the model inference from the command line without having to dealing with the config files.
Hi guys. I tested NLLB using huggingface transformers.
NOTE: You should install the latest dev version using below instruction in order to use NLLB tokenizer.
then… test it!
Language code is described in FLORES-200
Update: I made the huggingface space demo: https://huggingface.co/spaces/Geonmo/nllb-translation-demo