Translation
Transformers
nllb
winstxnhdw commited on
Commit
40b483e
·
1 Parent(s): 2fb1f5d

docs: add README

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: translation
3
+ ---
4
+
5
+ # nllb-200-distilled-1.3B-ct2-int8
6
+
7
+ This model is used in [nllb-api](https://github.com/winstxnhdw/nllb-api).
8
+
9
+ ## Generation
10
+
11
+ The model was generated with the following command.
12
+
13
+ ```bash
14
+ ct2-transformers-converter --model facebook/nllb-200-distilled-1.3B --quantization int8 --output_dir converted/nllb-200-distilled-1.3B-ct2-int8
15
+ ```