Commit
·
9f7b0ea
1
Parent(s):
834fffc
Upload config.json with huggingface_hub (#1)
Browse files- Upload config.json with huggingface_hub (dc6c3078b9a059e26a99ff7faef31fa437b7f435)
- config.json +41 -0
config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "tiiuae/falcon-40b-instruct",
|
| 3 |
+
"alibi": false,
|
| 4 |
+
"apply_residual_connection_post_layernorm": false,
|
| 5 |
+
"architectures": [
|
| 6 |
+
"RWForCausalLM"
|
| 7 |
+
],
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"auto_map": {
|
| 10 |
+
"AutoConfig": "tiiuae/falcon-40b-instruct--configuration_RW.RWConfig",
|
| 11 |
+
"AutoModelForCausalLM": "tiiuae/falcon-40b-instruct--modelling_RW.RWForCausalLM"
|
| 12 |
+
},
|
| 13 |
+
"bias": false,
|
| 14 |
+
"bos_token_id": 11,
|
| 15 |
+
"eos_token_id": 11,
|
| 16 |
+
"hidden_dropout": 0.0,
|
| 17 |
+
"hidden_size": 8192,
|
| 18 |
+
"initializer_range": 0.02,
|
| 19 |
+
"layer_norm_epsilon": 1e-05,
|
| 20 |
+
"model_type": "RefinedWeb",
|
| 21 |
+
"n_head": 128,
|
| 22 |
+
"n_head_kv": 8,
|
| 23 |
+
"n_layer": 60,
|
| 24 |
+
"parallel_attn": true,
|
| 25 |
+
"quantization_config": {
|
| 26 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
| 27 |
+
"bnb_4bit_quant_type": "nf4",
|
| 28 |
+
"bnb_4bit_use_double_quant": true,
|
| 29 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
| 30 |
+
"llm_int8_has_fp16_weight": false,
|
| 31 |
+
"llm_int8_skip_modules": null,
|
| 32 |
+
"llm_int8_threshold": 6.0,
|
| 33 |
+
"load_in_4bit": true,
|
| 34 |
+
"load_in_8bit": false,
|
| 35 |
+
"quant_method": "bitsandbytes"
|
| 36 |
+
},
|
| 37 |
+
"torch_dtype": "bfloat16",
|
| 38 |
+
"transformers_version": "4.33.0.dev0",
|
| 39 |
+
"use_cache": false,
|
| 40 |
+
"vocab_size": 65024
|
| 41 |
+
}
|