Upload folder using huggingface_hub
Browse files- config.json +7 -2
config.json
CHANGED
|
@@ -23,5 +23,10 @@
|
|
| 23 |
"torch_dtype": "bfloat16",
|
| 24 |
"transformers_version": "4.53.1",
|
| 25 |
"use_cache": true,
|
| 26 |
-
"vocab_size": 131072
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"torch_dtype": "bfloat16",
|
| 24 |
"transformers_version": "4.53.1",
|
| 25 |
"use_cache": true,
|
| 26 |
+
"vocab_size": 131072,
|
| 27 |
+
"quantization_config": {
|
| 28 |
+
"activation_scheme": "dynamic",
|
| 29 |
+
"fmt": "e4m3",
|
| 30 |
+
"quant_method": "fp8"
|
| 31 |
+
}
|
| 32 |
+
}
|