Update config.json
Browse files- config.json +81 -121
config.json
CHANGED
|
@@ -1,122 +1,82 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 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 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|