Update README.md
Browse files
README.md
CHANGED
@@ -428,4 +428,10 @@ pipeline_tag: translation
|
|
428 |
library_name: transformers
|
429 |
tags:
|
430 |
- text2text-generation
|
431 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
library_name: transformers
|
429 |
tags:
|
430 |
- text2text-generation
|
431 |
+
---
|
432 |
+
|
433 |
+
**Disclaimer**: [illian64](https://huggingface.co/illian64), who was not involved in this research, converted
|
434 |
+
the original models to CTranslate2 optimized model and wrote the contents of this model card based on [google/madlad400-10b-mt](https://huggingface.co/google/madlad400-10b-mt).
|
435 |
+
|
436 |
+
Convert params:
|
437 |
+
`ct2-transformers-converter --model google/madlad400-10b-mt --quantization bfloat16 --output_dir ct2-madlad400-10b-bfloat16`
|