Training in progress, epoch 3
Browse files- config.json +48 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/content/output/checkpoint-510",
|
3 |
+
"architectures": [
|
4 |
+
"PatchTSMixerForPrediction"
|
5 |
+
],
|
6 |
+
"channel_consistent_masking": true,
|
7 |
+
"context_length": 140,
|
8 |
+
"d_model": 48,
|
9 |
+
"distribution_output": "student_t",
|
10 |
+
"dropout": 0.5,
|
11 |
+
"expansion_factor": 3,
|
12 |
+
"gated_attn": true,
|
13 |
+
"head_aggregation": "max_pool",
|
14 |
+
"head_dropout": 0.7,
|
15 |
+
"init_std": 0.02,
|
16 |
+
"loss": "mse",
|
17 |
+
"mask_type": "random",
|
18 |
+
"mask_value": 0,
|
19 |
+
"masked_loss": true,
|
20 |
+
"mode": "common_channel",
|
21 |
+
"model_type": "patchtsmixer",
|
22 |
+
"norm_eps": 1e-05,
|
23 |
+
"norm_mlp": "LayerNorm",
|
24 |
+
"num_forecast_mask_patches": [
|
25 |
+
2
|
26 |
+
],
|
27 |
+
"num_input_channels": 1,
|
28 |
+
"num_layers": 3,
|
29 |
+
"num_parallel_samples": 100,
|
30 |
+
"num_patches": 17,
|
31 |
+
"num_targets": 3,
|
32 |
+
"output_range": null,
|
33 |
+
"patch_last": true,
|
34 |
+
"patch_length": 8,
|
35 |
+
"patch_stride": 8,
|
36 |
+
"positional_encoding_type": "sincos",
|
37 |
+
"post_init": false,
|
38 |
+
"prediction_channel_indices": null,
|
39 |
+
"prediction_length": 14,
|
40 |
+
"random_mask_ratio": 0.5,
|
41 |
+
"scaling": null,
|
42 |
+
"self_attn": false,
|
43 |
+
"self_attn_heads": 1,
|
44 |
+
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.38.2",
|
46 |
+
"unmasked_channel_indices": null,
|
47 |
+
"use_positional_encoding": false
|
48 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5581c2c9135a9aa53478da3bfc8ad0d106c0d00555b40558afd9d866dd83bf9a
|
3 |
+
size 278408
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ccbf46c21016c35d977c1f85ca59618b1c23867f80f7331e205fab399a15fd8
|
3 |
+
size 4856
|