change files
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"attn_type_list": [
|
@@ -86,8 +86,8 @@
|
|
86 |
1
|
87 |
],
|
88 |
"auto_map": {
|
89 |
-
"AutoConfig": "
|
90 |
-
"AutoModelForCausalLM": "
|
91 |
},
|
92 |
"bos_token_id": 1,
|
93 |
"eos_token_id": 2,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"MiniMaxText01ForCausalLM"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"attn_type_list": [
|
|
|
86 |
1
|
87 |
],
|
88 |
"auto_map": {
|
89 |
+
"AutoConfig": "configuration_minimax_text_01.MiniMaxText01Config",
|
90 |
+
"AutoModelForCausalLM": "modeling_minimax_text_01.MiniMaxText01ForCausalLM"
|
91 |
},
|
92 |
"bos_token_id": 1,
|
93 |
"eos_token_id": 2,
|