Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attn_implementation": "eager",
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
8 |
-
"AutoModel": "modeling_internlm2.
|
9 |
},
|
10 |
"bias": false,
|
11 |
"bos_token_id": 1,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"InternLM2ForSequenceClassification"
|
4 |
],
|
5 |
"attn_implementation": "eager",
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_internlm2.InternLM2Config",
|
8 |
+
"AutoModel": "modeling_internlm2.InternLM2ForSequenceClassification"
|
9 |
},
|
10 |
"bias": false,
|
11 |
"bos_token_id": 1,
|