Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
"alibi": false,
|
4 |
"apply_residual_connection_post_layernorm": false,
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auto_map": {
|
10 |
"AutoConfig": "configuration_RW.RWConfig",
|
11 |
"AutoModel": "modeling_RW.RWModel",
|
12 |
-
"AutoModelForCausalLM": "
|
13 |
},
|
14 |
"bias": false,
|
15 |
"bos_token_id": 11,
|
|
|
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": "configuration_RW.RWConfig",
|
11 |
"AutoModel": "modeling_RW.RWModel",
|
12 |
+
"AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
|
13 |
},
|
14 |
"bias": false,
|
15 |
"bos_token_id": 11,
|