namctin/patchtst-etth1-regression
Browse files- README.md +64 -0
- config.json +52 -0
- emissions.csv +2 -0
- generation_config.json +4 -0
- model.safetensors +3 -0
- runs/Nov27_10-14-41_cccxc536/events.out.tfevents.1701098092.cccxc536.1088024.0 +3 -0
- runs/Nov27_10-16-29_cccxc536/events.out.tfevents.1701098191.cccxc536.1088024.1 +3 -0
- runs/Nov27_10-18-39_cccxc536/events.out.tfevents.1701098327.cccxc536.1088024.2 +3 -0
- runs/Nov27_10-18-39_cccxc536/events.out.tfevents.1701098436.cccxc536.1088024.3 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
model-index:
|
5 |
+
- name: patchtst_etth1_regression
|
6 |
+
results: []
|
7 |
+
---
|
8 |
+
|
9 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
+
should probably proofread and complete it, then remove this comment. -->
|
11 |
+
|
12 |
+
# patchtst_etth1_regression
|
13 |
+
|
14 |
+
This model was trained from scratch on an unknown dataset.
|
15 |
+
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 0.7280
|
17 |
+
|
18 |
+
## Model description
|
19 |
+
|
20 |
+
More information needed
|
21 |
+
|
22 |
+
## Intended uses & limitations
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Training and evaluation data
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training procedure
|
31 |
+
|
32 |
+
### Training hyperparameters
|
33 |
+
|
34 |
+
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 5e-05
|
36 |
+
- train_batch_size: 8
|
37 |
+
- eval_batch_size: 8
|
38 |
+
- seed: 42
|
39 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
+
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 10
|
42 |
+
|
43 |
+
### Training results
|
44 |
+
|
45 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
47 |
+
| 0.1517 | 1.0 | 1017 | 0.3056 |
|
48 |
+
| 0.1163 | 2.0 | 2034 | 0.2771 |
|
49 |
+
| 0.0919 | 3.0 | 3051 | 0.2450 |
|
50 |
+
| 0.0764 | 4.0 | 4068 | 0.2216 |
|
51 |
+
| 0.0653 | 5.0 | 5085 | 0.2528 |
|
52 |
+
| 0.0577 | 6.0 | 6102 | 0.2189 |
|
53 |
+
| 0.0498 | 7.0 | 7119 | 0.2526 |
|
54 |
+
| 0.0456 | 8.0 | 8136 | 0.2565 |
|
55 |
+
| 0.0408 | 9.0 | 9153 | 0.2603 |
|
56 |
+
| 0.0369 | 10.0 | 10170 | 0.2523 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- Transformers 4.36.0.dev0
|
62 |
+
- Pytorch 2.0.1
|
63 |
+
- Datasets 2.14.4
|
64 |
+
- Tokenizers 0.15.0
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./model/patchtst_etth1_pretrain",
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"PatchTSTForRegression"
|
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 |
+
"distribution_output": "student_t",
|
14 |
+
"dropout": 0.2,
|
15 |
+
"ff_dropout": 0.0,
|
16 |
+
"ffn_dim": 512,
|
17 |
+
"head_dropout": 0.2,
|
18 |
+
"init_std": 0.02,
|
19 |
+
"loss": "mse",
|
20 |
+
"mask_input": null,
|
21 |
+
"mask_type": "random",
|
22 |
+
"mask_value": 0,
|
23 |
+
"model_type": "patchtst",
|
24 |
+
"norm_eps": 1e-05,
|
25 |
+
"norm_type": "batchnorm",
|
26 |
+
"num_attention_heads": 16,
|
27 |
+
"num_forecast_mask_patches": [
|
28 |
+
2
|
29 |
+
],
|
30 |
+
"num_hidden_layers": 3,
|
31 |
+
"num_input_channels": 6,
|
32 |
+
"num_parallel_samples": 100,
|
33 |
+
"num_target": 1,
|
34 |
+
"num_targets": 1,
|
35 |
+
"output_range": null,
|
36 |
+
"patch_length": 12,
|
37 |
+
"patch_stride": 12,
|
38 |
+
"path_dropout": 0.0,
|
39 |
+
"pooling_type": "mean",
|
40 |
+
"positional_dropout": 0.0,
|
41 |
+
"positional_encoding_type": "sincos",
|
42 |
+
"pre_norm": true,
|
43 |
+
"prediction_length": 24,
|
44 |
+
"random_mask_ratio": 0.5,
|
45 |
+
"scaling": "std",
|
46 |
+
"share_embedding": true,
|
47 |
+
"share_projection": true,
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.36.0.dev0",
|
50 |
+
"unmasked_channel_indices": null,
|
51 |
+
"use_cls_token": false
|
52 |
+
}
|
emissions.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
|
2 |
+
2023-11-27T10:20:35,84b1faab-2e88-4aed-8f1d-c0e01a705153,codecarbon,107.79222440719604,0.0007052480902419897,0.003350730343009218,United States,USA,new york,N,,
|
generation_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.36.0.dev0"
|
4 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce9462a98715f1f7f69b95bc821e64f9344be77334d04994406e59d07ec7eab1
|
3 |
+
size 2424756
|
runs/Nov27_10-14-41_cccxc536/events.out.tfevents.1701098092.cccxc536.1088024.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2346ce8d8c5c5ea68c62497f3315a3239745e387127e9c0b8efb8df5f8235026
|
3 |
+
size 4954
|
runs/Nov27_10-16-29_cccxc536/events.out.tfevents.1701098191.cccxc536.1088024.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2039001b417c7375eb278459069a680192c45f92c5c7fd276cba35facc3b376
|
3 |
+
size 5336
|
runs/Nov27_10-18-39_cccxc536/events.out.tfevents.1701098327.cccxc536.1088024.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87f7daa9f0dbfb0b966b9e48c357a5a173f3530d1e121805e4eb6ce42391dd83
|
3 |
+
size 9672
|
runs/Nov27_10-18-39_cccxc536/events.out.tfevents.1701098436.cccxc536.1088024.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5d2c3b841d5606f4eb8da949600357cb341b2a1af7ccf5c09121ea49b73f0c9
|
3 |
+
size 359
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7af5c32b665c5eb5a8eb7731d012d1a1945a0db5c07498f8cf739b30b6c81d9f
|
3 |
+
size 4283
|