Translation
Transformers
ctranslate2
int8
nllb
vicgalle commited on
Commit
85ad380
·
verified ·
1 Parent(s): 79ae49a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -209,3 +209,10 @@ datasets:
209
  - flores-200
210
  inference: false
211
  ---
 
 
 
 
 
 
 
 
209
  - flores-200
210
  inference: false
211
  ---
212
+
213
+ ## Downloading the weights:
214
+
215
+ ```bash
216
+ git lfs install
217
+ git clone https://huggingface.co/KomorebiAI/nllb-200-3.3B-int8-ct2 model
218
+ ```