Eghbal commited on
Commit
a8a7e02
·
verified ·
1 Parent(s): a3fc9a8

Delete training_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. training_info.json +0 -67
training_info.json DELETED
@@ -1,67 +0,0 @@
1
- {
2
- "training_config": {
3
- "training_data_paths": "['/scratch/q69394er/Chronos/code/train_chronos/data_round2/time_series_2007.arrow']",
4
- "probability": "[1.0]",
5
- "context_length": 512,
6
- "prediction_length": 64,
7
- "min_past": 60,
8
- "max_steps": 200000,
9
- "save_steps": 25000,
10
- "log_steps": 500,
11
- "per_device_train_batch_size": 128,
12
- "learning_rate": 0.001,
13
- "optim": "adamw_torch_fused",
14
- "shuffle_buffer_length": 100000,
15
- "gradient_accumulation_steps": 1,
16
- "model_id": "google/t5-efficient-small",
17
- "model_type": "seq2seq",
18
- "random_init": true,
19
- "tie_embeddings": true,
20
- "output_dir": "/scratch/q69394er/Chronos/code/train_chronos/output_round2/Small/2007",
21
- "tf32": true,
22
- "torch_compile": true,
23
- "tokenizer_class": "MeanScaleUniformBins",
24
- "tokenizer_kwargs": "{'low_limit': -15.0, 'high_limit': 15.0}",
25
- "n_tokens": 4096,
26
- "n_special_tokens": 2,
27
- "pad_token_id": 0,
28
- "eos_token_id": 1,
29
- "use_eos_token": true,
30
- "lr_scheduler_type": "linear",
31
- "warmup_ratio": 0.0,
32
- "dataloader_num_workers": 24,
33
- "max_missing_prop": 0.9,
34
- "num_samples": 20,
35
- "temperature": 1.0,
36
- "top_k": 50,
37
- "top_p": 1.0,
38
- "seed": 1234,
39
- "model_name": "Small_R2_2007"
40
- },
41
- "job_info": {
42
- "cuda_available": true,
43
- "device_count": 2,
44
- "device_names": {
45
- "0": "NVIDIA A100-SXM4-80GB",
46
- "1": "NVIDIA A100-SXM4-80GB"
47
- },
48
- "mem_info": {
49
- "0": [
50
- 41676177408,
51
- 84974239744
52
- ],
53
- "1": [
54
- 84428718080,
55
- 84974239744
56
- ]
57
- },
58
- "torchelastic_launched": true,
59
- "world_size": 2,
60
- "python_version": "3.11.5 (main, Sep 11 2023, 13:54:46) [GCC 11.2.0]",
61
- "torch_version": "2.2.0+cu121",
62
- "numpy_version": "1.24.3",
63
- "gluonts_version": "0.16.0",
64
- "transformers_version": "4.41.0.dev0",
65
- "accelerate_version": "0.34.2"
66
- }
67
- }