ISoloist1 commited on
Commit
b04e470
·
verified ·
1 Parent(s): a2b544a

Create README.md

Browse files

## ONNX version of [google/madlad400-3b-mt](https://huggingface.co/google/madlad400-3b-mt)

## Converted and quantized with [optimum-cli](https://github.com/huggingface/optimum)

- Convert to ONNX:
```sh
optimum-cli onnxruntime export --model google/madlad400-3b-mt <output_path> --legacy
```

- Quantization:
```sh
optimum-cli onnxruntime quantize --onnx_model <input_model_path> -o <output_model_path> --avx512_vnni
```

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - google/madlad400-3b-mt
5
+ pipeline_tag: translation
6
+ tags:
7
+ - text2text-generation
8
+ - text-generation-inference
9
+ ---