wmgifford namctin commited on
Commit
7a371b8
1 Parent(s): f3409aa

Add readme

Browse files

Co-authored-by: Nam Nguyen <namctin@gmail.com>

Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: patchtst_etth1_forecast
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_forecast
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.3881
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.4306 | 1.0 | 1005 | 0.7268 |
48
+ | 0.3641 | 2.0 | 2010 | 0.7456 |
49
+ | 0.348 | 3.0 | 3015 | 0.7161 |
50
+ | 0.3379 | 4.0 | 4020 | 0.7428 |
51
+ | 0.3284 | 5.0 | 5025 | 0.7681 |
52
+ | 0.321 | 6.0 | 6030 | 0.7842 |
53
+ | 0.314 | 7.0 | 7035 | 0.7991 |
54
+ | 0.3088 | 8.0 | 8040 | 0.8021 |
55
+ | 0.3053 | 9.0 | 9045 | 0.8199 |
56
+ | 0.3019 | 10.0 | 10050 | 0.8173 |
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.14.1