Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -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,
|
|
@@ -26,4 +26,4 @@
|
|
| 26 |
"transformers_version": "4.30.0.dev0",
|
| 27 |
"use_cache": true,
|
| 28 |
"vocab_size": 50304
|
| 29 |
-
}
|
|
|
|
| 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,
|
|
|
|
| 26 |
"transformers_version": "4.30.0.dev0",
|
| 27 |
"use_cache": true,
|
| 28 |
"vocab_size": 50304
|
| 29 |
+
}
|