illian64 commited on
Commit
42e28af
·
verified ·
1 Parent(s): 834a7f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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`