Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"alibi": true,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
@@ -7,8 +7,8 @@
|
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
-
"AutoConfig": "
|
11 |
-
"AutoModelForCausalLM": "
|
12 |
},
|
13 |
"bias": true,
|
14 |
"bos_token_id": 1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "tiiuae/falcon-7b",
|
3 |
"alibi": true,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
|
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
+
"AutoConfig": "configuration_RW.RWConfig",
|
11 |
+
"AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
|
12 |
},
|
13 |
"bias": true,
|
14 |
"bos_token_id": 1,
|