chaenykim commited on
Commit
cb61b03
·
verified ·
1 Parent(s): 4ead74f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +81 -121
config.json CHANGED
@@ -1,122 +1,82 @@
1
  {
2
- "_name_or_path": "",
3
- "_number_of_features": 6,
4
- "activation_dropout": 0.1,
5
- "activation_function": "gelu",
6
- "add_cross_attention": false,
7
- "attention_dropout": 0.1,
8
- "attention_type": "prob",
9
- "attribute_map": {
10
- "hidden_size": "d_model",
11
- "num_attention_heads": "encoder_attention_heads",
12
- "num_hidden_layers": "encoder_layers"
13
- },
14
- "cardinality": [
15
- 0
16
- ],
17
- "chunk_size_feed_forward": 0,
18
- "classifier_dropout": 0.2,
19
- "context_length": 300,
20
- "d_model": 768,
21
- "decoder_attention_heads": 12,
22
- "decoder_ffn_dim": 256,
23
- "decoder_layerdrop": 0.1,
24
- "decoder_layers": 8,
25
- "distil": false,
26
- "distribution_output": "student_t",
27
- "diversity_penalty": 0.0,
28
- "do_sample": false,
29
- "dropout": 0.2,
30
- "early_stopping": false,
31
- "embedding_dimension": [
32
- 0
33
- ],
34
- "encoder_attention_heads": 12,
35
- "encoder_ffn_dim": 256,
36
- "encoder_layerdrop": 0.1,
37
- "encoder_layers": 8,
38
- "encoder_no_repeat_ngram_size": 0,
39
- "feature_size": 8,
40
- "fourier_pe": true,
41
- "has_labels": true,
42
- "id2label": {
43
- "0": "LABEL_0",
44
- "1": "LABEL_1",
45
- "2": "LABEL_2",
46
- "3": "LABEL_3",
47
- "4": "LABEL_4",
48
- "5": "LABEL_5",
49
- "6": "LABEL_6",
50
- "7": "LABEL_7",
51
- "8": "LABEL_8",
52
- "9": "LABEL_9",
53
- "10": "LABEL_10",
54
- "11": "LABEL_11",
55
- "12": "LABEL_12",
56
- "13": "LABEL_13"
57
- },
58
- "init_std": 0.02,
59
- "input_size": 2,
60
- "is_composition": false,
61
- "is_decoder": false,
62
- "is_encoder_decoder": true,
63
- "label2id": {
64
- "LABEL_0": 0,
65
- "LABEL_1": 1,
66
- "LABEL_2": 2,
67
- "LABEL_3": 3,
68
- "LABEL_4": 4,
69
- "LABEL_5": 5,
70
- "LABEL_6": 6,
71
- "LABEL_7": 7,
72
- "LABEL_8": 8,
73
- "LABEL_9": 9,
74
- "LABEL_10": 10,
75
- "LABEL_11": 11,
76
- "LABEL_12": 12,
77
- "LABEL_13": 13
78
- },
79
- "lags_sequence": [
80
- 0
81
- ],
82
- "length_penalty": 1.0,
83
- "loss": "nll",
84
- "mask": true,
85
- "mask_probability": 0.6,
86
- "max_length": 20,
87
- "min_length": 0,
88
- "model_type": "informer",
89
- "name_or_path": "",
90
- "no_repeat_ngram_size": 0,
91
- "num_beam_groups": 1,
92
- "num_beams": 1,
93
- "num_dynamic_real_features": 0,
94
- "num_labels": 14,
95
- "num_parallel_samples": 100,
96
- "num_return_sequences": 1,
97
- "num_static_categorical_features": 0,
98
- "num_static_real_features": 0,
99
- "num_time_features": 2,
100
- "output_attentions": false,
101
- "output_hidden_states": false,
102
- "output_scores": false,
103
- "prediction_length": 0,
104
- "pruned_heads": {},
105
- "regression": false,
106
- "remove_invalid_values": false,
107
- "repetition_penalty": 1.0,
108
- "return_dict": true,
109
- "return_dict_in_generate": false,
110
- "sampling_factor": 5,
111
- "temperature": 1.0,
112
- "tf_legacy_loss": false,
113
- "tie_encoder_decoder": false,
114
- "tie_word_embeddings": true,
115
- "top_k": 50,
116
- "top_p": 1.0,
117
- "torchscript": false,
118
- "typical_p": 1.0,
119
- "use_bfloat16": false,
120
- "use_cache": true,
121
- "use_return_dict": true
122
- }
 
1
  {
2
+ "activation_dropout": 0.1,
3
+ "activation_function": "gelu",
4
+ "attention_dropout": 0.1,
5
+ "attention_type": "prob",
6
+ "cardinality": [
7
+ 0
8
+ ],
9
+ "classifier_dropout": 0.2,
10
+ "context_length": 300,
11
+ "d_model": 768,
12
+ "decoder_attention_heads": 12,
13
+ "decoder_ffn_dim": 256,
14
+ "decoder_layerdrop": 0.1,
15
+ "decoder_layers": 8,
16
+ "distil": false,
17
+ "distribution_output": "student_t",
18
+ "dropout": 0.2,
19
+ "embedding_dimension": [
20
+ 0
21
+ ],
22
+ "encoder_attention_heads": 12,
23
+ "encoder_ffn_dim": 256,
24
+ "encoder_layerdrop": 0.1,
25
+ "encoder_layers": 8,
26
+ "feature_size": 8,
27
+ "fourier_pe": true,
28
+ "has_labels": true,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1",
32
+ "2": "LABEL_2",
33
+ "3": "LABEL_3",
34
+ "4": "LABEL_4",
35
+ "5": "LABEL_5",
36
+ "6": "LABEL_6",
37
+ "7": "LABEL_7",
38
+ "8": "LABEL_8",
39
+ "9": "LABEL_9",
40
+ "10": "LABEL_10",
41
+ "11": "LABEL_11",
42
+ "12": "LABEL_12",
43
+ "13": "LABEL_13"
44
+ },
45
+ "init_std": 0.02,
46
+ "input_size": 2,
47
+ "is_encoder_decoder": true,
48
+ "label2id": {
49
+ "LABEL_0": 0,
50
+ "LABEL_1": 1,
51
+ "LABEL_10": 10,
52
+ "LABEL_11": 11,
53
+ "LABEL_12": 12,
54
+ "LABEL_13": 13,
55
+ "LABEL_2": 2,
56
+ "LABEL_3": 3,
57
+ "LABEL_4": 4,
58
+ "LABEL_5": 5,
59
+ "LABEL_6": 6,
60
+ "LABEL_7": 7,
61
+ "LABEL_8": 8,
62
+ "LABEL_9": 9
63
+ },
64
+ "lags_sequence": [
65
+ 0
66
+ ],
67
+ "loss": "nll",
68
+ "mask": true,
69
+ "mask_probability": 0.6,
70
+ "model_type": "informer",
71
+ "num_dynamic_real_features": 0,
72
+ "num_parallel_samples": 100,
73
+ "num_static_categorical_features": 0,
74
+ "num_static_real_features": 0,
75
+ "num_time_features": 2,
76
+ "prediction_length": 0,
77
+ "regression": false,
78
+ "sampling_factor": 5,
79
+ "scaling": null,
80
+ "transformers_version": "4.34.0",
81
+ "use_cache": true
82
+ }