Training in progress, step 2000
Browse files- config.json +2 -2
- model.safetensors +2 -2
config.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
"num_forecast_mask_patches": [
|
27 |
2
|
28 |
],
|
29 |
-
"num_hidden_layers":
|
30 |
"num_input_channels": 1,
|
31 |
"num_parallel_samples": 100,
|
32 |
"num_targets": 1,
|
@@ -38,7 +38,7 @@
|
|
38 |
"positional_dropout": 0.0,
|
39 |
"positional_encoding_type": "sincos",
|
40 |
"pre_norm": true,
|
41 |
-
"prediction_length":
|
42 |
"prenorm": true,
|
43 |
"random_mask_ratio": 0.5,
|
44 |
"scaling": "std",
|
|
|
26 |
"num_forecast_mask_patches": [
|
27 |
2
|
28 |
],
|
29 |
+
"num_hidden_layers": 3,
|
30 |
"num_input_channels": 1,
|
31 |
"num_parallel_samples": 100,
|
32 |
"num_targets": 1,
|
|
|
38 |
"positional_dropout": 0.0,
|
39 |
"positional_encoding_type": "sincos",
|
40 |
"pre_norm": true,
|
41 |
+
"prediction_length": 96,
|
42 |
"prenorm": true,
|
43 |
"random_mask_ratio": 0.5,
|
44 |
"scaling": "std",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7636e3a10581d895a8330fbe7994d0b44e9aa49a64543e4d74f81e40336c51ab
|
3 |
+
size 7966064
|