Upload 2 files
Browse files- config.json +86 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.1,
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"InformerForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"attention_type": "prob",
|
9 |
+
"cardinality": [
|
10 |
+
0
|
11 |
+
],
|
12 |
+
"classifier_dropout": 0.2,
|
13 |
+
"context_length": 300,
|
14 |
+
"d_model": 768,
|
15 |
+
"decoder_attention_heads": 12,
|
16 |
+
"decoder_ffn_dim": 256,
|
17 |
+
"decoder_layerdrop": 0.1,
|
18 |
+
"decoder_layers": 8,
|
19 |
+
"distil": false,
|
20 |
+
"distribution_output": "student_t",
|
21 |
+
"dropout": 0.2,
|
22 |
+
"embedding_dimension": [
|
23 |
+
0
|
24 |
+
],
|
25 |
+
"encoder_attention_heads": 12,
|
26 |
+
"encoder_ffn_dim": 256,
|
27 |
+
"encoder_layerdrop": 0.1,
|
28 |
+
"encoder_layers": 8,
|
29 |
+
"feature_size": 8,
|
30 |
+
"fourier_pe": true,
|
31 |
+
"has_labels": true,
|
32 |
+
"id2label": {
|
33 |
+
"0": "LABEL_0",
|
34 |
+
"1": "LABEL_1",
|
35 |
+
"2": "LABEL_2",
|
36 |
+
"3": "LABEL_3",
|
37 |
+
"4": "LABEL_4",
|
38 |
+
"5": "LABEL_5",
|
39 |
+
"6": "LABEL_6",
|
40 |
+
"7": "LABEL_7",
|
41 |
+
"8": "LABEL_8",
|
42 |
+
"9": "LABEL_9",
|
43 |
+
"10": "LABEL_10",
|
44 |
+
"11": "LABEL_11",
|
45 |
+
"12": "LABEL_12",
|
46 |
+
"13": "LABEL_13"
|
47 |
+
},
|
48 |
+
"init_std": 0.02,
|
49 |
+
"input_size": 2,
|
50 |
+
"is_encoder_decoder": true,
|
51 |
+
"label2id": {
|
52 |
+
"LABEL_0": 0,
|
53 |
+
"LABEL_1": 1,
|
54 |
+
"LABEL_10": 10,
|
55 |
+
"LABEL_11": 11,
|
56 |
+
"LABEL_12": 12,
|
57 |
+
"LABEL_13": 13,
|
58 |
+
"LABEL_2": 2,
|
59 |
+
"LABEL_3": 3,
|
60 |
+
"LABEL_4": 4,
|
61 |
+
"LABEL_5": 5,
|
62 |
+
"LABEL_6": 6,
|
63 |
+
"LABEL_7": 7,
|
64 |
+
"LABEL_8": 8,
|
65 |
+
"LABEL_9": 9
|
66 |
+
},
|
67 |
+
"lags_sequence": [
|
68 |
+
0
|
69 |
+
],
|
70 |
+
"loss": "nll",
|
71 |
+
"mask": true,
|
72 |
+
"mask_probability": 0.6,
|
73 |
+
"model_type": "informer",
|
74 |
+
"num_dynamic_real_features": 0,
|
75 |
+
"num_parallel_samples": 100,
|
76 |
+
"num_static_categorical_features": 0,
|
77 |
+
"num_static_real_features": 0,
|
78 |
+
"num_time_features": 2,
|
79 |
+
"prediction_length": 0,
|
80 |
+
"regression": false,
|
81 |
+
"sampling_factor": 5,
|
82 |
+
"scaling": null,
|
83 |
+
"torch_dtype": "float32",
|
84 |
+
"transformers_version": "4.34.0",
|
85 |
+
"use_cache": true
|
86 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5a9e486c06a69e8ba1cead9e3e784b1ababfb56076c80a8add7b5749e1fa0fb
|
3 |
+
size 88577457
|