anamelchor commited on
Commit
2f1fbb2
·
verified ·
1 Parent(s): ab7ba39

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:9841ae879ceda66c9e314118e127310095aa902b35709421139c61549f69d947
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a8f7e7ee7efca1f145b5d3dd168056c45cec2c524d3efe73f7ef19f5a48ede7
3
  size 267832560
run-3/checkpoint-8552/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.38.2",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-8552/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f8d737617cf40ee78fa01f8389ac7f8ae3c0b1b798646022fde08e323434d5
3
+ size 267832560
run-3/checkpoint-8552/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98de4f439e38a7d9193333d11565ba7c48314bfc28278ef853fd25cc5fc73f7b
3
+ size 535727290
run-3/checkpoint-8552/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82029a828dfb0cf969f7b5abb76fb6a3c1ed50742e44717ef854b0b51d85a351
3
+ size 14180
run-3/checkpoint-8552/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:874985c5852c9d22047d18f36fc1fc1bbcf46141aec4db381b2f89ce91b25dc6
3
+ size 1064
run-3/checkpoint-8552/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-3/checkpoint-8552/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-8552/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-3/checkpoint-8552/trainer_state.json ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5422278243727644,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-4276",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 8552,
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.23,
13
+ "grad_norm": 11.004450798034668,
14
+ "learning_rate": 2.0214687462514598e-05,
15
+ "loss": 0.598,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.47,
20
+ "grad_norm": 15.662084579467773,
21
+ "learning_rate": 1.8959428678205447e-05,
22
+ "loss": 0.5617,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7,
27
+ "grad_norm": 28.870677947998047,
28
+ "learning_rate": 1.7704169893896296e-05,
29
+ "loss": 0.5375,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.94,
34
+ "grad_norm": 64.57504272460938,
35
+ "learning_rate": 1.6448911109587142e-05,
36
+ "loss": 0.5691,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5517680048942566,
42
+ "eval_matthews_correlation": 0.4384136507504086,
43
+ "eval_runtime": 0.737,
44
+ "eval_samples_per_second": 1415.216,
45
+ "eval_steps_per_second": 89.553,
46
+ "step": 2138
47
+ },
48
+ {
49
+ "epoch": 1.17,
50
+ "grad_norm": 25.73099708557129,
51
+ "learning_rate": 1.5193652325277987e-05,
52
+ "loss": 0.4513,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.4,
57
+ "grad_norm": 63.40884017944336,
58
+ "learning_rate": 1.3938393540968835e-05,
59
+ "loss": 0.442,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 1.64,
64
+ "grad_norm": 0.524051308631897,
65
+ "learning_rate": 1.268313475665968e-05,
66
+ "loss": 0.4237,
67
+ "step": 3500
68
+ },
69
+ {
70
+ "epoch": 1.87,
71
+ "grad_norm": 135.24822998046875,
72
+ "learning_rate": 1.1427875972350528e-05,
73
+ "loss": 0.4295,
74
+ "step": 4000
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_loss": 0.7380757331848145,
79
+ "eval_matthews_correlation": 0.5422278243727644,
80
+ "eval_runtime": 0.7356,
81
+ "eval_samples_per_second": 1417.881,
82
+ "eval_steps_per_second": 89.722,
83
+ "step": 4276
84
+ },
85
+ {
86
+ "epoch": 2.1,
87
+ "grad_norm": 0.07921259105205536,
88
+ "learning_rate": 1.0172617188041375e-05,
89
+ "loss": 0.3849,
90
+ "step": 4500
91
+ },
92
+ {
93
+ "epoch": 2.34,
94
+ "grad_norm": 0.08474227786064148,
95
+ "learning_rate": 8.917358403732224e-06,
96
+ "loss": 0.2999,
97
+ "step": 5000
98
+ },
99
+ {
100
+ "epoch": 2.57,
101
+ "grad_norm": 0.9242565631866455,
102
+ "learning_rate": 7.66209961942307e-06,
103
+ "loss": 0.2708,
104
+ "step": 5500
105
+ },
106
+ {
107
+ "epoch": 2.81,
108
+ "grad_norm": 0.1333150714635849,
109
+ "learning_rate": 6.406840835113916e-06,
110
+ "loss": 0.2846,
111
+ "step": 6000
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "eval_loss": 0.9644601345062256,
116
+ "eval_matthews_correlation": 0.5304969997797532,
117
+ "eval_runtime": 0.7379,
118
+ "eval_samples_per_second": 1413.493,
119
+ "eval_steps_per_second": 89.444,
120
+ "step": 6414
121
+ },
122
+ {
123
+ "epoch": 3.04,
124
+ "grad_norm": 0.13025422394275665,
125
+ "learning_rate": 5.151582050804764e-06,
126
+ "loss": 0.267,
127
+ "step": 6500
128
+ },
129
+ {
130
+ "epoch": 3.27,
131
+ "grad_norm": 0.015170727856457233,
132
+ "learning_rate": 3.896323266495611e-06,
133
+ "loss": 0.1489,
134
+ "step": 7000
135
+ },
136
+ {
137
+ "epoch": 3.51,
138
+ "grad_norm": 0.03684037923812866,
139
+ "learning_rate": 2.641064482186458e-06,
140
+ "loss": 0.1797,
141
+ "step": 7500
142
+ },
143
+ {
144
+ "epoch": 3.74,
145
+ "grad_norm": 0.15966422855854034,
146
+ "learning_rate": 1.385805697877305e-06,
147
+ "loss": 0.1557,
148
+ "step": 8000
149
+ },
150
+ {
151
+ "epoch": 3.98,
152
+ "grad_norm": 0.05443466454744339,
153
+ "learning_rate": 1.3054691356815192e-07,
154
+ "loss": 0.1708,
155
+ "step": 8500
156
+ },
157
+ {
158
+ "epoch": 4.0,
159
+ "eval_loss": 1.0916093587875366,
160
+ "eval_matthews_correlation": 0.5421747077088894,
161
+ "eval_runtime": 0.8194,
162
+ "eval_samples_per_second": 1272.83,
163
+ "eval_steps_per_second": 80.543,
164
+ "step": 8552
165
+ }
166
+ ],
167
+ "logging_steps": 500,
168
+ "max_steps": 8552,
169
+ "num_input_tokens_seen": 0,
170
+ "num_train_epochs": 4,
171
+ "save_steps": 500,
172
+ "total_flos": 138657403563900.0,
173
+ "train_batch_size": 4,
174
+ "trial_name": null,
175
+ "trial_params": {
176
+ "learning_rate": 2.1469946246823753e-05,
177
+ "num_train_epochs": 4,
178
+ "per_device_train_batch_size": 4,
179
+ "seed": 10
180
+ }
181
+ }
run-3/checkpoint-8552/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5794c39e5f32d9d04daa3a15f6f00d81e0613156566c68faaedd5643205dda11
3
+ size 4984
run-3/checkpoint-8552/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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.38.2",
24
+ "vocab_size": 30522
25
+ }
run-4/checkpoint-134/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a8f7e7ee7efca1f145b5d3dd168056c45cec2c524d3efe73f7ef19f5a48ede7
3
+ size 267832560
run-4/checkpoint-134/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae5a177cfdca0fc764e05fc654c0f874c7af8bd59b2cd6808de6a3a84a5185d
3
+ size 535727290
run-4/checkpoint-134/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a208b40e2f0aa886fa15a4a55da06d4448874802d6825c61697aad10fba501f
3
+ size 14244
run-4/checkpoint-134/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b92922507786b3944d00f1d8210c93ba17395ef75b681c310a422480f17593
3
+ size 1064
run-4/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-4/checkpoint-134/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/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-4/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.5707044005393982,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.8134,
16
+ "eval_samples_per_second": 1282.322,
17
+ "eval_steps_per_second": 81.144,
18
+ "step": 134
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 536,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 4,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 64,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 4.585789875360977e-06,
31
+ "num_train_epochs": 4,
32
+ "per_device_train_batch_size": 64,
33
+ "seed": 15
34
+ }
35
+ }
run-4/checkpoint-134/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ef0ff731fdc2cae0b198ef145bbb3fe7f7944e070856b621fff8bb1f2969dcb
3
+ size 4984
run-4/checkpoint-134/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar03_19-18-26_abc5bcbabcce/events.out.tfevents.1709494143.abc5bcbabcce.1176.32 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:717390a4d6edf679e2ab92383cc72335a7d3e962e65f15efa521a6a183b4444c
3
- size 8923
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5ab5e22d249cb684375b4c2e22b66168603d11377d7c2f06427732afe161a57
3
+ size 9823
runs/Mar03_19-18-26_abc5bcbabcce/events.out.tfevents.1709494631.abc5bcbabcce.1176.33 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caf928318fec267d4fc74637e1d960b6de05a28ffef75f9b8315a701af10161f
3
+ size 6447
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5794c39e5f32d9d04daa3a15f6f00d81e0613156566c68faaedd5643205dda11
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ef0ff731fdc2cae0b198ef145bbb3fe7f7944e070856b621fff8bb1f2969dcb
3
  size 4984