Upload config.json with huggingface_hub
Browse files- config.json +71 -0
config.json
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/sara/.cache/huggingface/hub/models--Sao10K--72B-Qwen2.5-Kunou-v1/snapshots/aaec2ec68e301bfecbda8eac0c0611e5a1e72488",
|
3 |
+
"architectures": [
|
4 |
+
"Qwen2ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
+
"eos_token_id": 151643,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 8192,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 29568,
|
13 |
+
"max_position_embeddings": 131072,
|
14 |
+
"max_window_layers": 80,
|
15 |
+
"model_type": "qwen2",
|
16 |
+
"num_attention_heads": 64,
|
17 |
+
"num_hidden_layers": 80,
|
18 |
+
"num_key_value_heads": 8,
|
19 |
+
"quantization_config": {
|
20 |
+
"config_groups": {
|
21 |
+
"group_0": {
|
22 |
+
"input_activations": {
|
23 |
+
"actorder": null,
|
24 |
+
"block_structure": null,
|
25 |
+
"dynamic": true,
|
26 |
+
"group_size": null,
|
27 |
+
"num_bits": 8,
|
28 |
+
"observer": null,
|
29 |
+
"observer_kwargs": {},
|
30 |
+
"strategy": "token",
|
31 |
+
"symmetric": true,
|
32 |
+
"type": "float"
|
33 |
+
},
|
34 |
+
"output_activations": null,
|
35 |
+
"targets": [
|
36 |
+
"Linear"
|
37 |
+
],
|
38 |
+
"weights": {
|
39 |
+
"actorder": null,
|
40 |
+
"block_structure": null,
|
41 |
+
"dynamic": false,
|
42 |
+
"group_size": null,
|
43 |
+
"num_bits": 8,
|
44 |
+
"observer": "minmax",
|
45 |
+
"observer_kwargs": {},
|
46 |
+
"strategy": "channel",
|
47 |
+
"symmetric": true,
|
48 |
+
"type": "float"
|
49 |
+
}
|
50 |
+
}
|
51 |
+
},
|
52 |
+
"format": "float-quantized",
|
53 |
+
"global_compression_ratio": 1.4635441523988788,
|
54 |
+
"ignore": [
|
55 |
+
"lm_head"
|
56 |
+
],
|
57 |
+
"kv_cache_scheme": null,
|
58 |
+
"quant_method": "compressed-tensors",
|
59 |
+
"quantization_status": "compressed"
|
60 |
+
},
|
61 |
+
"rms_norm_eps": 1e-05,
|
62 |
+
"rope_scaling": null,
|
63 |
+
"rope_theta": 1000000.0,
|
64 |
+
"sliding_window": null,
|
65 |
+
"tie_word_embeddings": false,
|
66 |
+
"torch_dtype": "bfloat16",
|
67 |
+
"transformers_version": "4.47.0",
|
68 |
+
"use_cache": true,
|
69 |
+
"use_sliding_window": false,
|
70 |
+
"vocab_size": 152064
|
71 |
+
}
|