Eghbal commited on
Commit
591e6c3
·
verified ·
1 Parent(s): a354c83

Delete training_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_info.json +0 -61
training_info.json DELETED
@@ -1,61 +0,0 @@
1
- {
2
- "training_config": {
3
- "training_data_paths": "['/nobackup/projects/bdman17/Choronos/data_round2/time_series_2007.arrow']",
4
- "probability": "[1.0]",
5
- "context_length": 512,
6
- "max_steps": 200000,
7
- "save_steps": 25000,
8
- "log_steps": 500,
9
- "per_device_train_batch_size": 256,
10
- "learning_rate": 0.001,
11
- "optim": "adamw_torch_fused",
12
- "shuffle_buffer_length": 100000,
13
- "gradient_accumulation_steps": 1,
14
- "model_id": "google/t5-efficient-tiny",
15
- "model_type": "seq2seq",
16
- "random_init": true,
17
- "tie_embeddings": true,
18
- "output_dir": "/nobackup/projects/bdman17/Choronos/models/Tiny_new_R2/2007",
19
- "tf32": true,
20
- "torch_compile": true,
21
- "tokenizer_class": "MeanScaleUniformBins",
22
- "tokenizer_kwargs": "{'low_limit': -15.0, 'high_limit': 15.0}",
23
- "n_tokens": 4096,
24
- "n_special_tokens": 2,
25
- "pad_token_id": 0,
26
- "eos_token_id": 1,
27
- "use_eos_token": true,
28
- "lr_scheduler_type": "linear",
29
- "warmup_ratio": 0.0,
30
- "dataloader_num_workers": 1,
31
- "num_samples": 20,
32
- "temperature": 1.0,
33
- "top_k": 50,
34
- "top_p": 1.0,
35
- "seed": 1234,
36
- "model_name": "Tiny_R2_2007",
37
- "max_missing_prop": 0.9,
38
- "min_past": 60,
39
- "prediction_length": 64
40
- },
41
- "job_info": {
42
- "cuda_available": true,
43
- "device_count": 1,
44
- "device_names": {
45
- "0": "NVIDIA GH200 480GB"
46
- },
47
- "mem_info": {
48
- "0": [
49
- 74025467904,
50
- 102005473280
51
- ]
52
- },
53
- "torchelastic_launched": false,
54
- "python_version": "3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]",
55
- "torch_version": "2.3.0a0+ebedce2",
56
- "numpy_version": "1.24.4",
57
- "gluonts_version": "0.16.0",
58
- "transformers_version": "4.41.0.dev0",
59
- "accelerate_version": "0.34.2"
60
- }
61
- }