Upload 2 files
Browse files- config.json +3 -11
- generation_config.json +6 -0
config.json
CHANGED
@@ -3,17 +3,9 @@
|
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
-
"auto_map": {
|
10 |
-
"AutoConfig": "tiiuae/falcon-7b--configuration_RW.RWConfig",
|
11 |
-
"AutoModel": "tiiuae/falcon-7b--modelling_RW.RWModel",
|
12 |
-
"AutoModelForCausalLM": "tiiuae/falcon-7b--modelling_RW.RWForCausalLM",
|
13 |
-
"AutoModelForQuestionAnswering": "tiiuae/falcon-7b--modelling_RW.RWForQuestionAnswering",
|
14 |
-
"AutoModelForSequenceClassification": "tiiuae/falcon-7b--modelling_RW.RWForSequenceClassification",
|
15 |
-
"AutoModelForTokenClassification": "tiiuae/falcon-7b--modelling_RW.RWForTokenClassification"
|
16 |
-
},
|
17 |
"bias": false,
|
18 |
"bos_token_id": 11,
|
19 |
"eos_token_id": 11,
|
@@ -21,12 +13,12 @@
|
|
21 |
"hidden_size": 4544,
|
22 |
"initializer_range": 0.02,
|
23 |
"layer_norm_epsilon": 1e-05,
|
24 |
-
"model_type": "
|
25 |
"multi_query": true,
|
26 |
"n_head": 71,
|
27 |
"n_layer": 32,
|
28 |
"parallel_attn": true,
|
29 |
-
"torch_dtype": "
|
30 |
"transformers_version": "4.30.0.dev0",
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 65024
|
|
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
6 |
+
"FalconForCausalLM"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
"bias": false,
|
10 |
"bos_token_id": 11,
|
11 |
"eos_token_id": 11,
|
|
|
13 |
"hidden_size": 4544,
|
14 |
"initializer_range": 0.02,
|
15 |
"layer_norm_epsilon": 1e-05,
|
16 |
+
"model_type": "falcon",
|
17 |
"multi_query": true,
|
18 |
"n_head": 71,
|
19 |
"n_layer": 32,
|
20 |
"parallel_attn": true,
|
21 |
+
"torch_dtype": "bfloat16",
|
22 |
"transformers_version": "4.30.0.dev0",
|
23 |
"use_cache": true,
|
24 |
"vocab_size": 65024
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.30.0.dev0"
|
6 |
+
}
|