nhatminh commited on
Commit
05a8ab5
1 Parent(s): d145d75

End of training

Browse files
Files changed (5) hide show
  1. README.md +96 -0
  2. config.json +50 -0
  3. generation_config.json +4 -0
  4. model.safetensors +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: output
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
+ # output
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.1301
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: 32
37
+ - eval_batch_size: 32
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 100
42
+
43
+ ### Training results
44
+
45
+ | Training Loss | Epoch | Step | Validation Loss |
46
+ |:-------------:|:-----:|:-----:|:---------------:|
47
+ | 0.2376 | 1.0 | 557 | 0.1378 |
48
+ | 0.1626 | 2.0 | 1114 | 0.1266 |
49
+ | 0.1515 | 3.0 | 1671 | 0.1213 |
50
+ | 0.146 | 4.0 | 2228 | 0.1188 |
51
+ | 0.1425 | 5.0 | 2785 | 0.1166 |
52
+ | 0.14 | 6.0 | 3342 | 0.1161 |
53
+ | 0.138 | 7.0 | 3899 | 0.1144 |
54
+ | 0.1365 | 8.0 | 4456 | 0.1141 |
55
+ | 0.1351 | 9.0 | 5013 | 0.1138 |
56
+ | 0.134 | 10.0 | 5570 | 0.1137 |
57
+ | 0.1329 | 11.0 | 6127 | 0.1124 |
58
+ | 0.132 | 12.0 | 6684 | 0.1122 |
59
+ | 0.1312 | 13.0 | 7241 | 0.1118 |
60
+ | 0.1305 | 14.0 | 7798 | 0.1119 |
61
+ | 0.1299 | 15.0 | 8355 | 0.1118 |
62
+ | 0.1294 | 16.0 | 8912 | 0.1112 |
63
+ | 0.129 | 17.0 | 9469 | 0.1112 |
64
+ | 0.1285 | 18.0 | 10026 | 0.1116 |
65
+ | 0.1282 | 19.0 | 10583 | 0.1105 |
66
+ | 0.1276 | 20.0 | 11140 | 0.1103 |
67
+ | 0.1273 | 21.0 | 11697 | 0.1106 |
68
+ | 0.1269 | 22.0 | 12254 | 0.1103 |
69
+ | 0.1267 | 23.0 | 12811 | 0.1103 |
70
+ | 0.1263 | 24.0 | 13368 | 0.1098 |
71
+ | 0.126 | 25.0 | 13925 | 0.1098 |
72
+ | 0.1257 | 26.0 | 14482 | 0.1098 |
73
+ | 0.1253 | 27.0 | 15039 | 0.1101 |
74
+ | 0.125 | 28.0 | 15596 | 0.1104 |
75
+ | 0.1247 | 29.0 | 16153 | 0.1102 |
76
+ | 0.1245 | 30.0 | 16710 | 0.1093 |
77
+ | 0.1241 | 31.0 | 17267 | 0.1112 |
78
+ | 0.124 | 32.0 | 17824 | 0.1092 |
79
+ | 0.1237 | 33.0 | 18381 | 0.1097 |
80
+ | 0.1235 | 34.0 | 18938 | 0.1094 |
81
+ | 0.1233 | 35.0 | 19495 | 0.1097 |
82
+ | 0.1229 | 36.0 | 20052 | 0.1101 |
83
+ | 0.1227 | 37.0 | 20609 | 0.1107 |
84
+ | 0.1226 | 38.0 | 21166 | 0.1094 |
85
+ | 0.1224 | 39.0 | 21723 | 0.1094 |
86
+ | 0.1221 | 40.0 | 22280 | 0.1102 |
87
+ | 0.122 | 41.0 | 22837 | 0.1109 |
88
+ | 0.1218 | 42.0 | 23394 | 0.1101 |
89
+
90
+
91
+ ### Framework versions
92
+
93
+ - Transformers 4.37.0
94
+ - Pytorch 2.1.2
95
+ - Datasets 2.1.0
96
+ - Tokenizers 0.15.1
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu",
3
+ "architectures": [
4
+ "PatchTSTForPrediction"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bias": true,
8
+ "channel_attention": false,
9
+ "channel_consistent_masking": false,
10
+ "context_length": 512,
11
+ "d_model": 128,
12
+ "distribution_output": "student_t",
13
+ "do_mask_input": null,
14
+ "dropout": 0.2,
15
+ "ff_dropout": 0.0,
16
+ "ffn_dim": 256,
17
+ "head_dropout": 0.2,
18
+ "init_std": 0.02,
19
+ "loss": "mse",
20
+ "mask_type": "random",
21
+ "mask_value": 0,
22
+ "model_type": "patchtst",
23
+ "norm_eps": 1e-05,
24
+ "norm_type": "layernorm",
25
+ "num_attention_heads": 16,
26
+ "num_forecast_mask_patches": [
27
+ 2
28
+ ],
29
+ "num_hidden_layers": 3,
30
+ "num_input_channels": 321,
31
+ "num_parallel_samples": 100,
32
+ "num_targets": 1,
33
+ "output_range": null,
34
+ "patch_length": 16,
35
+ "patch_stride": 16,
36
+ "path_dropout": 0.0,
37
+ "pooling_type": null,
38
+ "positional_dropout": 0.0,
39
+ "positional_encoding_type": "sincos",
40
+ "pre_norm": true,
41
+ "prediction_length": 96,
42
+ "random_mask_ratio": 0.4,
43
+ "scaling": "std",
44
+ "share_embedding": true,
45
+ "share_projection": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.37.0",
48
+ "unmasked_channel_indices": null,
49
+ "use_cls_token": false
50
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.37.0"
4
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b38ee1b11f68d169808801a1206614b29dde131cd3eec8ae27be0cbcc17a650
3
+ size 3193880
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:833e677e01c9e34fd1c0b1eb0b9f6a068add2c06a803351f201fa173ab21e465
3
+ size 4792