shivamklr commited on
Commit
e507e29
1 Parent(s): b34b04d

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbe0b5ba0da18474d125e9bedb32b49c5ff506be7471975eff7806a1d2a8debf
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c706795f663366132ae852cd8642d4783fcd942a5d68f88712502a361c83cd14
3
  size 267832560
run-0/checkpoint-5345/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.39.2",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-5345/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aa4fefa779287bdc7f1d8589a40b409ec8520f705fe14e1a996e8520d874b1e
3
+ size 267832560
run-0/checkpoint-5345/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd719212004043ceef4a40e47ee73cf3cb1167946bfc3bbe4f0508e379eabc9
3
+ size 535727290
run-0/checkpoint-5345/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:992446a058e32559305e0c0d060daf2af3ffe07b21d09d6388db18d901a57c12
3
+ size 14244
run-0/checkpoint-5345/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c6d1f10aa821da5a4bc08b1a1754beed5a836bdac2ce1f95127af38a68fa297
3
+ size 1064
run-0/checkpoint-5345/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-0/checkpoint-5345/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-5345/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-0/checkpoint-5345/trainer_state.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.40039137901723904,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola\\run-0\\checkpoint-5345",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5345,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.47,
13
+ "grad_norm": 3.136430025100708,
14
+ "learning_rate": 1.057670968337005e-06,
15
+ "loss": 0.6141,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.94,
20
+ "grad_norm": 3.4976818561553955,
21
+ "learning_rate": 9.485201976107919e-07,
22
+ "loss": 0.5835,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_loss": 0.5739973187446594,
28
+ "eval_matthews_correlation": 0.0,
29
+ "eval_runtime": 2.1959,
30
+ "eval_samples_per_second": 474.985,
31
+ "eval_steps_per_second": 30.057,
32
+ "step": 1069
33
+ },
34
+ {
35
+ "epoch": 1.4,
36
+ "grad_norm": 5.231539249420166,
37
+ "learning_rate": 8.393694268845788e-07,
38
+ "loss": 0.5608,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.87,
43
+ "grad_norm": 7.4941792488098145,
44
+ "learning_rate": 7.302186561583657e-07,
45
+ "loss": 0.5232,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_loss": 0.5443820953369141,
51
+ "eval_matthews_correlation": 0.2045620264226157,
52
+ "eval_runtime": 0.9649,
53
+ "eval_samples_per_second": 1080.926,
54
+ "eval_steps_per_second": 68.4,
55
+ "step": 2138
56
+ },
57
+ {
58
+ "epoch": 2.34,
59
+ "grad_norm": 7.5233941078186035,
60
+ "learning_rate": 6.210678854321524e-07,
61
+ "loss": 0.5208,
62
+ "step": 2500
63
+ },
64
+ {
65
+ "epoch": 2.81,
66
+ "grad_norm": 6.596949100494385,
67
+ "learning_rate": 5.119171147059394e-07,
68
+ "loss": 0.4937,
69
+ "step": 3000
70
+ },
71
+ {
72
+ "epoch": 3.0,
73
+ "eval_loss": 0.5387976169586182,
74
+ "eval_matthews_correlation": 0.3459293076636948,
75
+ "eval_runtime": 0.8998,
76
+ "eval_samples_per_second": 1159.164,
77
+ "eval_steps_per_second": 73.351,
78
+ "step": 3207
79
+ },
80
+ {
81
+ "epoch": 3.27,
82
+ "grad_norm": 6.339045524597168,
83
+ "learning_rate": 4.0276634397972634e-07,
84
+ "loss": 0.4854,
85
+ "step": 3500
86
+ },
87
+ {
88
+ "epoch": 3.74,
89
+ "grad_norm": 12.96947193145752,
90
+ "learning_rate": 2.936155732535133e-07,
91
+ "loss": 0.4801,
92
+ "step": 4000
93
+ },
94
+ {
95
+ "epoch": 4.0,
96
+ "eval_loss": 0.5404464602470398,
97
+ "eval_matthews_correlation": 0.3860262930745603,
98
+ "eval_runtime": 0.852,
99
+ "eval_samples_per_second": 1224.144,
100
+ "eval_steps_per_second": 77.463,
101
+ "step": 4276
102
+ },
103
+ {
104
+ "epoch": 4.21,
105
+ "grad_norm": 15.995396614074707,
106
+ "learning_rate": 1.8446480252730014e-07,
107
+ "loss": 0.4664,
108
+ "step": 4500
109
+ },
110
+ {
111
+ "epoch": 4.68,
112
+ "grad_norm": 14.75170612335205,
113
+ "learning_rate": 7.531403180108705e-08,
114
+ "loss": 0.4841,
115
+ "step": 5000
116
+ },
117
+ {
118
+ "epoch": 5.0,
119
+ "eval_loss": 0.5346407890319824,
120
+ "eval_matthews_correlation": 0.40039137901723904,
121
+ "eval_runtime": 1.0251,
122
+ "eval_samples_per_second": 1017.419,
123
+ "eval_steps_per_second": 64.381,
124
+ "step": 5345
125
+ }
126
+ ],
127
+ "logging_steps": 500,
128
+ "max_steps": 5345,
129
+ "num_input_tokens_seen": 0,
130
+ "num_train_epochs": 5,
131
+ "save_steps": 500,
132
+ "total_flos": 188608220598120.0,
133
+ "train_batch_size": 8,
134
+ "trial_name": null,
135
+ "trial_params": {
136
+ "learning_rate": 1.166821739063218e-06,
137
+ "num_train_epochs": 5,
138
+ "per_device_train_batch_size": 8,
139
+ "seed": 23
140
+ }
141
+ }
run-0/checkpoint-5345/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bec708c48a1d20e757d0e32ebecb11c5a942f99a1c01da631d491c2e4de94629
3
+ size 4984
run-0/checkpoint-5345/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-134/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.39.2",
24
+ "vocab_size": 30522
25
+ }
run-1/checkpoint-134/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c706795f663366132ae852cd8642d4783fcd942a5d68f88712502a361c83cd14
3
+ size 267832560
run-1/checkpoint-134/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccb748b517d4b0c27df425b64137e96ebcdc44239ef586a7091f05f229306024
3
+ size 535727290
run-1/checkpoint-134/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e4f86e10eeffbfd07c20706be78413b69b097afade4fba68294f9c2f631d414
3
+ size 14244
run-1/checkpoint-134/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf3c4cb1e4c454b63572de77a3f5ea65bd8843fe1efbaa834dadf8e10b784ca6
3
+ size 1064
run-1/checkpoint-134/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-1/checkpoint-134/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-134/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-1/checkpoint-134/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola\\run-1\\checkpoint-134",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 134,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_loss": 0.6127962470054626,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 1.3238,
16
+ "eval_samples_per_second": 787.877,
17
+ "eval_steps_per_second": 49.856,
18
+ "step": 134
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 402,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 64,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 1.169416569899892e-06,
31
+ "num_train_epochs": 3,
32
+ "per_device_train_batch_size": 64,
33
+ "seed": 4
34
+ }
35
+ }
run-1/checkpoint-134/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72358d0b557f55b659aab7830ef6b127c27bedaa90c1bc8f0ae19caf70cb325f
3
+ size 4984
run-1/checkpoint-134/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bec708c48a1d20e757d0e32ebecb11c5a942f99a1c01da631d491c2e4de94629
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72358d0b557f55b659aab7830ef6b127c27bedaa90c1bc8f0ae19caf70cb325f
3
  size 4984