apuku0723 commited on
Commit
037c24c
·
1 Parent(s): eb9cec4

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:b55b5e8e8a38e17bc666024003be50e364e2f36fd801be78509cfd662f2baf6c
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d65cbd11871bb7ca54d237b7fec0939208b70a3f06d3a2a7fbef47405a2af448
3
  size 267832560
run-0/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.36.2",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-8552/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebc0e7b5c6f3909aacdeddba078435a5ba1d09004efc21dd028526189c9e3d9b
3
+ size 267832560
run-0/checkpoint-8552/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:708ee95c9d9fbd5b92724bd6d3a855dd74607c6c7e93c0f3681c4f4fa0b4e02a
3
+ size 535727290
run-0/checkpoint-8552/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e74c55368a10b021a874152ad01506b2c0e3e7f3cf082249b344f45a1de047
3
+ size 14308
run-0/checkpoint-8552/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f94af1ecd2e70287b566579399862e47dd3b591ac84864d46ed0568f3d845a5
3
+ size 1064
run-0/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-0/checkpoint-8552/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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-0/checkpoint-8552/trainer_state.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.502884728860933,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-8552",
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
+ "learning_rate": 5.147700386643525e-06,
14
+ "loss": 0.5941,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.47,
19
+ "learning_rate": 4.828046860398895e-06,
20
+ "loss": 0.5599,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.7,
25
+ "learning_rate": 4.5083933341542655e-06,
26
+ "loss": 0.5441,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.94,
31
+ "learning_rate": 4.188739807909635e-06,
32
+ "loss": 0.5171,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 1.0,
37
+ "eval_loss": 0.59578937292099,
38
+ "eval_matthews_correlation": 0.4396965574668407,
39
+ "eval_runtime": 0.776,
40
+ "eval_samples_per_second": 1344.121,
41
+ "eval_steps_per_second": 85.055,
42
+ "step": 2138
43
+ },
44
+ {
45
+ "epoch": 1.17,
46
+ "learning_rate": 3.869086281665004e-06,
47
+ "loss": 0.4915,
48
+ "step": 2500
49
+ },
50
+ {
51
+ "epoch": 1.4,
52
+ "learning_rate": 3.549432755420374e-06,
53
+ "loss": 0.4792,
54
+ "step": 3000
55
+ },
56
+ {
57
+ "epoch": 1.64,
58
+ "learning_rate": 3.2297792291757436e-06,
59
+ "loss": 0.4855,
60
+ "step": 3500
61
+ },
62
+ {
63
+ "epoch": 1.87,
64
+ "learning_rate": 2.9101257029311134e-06,
65
+ "loss": 0.4638,
66
+ "step": 4000
67
+ },
68
+ {
69
+ "epoch": 2.0,
70
+ "eval_loss": 0.7263815402984619,
71
+ "eval_matthews_correlation": 0.4867950830885312,
72
+ "eval_runtime": 0.7416,
73
+ "eval_samples_per_second": 1406.389,
74
+ "eval_steps_per_second": 88.995,
75
+ "step": 4276
76
+ },
77
+ {
78
+ "epoch": 2.1,
79
+ "learning_rate": 2.5904721766864832e-06,
80
+ "loss": 0.4408,
81
+ "step": 4500
82
+ },
83
+ {
84
+ "epoch": 2.34,
85
+ "learning_rate": 2.2708186504418535e-06,
86
+ "loss": 0.4401,
87
+ "step": 5000
88
+ },
89
+ {
90
+ "epoch": 2.57,
91
+ "learning_rate": 1.951165124197223e-06,
92
+ "loss": 0.4285,
93
+ "step": 5500
94
+ },
95
+ {
96
+ "epoch": 2.81,
97
+ "learning_rate": 1.6315115979525925e-06,
98
+ "loss": 0.426,
99
+ "step": 6000
100
+ },
101
+ {
102
+ "epoch": 3.0,
103
+ "eval_loss": 0.8495753407478333,
104
+ "eval_matthews_correlation": 0.4863630663948402,
105
+ "eval_runtime": 0.749,
106
+ "eval_samples_per_second": 1392.573,
107
+ "eval_steps_per_second": 88.121,
108
+ "step": 6414
109
+ },
110
+ {
111
+ "epoch": 3.04,
112
+ "learning_rate": 1.3118580717079626e-06,
113
+ "loss": 0.4376,
114
+ "step": 6500
115
+ },
116
+ {
117
+ "epoch": 3.27,
118
+ "learning_rate": 9.922045454633322e-07,
119
+ "loss": 0.3443,
120
+ "step": 7000
121
+ },
122
+ {
123
+ "epoch": 3.51,
124
+ "learning_rate": 6.72551019218702e-07,
125
+ "loss": 0.3567,
126
+ "step": 7500
127
+ },
128
+ {
129
+ "epoch": 3.74,
130
+ "learning_rate": 3.528974929740718e-07,
131
+ "loss": 0.3956,
132
+ "step": 8000
133
+ },
134
+ {
135
+ "epoch": 3.98,
136
+ "learning_rate": 3.3243966729441546e-08,
137
+ "loss": 0.3431,
138
+ "step": 8500
139
+ },
140
+ {
141
+ "epoch": 4.0,
142
+ "eval_loss": 0.9010036587715149,
143
+ "eval_matthews_correlation": 0.502884728860933,
144
+ "eval_runtime": 0.7405,
145
+ "eval_samples_per_second": 1408.431,
146
+ "eval_steps_per_second": 89.124,
147
+ "step": 8552
148
+ }
149
+ ],
150
+ "logging_steps": 500,
151
+ "max_steps": 8552,
152
+ "num_input_tokens_seen": 0,
153
+ "num_train_epochs": 4,
154
+ "save_steps": 500,
155
+ "total_flos": 138637999159800.0,
156
+ "train_batch_size": 4,
157
+ "trial_name": null,
158
+ "trial_params": {
159
+ "learning_rate": 5.467353912888156e-06,
160
+ "num_train_epochs": 4,
161
+ "per_device_train_batch_size": 4,
162
+ "seed": 14
163
+ }
164
+ }
run-0/checkpoint-8552/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77241119206029366def929b35474bd91e3cb2ee1487eac76e2a3198cad6dc98
3
+ size 4792
run-0/checkpoint-8552/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.36.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:d65cbd11871bb7ca54d237b7fec0939208b70a3f06d3a2a7fbef47405a2af448
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:8bec765267b5360112fdc3e503dd48c059b7bdba66e6590d579eb447586acff1
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:48b229645b40fbde71bfefe569bc58bee6d1d10d8f74232c3f3372fca937d6d3
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:cd40ff87d63c351d1a438ac820f4e6918f2faca4fada38b0c01e78048aeec9b4
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.4578426154336062,
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.48087000846862793,
14
+ "eval_matthews_correlation": 0.4578426154336062,
15
+ "eval_runtime": 0.7998,
16
+ "eval_samples_per_second": 1304.033,
17
+ "eval_steps_per_second": 82.518,
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": 3.8486749150890306e-05,
31
+ "num_train_epochs": 3,
32
+ "per_device_train_batch_size": 64,
33
+ "seed": 35
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:906491b427edaeea68361f9ccbc1145bee8cb30436f3ab81a18f207971d0a2dc
3
+ size 4792
run-1/checkpoint-134/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Dec23_02-13-09_9bda7ec8aa80/events.out.tfevents.1703299325.9bda7ec8aa80.207.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:239167a85ce255d75f3ca880da9430177152050fb7ba5a943ea9a9fd4a3cc43d
3
- size 7395
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7208744284a6fe3db29718e5b90f6e9b6b4182ee230dad4af7cae03578ad3b0
3
+ size 8712
runs/Dec23_02-13-09_9bda7ec8aa80/events.out.tfevents.1703299754.9bda7ec8aa80.207.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfee4b187c155a0422ccce7dd07c1515c1084f9f7fa7ede0412037f87bcc6cd3
3
+ size 5021
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77241119206029366def929b35474bd91e3cb2ee1487eac76e2a3198cad6dc98
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906491b427edaeea68361f9ccbc1145bee8cb30436f3ab81a18f207971d0a2dc
3
  size 4792