thejagstudio
commited on
Commit
•
2756b8d
1
Parent(s):
9a6121c
Update config.json
Browse files- config.json +9 -7
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "tiiuae/falcon-7b",
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
@@ -7,9 +6,12 @@
|
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
-
"AutoConfig": "
|
11 |
-
"AutoModel": "
|
12 |
-
"
|
|
|
|
|
|
|
13 |
},
|
14 |
"bias": false,
|
15 |
"bos_token_id": 11,
|
@@ -18,13 +20,13 @@
|
|
18 |
"hidden_size": 4544,
|
19 |
"initializer_range": 0.02,
|
20 |
"layer_norm_epsilon": 1e-05,
|
21 |
-
"model_type": "
|
22 |
"multi_query": true,
|
23 |
"n_head": 71,
|
24 |
"n_layer": 32,
|
25 |
"parallel_attn": true,
|
26 |
"torch_dtype": "bfloat16",
|
27 |
-
"transformers_version": "4.
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 65024
|
30 |
-
}
|
|
|
1 |
{
|
|
|
2 |
"alibi": false,
|
3 |
"apply_residual_connection_post_layernorm": false,
|
4 |
"architectures": [
|
|
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "configuration_RW.RWConfig",
|
10 |
+
"AutoModel": "modelling_RW.RWModel",
|
11 |
+
"AutoModelForSequenceClassification": "modelling_RW.RWForSequenceClassification",
|
12 |
+
"AutoModelForTokenClassification": "modelling_RW.RWForTokenClassification",
|
13 |
+
"AutoModelForQuestionAnswering": "modelling_RW.RWForQuestionAnswering",
|
14 |
+
"AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
|
15 |
},
|
16 |
"bias": false,
|
17 |
"bos_token_id": 11,
|
|
|
20 |
"hidden_size": 4544,
|
21 |
"initializer_range": 0.02,
|
22 |
"layer_norm_epsilon": 1e-05,
|
23 |
+
"model_type": "RefinedWebModel",
|
24 |
"multi_query": true,
|
25 |
"n_head": 71,
|
26 |
"n_layer": 32,
|
27 |
"parallel_attn": true,
|
28 |
"torch_dtype": "bfloat16",
|
29 |
+
"transformers_version": "4.27.4",
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 65024
|
32 |
+
}
|