Upload config
Browse files- config.json +3 -16
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
@@ -29,23 +29,10 @@
|
|
29 |
"num_hidden_layers": 32,
|
30 |
"num_kv_heads": 71,
|
31 |
"parallel_attn": true,
|
32 |
-
"problem_type": "single_label_classification",
|
33 |
-
"quantization_config": {
|
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": false,
|
42 |
-
"load_in_8bit": true,
|
43 |
-
"quant_method": "bitsandbytes"
|
44 |
-
},
|
45 |
"rope_scaling": null,
|
46 |
"rope_theta": 10000.0,
|
47 |
-
"torch_dtype": "
|
48 |
"transformers_version": "4.35.2",
|
49 |
-
"use_cache":
|
50 |
"vocab_size": 65024
|
51 |
}
|
|
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
6 |
+
"FalconForCausalLM"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
|
|
29 |
"num_hidden_layers": 32,
|
30 |
"num_kv_heads": 71,
|
31 |
"parallel_attn": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
"rope_scaling": null,
|
33 |
"rope_theta": 10000.0,
|
34 |
+
"torch_dtype": "bfloat16",
|
35 |
"transformers_version": "4.35.2",
|
36 |
+
"use_cache": true,
|
37 |
"vocab_size": 65024
|
38 |
}
|