CCChenRyan commited on
Commit
4d2ecc6
1 Parent(s): 7c2164d

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:ecb01d1b073d7cfbf29b42e97eab0297437f2fc9cb8d8feaa8b706b044304141
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe3aaef1664168b504e33315f6633b7b596edf79c2dd00b22d443ce79dd297f
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:e53d93a78bc27857cbe44e73844a7a3315272ffa02fe351c0a449f38c90a9b30
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:0dc947ca25c71c681d4dd6e16229cbee3e1eab8a957ff57f396f29378972db6f
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:4c655fdc7e737fd70140a9b80bf3ada85fd0d1f28ae93a4beec3658e0788ddc8
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:d4ad863e4d53fc986a2a1985427cdc10813112beeb051ce95afcc1f000c8cb93
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.5258663312307151,
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": 1.803922773535424e-05,
14
+ "loss": 0.5874,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.47,
19
+ "learning_rate": 1.6919057110953206e-05,
20
+ "loss": 0.5524,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.7,
25
+ "learning_rate": 1.5798886486552175e-05,
26
+ "loss": 0.5657,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.94,
31
+ "learning_rate": 1.4678715862151142e-05,
32
+ "loss": 0.5372,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 1.0,
37
+ "eval_loss": 0.5069713592529297,
38
+ "eval_matthews_correlation": 0.4467807407096838,
39
+ "eval_runtime": 0.7552,
40
+ "eval_samples_per_second": 1381.121,
41
+ "eval_steps_per_second": 87.396,
42
+ "step": 2138
43
+ },
44
+ {
45
+ "epoch": 1.17,
46
+ "learning_rate": 1.3558545237750109e-05,
47
+ "loss": 0.4356,
48
+ "step": 2500
49
+ },
50
+ {
51
+ "epoch": 1.4,
52
+ "learning_rate": 1.2438374613349074e-05,
53
+ "loss": 0.483,
54
+ "step": 3000
55
+ },
56
+ {
57
+ "epoch": 1.64,
58
+ "learning_rate": 1.131820398894804e-05,
59
+ "loss": 0.4814,
60
+ "step": 3500
61
+ },
62
+ {
63
+ "epoch": 1.87,
64
+ "learning_rate": 1.0198033364547007e-05,
65
+ "loss": 0.4779,
66
+ "step": 4000
67
+ },
68
+ {
69
+ "epoch": 2.0,
70
+ "eval_loss": 0.9718611240386963,
71
+ "eval_matthews_correlation": 0.4507129896372791,
72
+ "eval_runtime": 0.7395,
73
+ "eval_samples_per_second": 1410.379,
74
+ "eval_steps_per_second": 89.247,
75
+ "step": 4276
76
+ },
77
+ {
78
+ "epoch": 2.1,
79
+ "learning_rate": 9.077862740145974e-06,
80
+ "loss": 0.3391,
81
+ "step": 4500
82
+ },
83
+ {
84
+ "epoch": 2.34,
85
+ "learning_rate": 7.957692115744941e-06,
86
+ "loss": 0.2438,
87
+ "step": 5000
88
+ },
89
+ {
90
+ "epoch": 2.57,
91
+ "learning_rate": 6.8375214913439076e-06,
92
+ "loss": 0.2754,
93
+ "step": 5500
94
+ },
95
+ {
96
+ "epoch": 2.81,
97
+ "learning_rate": 5.717350866942874e-06,
98
+ "loss": 0.3313,
99
+ "step": 6000
100
+ },
101
+ {
102
+ "epoch": 3.0,
103
+ "eval_loss": 0.9164708852767944,
104
+ "eval_matthews_correlation": 0.525313763068796,
105
+ "eval_runtime": 0.7554,
106
+ "eval_samples_per_second": 1380.726,
107
+ "eval_steps_per_second": 87.371,
108
+ "step": 6414
109
+ },
110
+ {
111
+ "epoch": 3.04,
112
+ "learning_rate": 4.597180242541841e-06,
113
+ "loss": 0.284,
114
+ "step": 6500
115
+ },
116
+ {
117
+ "epoch": 3.27,
118
+ "learning_rate": 3.4770096181408077e-06,
119
+ "loss": 0.1786,
120
+ "step": 7000
121
+ },
122
+ {
123
+ "epoch": 3.51,
124
+ "learning_rate": 2.3568389937397744e-06,
125
+ "loss": 0.1405,
126
+ "step": 7500
127
+ },
128
+ {
129
+ "epoch": 3.74,
130
+ "learning_rate": 1.2366683693387408e-06,
131
+ "loss": 0.2018,
132
+ "step": 8000
133
+ },
134
+ {
135
+ "epoch": 3.98,
136
+ "learning_rate": 1.1649774493770747e-07,
137
+ "loss": 0.1787,
138
+ "step": 8500
139
+ },
140
+ {
141
+ "epoch": 4.0,
142
+ "eval_loss": 1.1422268152236938,
143
+ "eval_matthews_correlation": 0.5258663312307151,
144
+ "eval_runtime": 0.7488,
145
+ "eval_samples_per_second": 1392.867,
146
+ "eval_steps_per_second": 88.139,
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": 149325944938080.0,
156
+ "train_batch_size": 4,
157
+ "trial_name": null,
158
+ "trial_params": {
159
+ "learning_rate": 1.9159398359755275e-05,
160
+ "num_train_epochs": 4,
161
+ "per_device_train_batch_size": 4,
162
+ "seed": 20
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:a9cc40459bd315d2cd00eaecc6a2c0666856322ff6f0db9d1b795484abcdc1d1
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-535/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-535/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe3aaef1664168b504e33315f6633b7b596edf79c2dd00b22d443ce79dd297f
3
+ size 267832560
run-1/checkpoint-535/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2445a388e696a7730bd8b41d006bb738923aeb58447bc8b07cec514c5a7b9457
3
+ size 535727290
run-1/checkpoint-535/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef104e2e0fc92f07429df53b0608736d2c27679bb32790be58be43a861f2b98c
3
+ size 14244
run-1/checkpoint-535/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdd5c115310ae2fec7557cbf4995e2ead87ea1843ff3e3576ace0a2585a5c585
3
+ size 1064
run-1/checkpoint-535/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-535/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-535/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-535/trainer_state.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4559278202620904,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/checkpoint-535",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 535,
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.93,
13
+ "learning_rate": 1.8206261895616947e-05,
14
+ "loss": 0.5254,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_loss": 0.4812505543231964,
20
+ "eval_matthews_correlation": 0.4559278202620904,
21
+ "eval_runtime": 0.73,
22
+ "eval_samples_per_second": 1428.785,
23
+ "eval_steps_per_second": 90.412,
24
+ "step": 535
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 1070,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 2,
31
+ "save_steps": 500,
32
+ "total_flos": 42935995589376.0,
33
+ "train_batch_size": 16,
34
+ "trial_name": null,
35
+ "trial_params": {
36
+ "learning_rate": 3.417666706721076e-05,
37
+ "num_train_epochs": 2,
38
+ "per_device_train_batch_size": 16,
39
+ "seed": 19
40
+ }
41
+ }
run-1/checkpoint-535/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f24f981d79f17db058c213091fb3c5078f781cd40127f969745b1f0c26243ac
3
+ size 4792
run-1/checkpoint-535/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Dec23_02-09-17_17d63b357dd6/events.out.tfevents.1703298345.17d63b357dd6.603.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f4082687f00b9b81b3fd055f4eff9ed0bdb54e4a75a623a7387964f12ad09d3
3
- size 12612
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c553038bc18774e600c158338226716fdfff78fedd7c487eda2e1cf49cfbb071
3
+ size 13772
runs/Dec23_02-09-17_17d63b357dd6/events.out.tfevents.1703298921.17d63b357dd6.603.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:519d4f9af41a434e88e35b54efe01cdaafc331ce2d31bcf1b81523b256322b84
3
+ size 5684
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9cc40459bd315d2cd00eaecc6a2c0666856322ff6f0db9d1b795484abcdc1d1
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f24f981d79f17db058c213091fb3c5078f781cd40127f969745b1f0c26243ac
3
  size 4792