Upload config.json with huggingface_hub
Browse files- config.json +8 -11
config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"attn_logit_softcapping": null,
|
| 9 |
"bos_token_id": 2,
|
| 10 |
-
"dtype": "
|
| 11 |
"eos_token_id": 106,
|
| 12 |
"final_logit_softcapping": null,
|
| 13 |
"head_dim": 256,
|
|
@@ -47,21 +47,18 @@
|
|
| 47 |
"rope_scaling": null,
|
| 48 |
"rope_theta": 1000000.0,
|
| 49 |
"sliding_window": 512,
|
| 50 |
-
"transformers_version": "4.
|
| 51 |
"unsloth_fixed": true,
|
| 52 |
"unsloth_version": "2025.12.8",
|
| 53 |
"use_bidirectional_attention": false,
|
| 54 |
"use_cache": true,
|
| 55 |
"vocab_size": 262144,
|
| 56 |
"transformers.js_config": {
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
"q4": {
|
| 63 |
-
"file": "model_quantized.onnx"
|
| 64 |
-
}
|
| 65 |
}
|
| 66 |
}
|
| 67 |
-
}
|
|
|
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"attn_logit_softcapping": null,
|
| 9 |
"bos_token_id": 2,
|
| 10 |
+
"dtype": "bfloat16",
|
| 11 |
"eos_token_id": 106,
|
| 12 |
"final_logit_softcapping": null,
|
| 13 |
"head_dim": 256,
|
|
|
|
| 47 |
"rope_scaling": null,
|
| 48 |
"rope_theta": 1000000.0,
|
| 49 |
"sliding_window": 512,
|
| 50 |
+
"transformers_version": "4.56.1",
|
| 51 |
"unsloth_fixed": true,
|
| 52 |
"unsloth_version": "2025.12.8",
|
| 53 |
"use_bidirectional_attention": false,
|
| 54 |
"use_cache": true,
|
| 55 |
"vocab_size": 262144,
|
| 56 |
"transformers.js_config": {
|
| 57 |
+
"dtype": "fp32",
|
| 58 |
+
"use_external_data_format": true,
|
| 59 |
+
"kv_cache_dtype": {
|
| 60 |
+
"q4f16": "float16",
|
| 61 |
+
"fp16": "float16"
|
|
|
|
|
|
|
|
|
|
| 62 |
}
|
| 63 |
}
|
| 64 |
+
}
|