Upload MiniMaxForCausalLM
Browse files- config.json +7 -3
- generation_config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"attn_type_list": [
|
7 |
-
|
8 |
-
|
9 |
],
|
10 |
"block_size": 256,
|
11 |
"bos_token_id": 1,
|
@@ -17,6 +17,10 @@
|
|
17 |
"hidden_size": 1024,
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3584,
|
|
|
|
|
|
|
|
|
20 |
"linear_attn_alpha_factor": 1,
|
21 |
"linear_attn_beta_factor": 1,
|
22 |
"max_position_embeddings": 32768,
|
@@ -36,7 +40,7 @@
|
|
36 |
"sliding_window": null,
|
37 |
"tie_word_embeddings": false,
|
38 |
"torch_dtype": "float32",
|
39 |
-
"transformers_version": "4.
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 3200
|
42 |
}
|
|
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"attn_type_list": [
|
7 |
+
"linear_attention",
|
8 |
+
"full_attention"
|
9 |
],
|
10 |
"block_size": 256,
|
11 |
"bos_token_id": 1,
|
|
|
17 |
"hidden_size": 1024,
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3584,
|
20 |
+
"layer_types": [
|
21 |
+
"full_attention",
|
22 |
+
"linear_attention"
|
23 |
+
],
|
24 |
"linear_attn_alpha_factor": 1,
|
25 |
"linear_attn_beta_factor": 1,
|
26 |
"max_position_embeddings": 32768,
|
|
|
40 |
"sliding_window": null,
|
41 |
"tie_word_embeddings": false,
|
42 |
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.53.0.dev0",
|
44 |
"use_cache": true,
|
45 |
"vocab_size": 3200
|
46 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.53.0.dev0"
|
6 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 770867576
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82e4382b8988ce7f026b51307a1993de7504f36ba313914ef60543ac184ef0a9
|
3 |
size 770867576
|