Update config.json
Browse files- config.json +4 -5
config.json
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "eth-dl-rewards/internlm2-7b-mod",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
9 |
-
"
|
10 |
-
"
|
11 |
},
|
12 |
"bias": false,
|
13 |
"bos_token_id": 1,
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
+
"InternLM2ForCausalLM"
|
4 |
],
|
5 |
+
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
8 |
+
"AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM",
|
9 |
+
"AutoModel": "modeling_internlm2.InternLM2ForSequenceClassification"
|
10 |
},
|
11 |
"bias": false,
|
12 |
"bos_token_id": 1,
|