federicosabbadini commited on
Commit
f1de083
·
verified ·
1 Parent(s): 3ecffbf

Upload p32-s8-seed42/run_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. p32-s8-seed42/run_config.json +60 -0
p32-s8-seed42/run_config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "provenance": {
3
+ "P": 32,
4
+ "S": 8,
5
+ "seed": 42,
6
+ "overlap_ratio": 0.75,
7
+ "approx_num_patches": 253,
8
+ "base_model_id": "amazon/chronos-bolt-tiny",
9
+ "hf_repo": "autogluon/chronos_datasets",
10
+ "dataset_tsmixup": "training_corpus_tsmixup_10m",
11
+ "dataset_kernelsynth": "training_corpus_kernel_synth_1m",
12
+ "tsmixup_ratio": 9,
13
+ "context_length": 2048,
14
+ "prediction_length": 64,
15
+ "quantiles": [
16
+ 0.1,
17
+ 0.2,
18
+ 0.3,
19
+ 0.4,
20
+ 0.5,
21
+ 0.6,
22
+ 0.7,
23
+ 0.8,
24
+ 0.9
25
+ ],
26
+ "batch_size": 32,
27
+ "max_steps": 100000,
28
+ "lr": 0.001,
29
+ "weight_decay": 0.0,
30
+ "grad_clip_norm": 1.0,
31
+ "lr_scheduler": "linear",
32
+ "warmup_ratio": 0.0,
33
+ "shuffle_buffer": 10000,
34
+ "min_past": 60,
35
+ "max_missing_prop": 0.9,
36
+ "drop_prob": 0.2,
37
+ "precision": "fp32+tf32",
38
+ "device": "cuda",
39
+ "gpu": "NVIDIA L4",
40
+ "git_commit": "unknown",
41
+ "torch": "2.11.0+cu128",
42
+ "n_params_millions": 8.694
43
+ },
44
+ "result": {
45
+ "P": 32,
46
+ "S": 8,
47
+ "seed": 42,
48
+ "overlap_ratio": 0.75,
49
+ "approx_num_patches": 253,
50
+ "n_params_millions": 8.694,
51
+ "max_steps": 100000,
52
+ "steps_completed": 100000,
53
+ "final_loss": 31.067852020263672,
54
+ "mean_last_100": 3815.4406020736697,
55
+ "steps_per_sec": 3.642,
56
+ "status": "done",
57
+ "precision": "fp32+tf32",
58
+ "device": "cuda"
59
+ }
60
+ }