Wonder-Griffin commited on
Commit
f740f5c
1 Parent(s): 40d58fc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -36
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": "TraXLMistral",
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
+ }