Update config.json
Browse files- config.json +20 -2
config.json
CHANGED
@@ -20,14 +20,32 @@
|
|
20 |
"hidden_size": 4544,
|
21 |
"initializer_range": 0.02,
|
22 |
"layer_norm_epsilon": 1e-05,
|
|
|
23 |
"model_type": "falcon",
|
24 |
"multi_query": true,
|
25 |
"new_decoder_architecture": false,
|
26 |
"num_attention_heads": 71,
|
27 |
"num_hidden_layers": 32,
|
|
|
28 |
"parallel_attn": true,
|
29 |
-
"
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 65024
|
33 |
}
|
|
|
20 |
"hidden_size": 4544,
|
21 |
"initializer_range": 0.02,
|
22 |
"layer_norm_epsilon": 1e-05,
|
23 |
+
"max_position_embeddings": 2048,
|
24 |
"model_type": "falcon",
|
25 |
"multi_query": true,
|
26 |
"new_decoder_architecture": false,
|
27 |
"num_attention_heads": 71,
|
28 |
"num_hidden_layers": 32,
|
29 |
+
"num_kv_heads": 71,
|
30 |
"parallel_attn": true,
|
31 |
+
"quantization_config": {
|
32 |
+
"_load_in_4bit": true,
|
33 |
+
"_load_in_8bit": false,
|
34 |
+
"bnb_4bit_compute_dtype": "float32",
|
35 |
+
"bnb_4bit_quant_type": "fp4",
|
36 |
+
"bnb_4bit_use_double_quant": false,
|
37 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
38 |
+
"llm_int8_has_fp16_weight": false,
|
39 |
+
"llm_int8_skip_modules": null,
|
40 |
+
"llm_int8_threshold": 6.0,
|
41 |
+
"load_in_4bit": true,
|
42 |
+
"load_in_8bit": false,
|
43 |
+
"quant_method": "bitsandbytes"
|
44 |
+
},
|
45 |
+
"rope_scaling": null,
|
46 |
+
"rope_theta": 10000.0,
|
47 |
+
"torch_dtype": "float16",
|
48 |
+
"transformers_version": "4.38.2",
|
49 |
"use_cache": true,
|
50 |
"vocab_size": 65024
|
51 |
}
|