Update README.md
Browse files
README.md
CHANGED
@@ -3,3 +3,8 @@ license: cc-by-nc-4.0
|
|
3 |
base_model:
|
4 |
- facebook/nllb-200-distilled-1.3B
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
3 |
base_model:
|
4 |
- facebook/nllb-200-distilled-1.3B
|
5 |
---
|
6 |
+
Quantized int8 version of [nllb-200-distilled-1.3B](https://huggingface.co/facebook/nllb-200-distilled-1.3B)
|
7 |
+
|
8 |
+
Source: https://forum.opennmt.net/t/nllb-200-with-ctranslate2/5090/1
|
9 |
+
|
10 |
+
Implemented in my translation project: https://github.com/BLCK-B/Moerkepub
|