(Trained with Unsloth)
Browse files- config.json +2 -51
config.json
CHANGED
@@ -1,52 +1,3 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
"Qwen2ForCausalLM"
|
5 |
-
],
|
6 |
-
"attention_dropout": 0.0,
|
7 |
-
"bos_token_id": 151643,
|
8 |
-
"eos_token_id": 151645,
|
9 |
-
"hidden_act": "silu",
|
10 |
-
"hidden_size": 3584,
|
11 |
-
"initializer_range": 0.02,
|
12 |
-
"intermediate_size": 18944,
|
13 |
-
"max_position_embeddings": 32768,
|
14 |
-
"max_window_layers": 28,
|
15 |
-
"model_type": "qwen2",
|
16 |
-
"num_attention_heads": 28,
|
17 |
-
"num_hidden_layers": 28,
|
18 |
-
"num_key_value_heads": 4,
|
19 |
-
"quantization_config": {
|
20 |
-
"batch_size": 1,
|
21 |
-
"bits": 8,
|
22 |
-
"block_name_to_quantize": null,
|
23 |
-
"cache_block_outputs": true,
|
24 |
-
"damp_percent": 0.1,
|
25 |
-
"dataset": null,
|
26 |
-
"desc_act": false,
|
27 |
-
"exllama_config": {
|
28 |
-
"version": 1
|
29 |
-
},
|
30 |
-
"group_size": 128,
|
31 |
-
"max_input_length": null,
|
32 |
-
"model_seqlen": null,
|
33 |
-
"module_name_preceding_first_block": null,
|
34 |
-
"modules_in_block_to_quantize": null,
|
35 |
-
"pad_token_id": null,
|
36 |
-
"quant_method": "gptq",
|
37 |
-
"sym": true,
|
38 |
-
"tokenizer": null,
|
39 |
-
"true_sequential": true,
|
40 |
-
"use_cuda_fp16": false,
|
41 |
-
"use_exllama": false
|
42 |
-
},
|
43 |
-
"rms_norm_eps": 1e-06,
|
44 |
-
"rope_theta": 1000000.0,
|
45 |
-
"sliding_window": 131072,
|
46 |
-
"tie_word_embeddings": false,
|
47 |
-
"torch_dtype": "float16",
|
48 |
-
"transformers_version": "4.41.2",
|
49 |
-
"use_cache": true,
|
50 |
-
"use_sliding_window": false,
|
51 |
-
"vocab_size": 152064
|
52 |
-
}
|
|
|
1 |
{
|
2 |
+
"model_type": "qwen2"
|
3 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|