Upload PatchTSTForMaskPretraining
Browse files- config.json +59 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "model/patchtst_etth_pretraining",
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"PatchTSTForMaskPretraining"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bias": true,
|
9 |
+
"channel_attention": false,
|
10 |
+
"channel_consistent_masking": false,
|
11 |
+
"context_length": 512,
|
12 |
+
"d_model": 128,
|
13 |
+
"dropout": 0.3,
|
14 |
+
"dropout_path": 0.0,
|
15 |
+
"encoder_attention_heads": 16,
|
16 |
+
"encoder_ffn_dim": 512,
|
17 |
+
"encoder_layers": 6,
|
18 |
+
"ff_dropout": 0.0,
|
19 |
+
"head_dropout": 0.2,
|
20 |
+
"individual": false,
|
21 |
+
"init_std": 0.02,
|
22 |
+
"learn_pe": false,
|
23 |
+
"mask_input": true,
|
24 |
+
"mask_patch_ratios": [
|
25 |
+
1,
|
26 |
+
1
|
27 |
+
],
|
28 |
+
"mask_patches": [
|
29 |
+
2,
|
30 |
+
3
|
31 |
+
],
|
32 |
+
"mask_ratio": 0.2,
|
33 |
+
"mask_type": "random",
|
34 |
+
"mask_value": 0,
|
35 |
+
"model_type": "patchtst",
|
36 |
+
"norm": "BatchNorm",
|
37 |
+
"num_classes": 0,
|
38 |
+
"num_input_channels": 7,
|
39 |
+
"num_output_channels": 1,
|
40 |
+
"num_patches": 42,
|
41 |
+
"patch_length": 12,
|
42 |
+
"pooling": null,
|
43 |
+
"positional_dropout": 0.0,
|
44 |
+
"positional_encoding": "sincos",
|
45 |
+
"pre_norm": false,
|
46 |
+
"prediction_length": 24,
|
47 |
+
"prediction_range": [
|
48 |
+
0,
|
49 |
+
1
|
50 |
+
],
|
51 |
+
"revin": true,
|
52 |
+
"seed_number": null,
|
53 |
+
"shared_embedding": true,
|
54 |
+
"stride": 12,
|
55 |
+
"torch_dtype": "float32",
|
56 |
+
"transformers_version": "4.33.0.dev0",
|
57 |
+
"unmasked_channel_indices": null,
|
58 |
+
"use_cls_token": false
|
59 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97c7e136189f6b2624f47acbed9ed61a4dbd44837600edb963ad28d799e6c83d
|
3 |
+
size 4850033
|