NLLB-inference icon indicating copy to clipboard operation
NLLB-inference copied to clipboard

Results 5 NLLB-inference issues
Sort by recently updated
recently updated
newest added

Hello, I was curious how long it took for your prediction to run? It took a couple of seconds for me so I was wondering if that was just due...

Navigate to https://github.com/facebookresearch/fairseq/tree/nllb and clone the repo. Before running the install instructions, add the following to the setup.py script: After line 270, add the following: `"spm_encode = scripts.spm_encode:main",`

The sentence buffer size is quoted at 100000, however I hit a limit at about 500 characters being translated, is this baked in somewhere?

![image](https://user-images.githubusercontent.com/32257747/183585361-0b282211-e03d-4ecb-82af-9c30ce91123c.png)

Hello, Would love to run inference with this model :) However I am having difficulties with the extra arguments. It is understandable if you don't have the model yourself and...