Upload config.json with huggingface_hub
Browse files- config.json +21 -0
config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"seq_len": 400
|
3 |
+
,"label_len": 400
|
4 |
+
,"pred_len": 400
|
5 |
+
,"e_layers": 10
|
6 |
+
,"d_layers": 13
|
7 |
+
,"factor": 3
|
8 |
+
,"enc_in": 1
|
9 |
+
,"dec_in": 1
|
10 |
+
,"c_out": 1
|
11 |
+
,"des": "Exp"
|
12 |
+
,"d_model": 1024
|
13 |
+
,"itr": 3
|
14 |
+
,"dropout": 0.2
|
15 |
+
,"activation": "relu"
|
16 |
+
,"d_ff": 4096
|
17 |
+
,"n_heads": 128
|
18 |
+
,"embed": "fixed"
|
19 |
+
,"freq": "h"
|
20 |
+
,"output_attention": false
|
21 |
+
}
|