Daniil-plotnikov
commited on
Commit
•
38d080d
1
Parent(s):
b857149
Update config.json
Browse files- config.json +8 -3
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"alibi": false,
|
3 |
"apply_residual_connection_post_layernorm": false,
|
4 |
"architectures": [
|
@@ -6,8 +7,12 @@
|
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "configuration_RW.RWConfig",
|
10 |
-
"
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
"bias": false,
|
13 |
"bos_token_id": 11,
|
@@ -22,7 +27,7 @@
|
|
22 |
"n_layer": 32,
|
23 |
"parallel_attn": true,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
-
"transformers_version": "4.
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 65024
|
28 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "tiiuae/falcon-7b",
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
|
|
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,
|
|
|
27 |
"n_layer": 32,
|
28 |
"parallel_attn": true,
|
29 |
"torch_dtype": "bfloat16",
|
30 |
+
"transformers_version": "4.30.0.dev0",
|
31 |
"use_cache": true,
|
32 |
"vocab_size": 65024
|
33 |
}
|