Wonder-Griffin
commited on
Commit
•
84d3101
1
Parent(s):
664d199
Update checkpoint-1148/config.json
Browse files- checkpoint-1148/config.json +36 -36
checkpoint-1148/config.json
CHANGED
@@ -1,36 +1,36 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "C:/Users/wonde/Wonder-Griffin/TraXLMistralForCausalLM",
|
3 |
-
"architectures": [
|
4 |
-
"TraXLMistralForCausalLM"
|
5 |
-
],
|
6 |
-
"dropout": 0.1,
|
7 |
-
"dynamic_routing": true,
|
8 |
-
"ff_expansion_factor": 4,
|
9 |
-
"hidden_size": 768,
|
10 |
-
"id2label": {
|
11 |
-
"0": "LABEL_0",
|
12 |
-
"1": "LABEL_1",
|
13 |
-
"2": "LABEL_2",
|
14 |
-
"3": "LABEL_3",
|
15 |
-
"4": "LABEL_4"
|
16 |
-
},
|
17 |
-
"is_decoder": true,
|
18 |
-
"label2id": {
|
19 |
-
"LABEL_0": 0,
|
20 |
-
"LABEL_1": 1,
|
21 |
-
"LABEL_2": 2,
|
22 |
-
"LABEL_3": 3,
|
23 |
-
"LABEL_4": 4
|
24 |
-
},
|
25 |
-
"max_computation_steps": 5,
|
26 |
-
"max_len": 256,
|
27 |
-
"memory_size": 256,
|
28 |
-
"model_type": "
|
29 |
-
"n_head": 4,
|
30 |
-
"n_layer": 4,
|
31 |
-
"rnn_units": 128,
|
32 |
-
"sparse_attention": true,
|
33 |
-
"torch_dtype": "float32",
|
34 |
-
"transformers_version": "4.44.2",
|
35 |
-
"vocab_size": 50257
|
36 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "C:/Users/wonde/Wonder-Griffin/TraXLMistralForCausalLM",
|
3 |
+
"architectures": [
|
4 |
+
"TraXLMistralForCausalLM"
|
5 |
+
],
|
6 |
+
"dropout": 0.1,
|
7 |
+
"dynamic_routing": true,
|
8 |
+
"ff_expansion_factor": 4,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "LABEL_0",
|
12 |
+
"1": "LABEL_1",
|
13 |
+
"2": "LABEL_2",
|
14 |
+
"3": "LABEL_3",
|
15 |
+
"4": "LABEL_4"
|
16 |
+
},
|
17 |
+
"is_decoder": true,
|
18 |
+
"label2id": {
|
19 |
+
"LABEL_0": 0,
|
20 |
+
"LABEL_1": 1,
|
21 |
+
"LABEL_2": 2,
|
22 |
+
"LABEL_3": 3,
|
23 |
+
"LABEL_4": 4
|
24 |
+
},
|
25 |
+
"max_computation_steps": 5,
|
26 |
+
"max_len": 256,
|
27 |
+
"memory_size": 256,
|
28 |
+
"model_type": "gpt2",
|
29 |
+
"n_head": 4,
|
30 |
+
"n_layer": 4,
|
31 |
+
"rnn_units": 128,
|
32 |
+
"sparse_attention": true,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.44.2",
|
35 |
+
"vocab_size": 50257
|
36 |
+
}
|