Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
7 |
"AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM",
|
8 |
-
"AutoModel": "
|
9 |
},
|
10 |
"bias": false,
|
11 |
"bos_token_id": 1,
|
|
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
7 |
"AutoModelForCausalLM": "modeling_internlm2.InternLM2ForCausalLM",
|
8 |
+
"AutoModel": "modeling_internlm2.InternLM2ForSequenceClassification"
|
9 |
},
|
10 |
"bias": false,
|
11 |
"bos_token_id": 1,
|