Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -143,6 +143,7 @@
|
|
| 143 |
"use_cache": true,
|
| 144 |
"vocab_size": 200064,
|
| 145 |
"transformers.js_config": {
|
|
|
|
| 146 |
"use_external_data_format": {
|
| 147 |
"model.onnx": 8,
|
| 148 |
"model_fp16.onnx": 4,
|
|
|
|
| 143 |
"use_cache": true,
|
| 144 |
"vocab_size": 200064,
|
| 145 |
"transformers.js_config": {
|
| 146 |
+
"dtype": "q4f16",
|
| 147 |
"use_external_data_format": {
|
| 148 |
"model.onnx": 8,
|
| 149 |
"model_fp16.onnx": 4,
|