Yihsiu commited on
Commit
60649e2
1 Parent(s): d04e13b

Training in progress, epoch 1

Browse files
Files changed (49) hide show
  1. model.safetensors +1 -1
  2. run-0/checkpoint-5345/config.json +25 -0
  3. run-0/checkpoint-5345/model.safetensors +3 -0
  4. run-0/checkpoint-5345/optimizer.pt +3 -0
  5. run-0/checkpoint-5345/rng_state.pth +3 -0
  6. run-0/checkpoint-5345/scheduler.pt +3 -0
  7. run-0/checkpoint-5345/special_tokens_map.json +7 -0
  8. run-0/checkpoint-5345/tokenizer.json +0 -0
  9. run-0/checkpoint-5345/tokenizer_config.json +55 -0
  10. run-0/checkpoint-5345/trainer_state.json +131 -0
  11. run-0/checkpoint-5345/training_args.bin +3 -0
  12. run-0/checkpoint-5345/vocab.txt +0 -0
  13. run-1/checkpoint-1070/config.json +25 -0
  14. run-1/checkpoint-1070/model.safetensors +3 -0
  15. run-1/checkpoint-1070/optimizer.pt +3 -0
  16. run-1/checkpoint-1070/rng_state.pth +3 -0
  17. run-1/checkpoint-1070/scheduler.pt +3 -0
  18. run-1/checkpoint-1070/special_tokens_map.json +7 -0
  19. run-1/checkpoint-1070/tokenizer.json +0 -0
  20. run-1/checkpoint-1070/tokenizer_config.json +55 -0
  21. run-1/checkpoint-1070/trainer_state.json +56 -0
  22. run-1/checkpoint-1070/training_args.bin +3 -0
  23. run-1/checkpoint-1070/vocab.txt +0 -0
  24. run-1/checkpoint-535/config.json +25 -0
  25. run-1/checkpoint-535/model.safetensors +3 -0
  26. run-1/checkpoint-535/optimizer.pt +3 -0
  27. run-1/checkpoint-535/rng_state.pth +3 -0
  28. run-1/checkpoint-535/scheduler.pt +3 -0
  29. run-1/checkpoint-535/special_tokens_map.json +7 -0
  30. run-1/checkpoint-535/tokenizer.json +0 -0
  31. run-1/checkpoint-535/tokenizer_config.json +55 -0
  32. run-1/checkpoint-535/trainer_state.json +41 -0
  33. run-1/checkpoint-535/training_args.bin +3 -0
  34. run-1/checkpoint-535/vocab.txt +0 -0
  35. run-2/checkpoint-2138/config.json +25 -0
  36. run-2/checkpoint-2138/model.safetensors +3 -0
  37. run-2/checkpoint-2138/optimizer.pt +3 -0
  38. run-2/checkpoint-2138/rng_state.pth +3 -0
  39. run-2/checkpoint-2138/scheduler.pt +3 -0
  40. run-2/checkpoint-2138/special_tokens_map.json +7 -0
  41. run-2/checkpoint-2138/tokenizer.json +0 -0
  42. run-2/checkpoint-2138/tokenizer_config.json +55 -0
  43. run-2/checkpoint-2138/trainer_state.json +59 -0
  44. run-2/checkpoint-2138/training_args.bin +3 -0
  45. run-2/checkpoint-2138/vocab.txt +0 -0
  46. runs/Dec23_02-07-05_42b18358a534/events.out.tfevents.1703297989.42b18358a534.403.2 +2 -2
  47. runs/Dec23_02-07-05_42b18358a534/events.out.tfevents.1703298308.42b18358a534.403.3 +3 -0
  48. runs/Dec23_02-07-05_42b18358a534/events.out.tfevents.1703298389.42b18358a534.403.4 +3 -0
  49. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffecd53831e2fda4561907f162811184d1b27cd72a6174a56135df37ba3efaf4
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a0cd116856436be14632b63b6b76697e6acbc599abfea55c35256599d029a8
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.36.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:80bfe722d721c6d932e29ac5c4059409cd342d3c82356a4e4e8bb1bca2793f4e
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:428a21ca8d404c2e0db19307325737922835f8cf0c760a397f495ade58fec50d
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:e2bb3527a0370d64408a5726028cdcad94ec1dafbc5ed31492217202db51eab8
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:da6a0cae1b963f0dca74f60de52668cd2829353dc23d97ff569193b259ecb47d
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,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.45354879777314566,
3
+ "best_model_checkpoint": "hw-01-finetuned-cola/run-0/checkpoint-4276",
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
+ "learning_rate": 2.7326435592927605e-06,
14
+ "loss": 0.5977,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 2.4506370000262214e-06,
20
+ "loss": 0.5335,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.5340704321861267,
26
+ "eval_matthews_correlation": 0.36161681105121063,
27
+ "eval_runtime": 0.7405,
28
+ "eval_samples_per_second": 1408.534,
29
+ "eval_steps_per_second": 89.131,
30
+ "step": 1069
31
+ },
32
+ {
33
+ "epoch": 1.4,
34
+ "learning_rate": 2.168630440759683e-06,
35
+ "loss": 0.4751,
36
+ "step": 1500
37
+ },
38
+ {
39
+ "epoch": 1.87,
40
+ "learning_rate": 1.886623881493144e-06,
41
+ "loss": 0.4579,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 2.0,
46
+ "eval_loss": 0.5136641263961792,
47
+ "eval_matthews_correlation": 0.4491534084057902,
48
+ "eval_runtime": 0.906,
49
+ "eval_samples_per_second": 1151.249,
50
+ "eval_steps_per_second": 72.85,
51
+ "step": 2138
52
+ },
53
+ {
54
+ "epoch": 2.34,
55
+ "learning_rate": 1.6046173222266052e-06,
56
+ "loss": 0.4286,
57
+ "step": 2500
58
+ },
59
+ {
60
+ "epoch": 2.81,
61
+ "learning_rate": 1.3226107629600667e-06,
62
+ "loss": 0.4101,
63
+ "step": 3000
64
+ },
65
+ {
66
+ "epoch": 3.0,
67
+ "eval_loss": 0.5329485535621643,
68
+ "eval_matthews_correlation": 0.45115517656589194,
69
+ "eval_runtime": 0.7978,
70
+ "eval_samples_per_second": 1307.396,
71
+ "eval_steps_per_second": 82.731,
72
+ "step": 3207
73
+ },
74
+ {
75
+ "epoch": 3.27,
76
+ "learning_rate": 1.0406042036935279e-06,
77
+ "loss": 0.3981,
78
+ "step": 3500
79
+ },
80
+ {
81
+ "epoch": 3.74,
82
+ "learning_rate": 7.585976444269893e-07,
83
+ "loss": 0.3845,
84
+ "step": 4000
85
+ },
86
+ {
87
+ "epoch": 4.0,
88
+ "eval_loss": 0.5448588728904724,
89
+ "eval_matthews_correlation": 0.45354879777314566,
90
+ "eval_runtime": 0.7443,
91
+ "eval_samples_per_second": 1401.396,
92
+ "eval_steps_per_second": 88.679,
93
+ "step": 4276
94
+ },
95
+ {
96
+ "epoch": 4.21,
97
+ "learning_rate": 4.765910851604504e-07,
98
+ "loss": 0.348,
99
+ "step": 4500
100
+ },
101
+ {
102
+ "epoch": 4.68,
103
+ "learning_rate": 1.9458452589391174e-07,
104
+ "loss": 0.357,
105
+ "step": 5000
106
+ },
107
+ {
108
+ "epoch": 5.0,
109
+ "eval_loss": 0.5543220043182373,
110
+ "eval_matthews_correlation": 0.44836399104702945,
111
+ "eval_runtime": 0.7343,
112
+ "eval_samples_per_second": 1420.49,
113
+ "eval_steps_per_second": 89.887,
114
+ "step": 5345
115
+ }
116
+ ],
117
+ "logging_steps": 500,
118
+ "max_steps": 5345,
119
+ "num_input_tokens_seen": 0,
120
+ "num_train_epochs": 5,
121
+ "save_steps": 500,
122
+ "total_flos": 187932947335440.0,
123
+ "train_batch_size": 8,
124
+ "trial_name": null,
125
+ "trial_params": {
126
+ "learning_rate": 3.014650118559299e-06,
127
+ "num_train_epochs": 5,
128
+ "per_device_train_batch_size": 8,
129
+ "seed": 16
130
+ }
131
+ }
run-0/checkpoint-5345/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7fe9927effe1f0b016401f7ae93dae94ecab2821cb36372747f5f4e611c428e
3
+ size 4728
run-0/checkpoint-5345/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-1070/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-1070/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1a4c72cac799be0d6f6063588237e1c4d3274add434c35882d6a43bb7160a3
3
+ size 267832560
run-1/checkpoint-1070/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e304d77d78cd52e9a3e862c716d48a3d00f0fcef0eafe3af7fc0622d8a3e4cc8
3
+ size 535727290
run-1/checkpoint-1070/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69a7e17283da60c711d8ac1014444f8bdde5a308dcec30aa54c22c235a2583be
3
+ size 14308
run-1/checkpoint-1070/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807a9d9b19995e0b101b0ac58b02e5ee810ebebdab2a549327ec061c50d76e10
3
+ size 1064
run-1/checkpoint-1070/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-1070/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-1070/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-1070/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "hw-01-finetuned-cola/run-1/checkpoint-535",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1070,
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": 6.523832453871098e-07,
14
+ "loss": 0.6196,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_loss": 0.6081321835517883,
20
+ "eval_matthews_correlation": 0.0,
21
+ "eval_runtime": 0.7503,
22
+ "eval_samples_per_second": 1390.123,
23
+ "eval_steps_per_second": 87.966,
24
+ "step": 535
25
+ },
26
+ {
27
+ "epoch": 1.87,
28
+ "learning_rate": 8.011724066157488e-08,
29
+ "loss": 0.5922,
30
+ "step": 1000
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_loss": 0.5986050963401794,
35
+ "eval_matthews_correlation": 0.0,
36
+ "eval_runtime": 1.4026,
37
+ "eval_samples_per_second": 743.6,
38
+ "eval_steps_per_second": 47.054,
39
+ "step": 1070
40
+ }
41
+ ],
42
+ "logging_steps": 500,
43
+ "max_steps": 1070,
44
+ "num_input_tokens_seen": 0,
45
+ "num_train_epochs": 2,
46
+ "save_steps": 500,
47
+ "total_flos": 85728657313800.0,
48
+ "train_batch_size": 16,
49
+ "trial_name": null,
50
+ "trial_params": {
51
+ "learning_rate": 1.2246492501126448e-06,
52
+ "num_train_epochs": 2,
53
+ "per_device_train_batch_size": 16,
54
+ "seed": 14
55
+ }
56
+ }
run-1/checkpoint-1070/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f077c25ca4eb5e8ed1affa47b767b34966c6b1f391060ee6cafd893a4f18997
3
+ size 4728
run-1/checkpoint-1070/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:9b811699f7f9f7445d7098a2f0dbf36bf944c4d4ff11082276ef4ffe482bf314
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:380d688ee089e21be4f11956ac8b006dab5139b33bffc494054329d8498fb515
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:31cab7000d30e634d9632b79d56481dc5afe232091e77ee55a9a3e7281201738
3
+ size 14308
run-1/checkpoint-535/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:121a642ad1591965dbcab32cee044bd1b1270272f8624f41a1249ae9fbd8e0a3
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.0,
3
+ "best_model_checkpoint": "hw-01-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": 6.523832453871098e-07,
14
+ "loss": 0.6196,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_loss": 0.6081321835517883,
20
+ "eval_matthews_correlation": 0.0,
21
+ "eval_runtime": 0.7503,
22
+ "eval_samples_per_second": 1390.123,
23
+ "eval_steps_per_second": 87.966,
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": 42828365827968.0,
33
+ "train_batch_size": 16,
34
+ "trial_name": null,
35
+ "trial_params": {
36
+ "learning_rate": 1.2246492501126448e-06,
37
+ "num_train_epochs": 2,
38
+ "per_device_train_batch_size": 16,
39
+ "seed": 14
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:6f077c25ca4eb5e8ed1affa47b767b34966c6b1f391060ee6cafd893a4f18997
3
+ size 4728
run-1/checkpoint-535/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-2138/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-2/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a0cd116856436be14632b63b6b76697e6acbc599abfea55c35256599d029a8
3
+ size 267832560
run-2/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b020b773d8504d1a099e794cef1451b32d979780cc9807f147e76bdffb3e39a
3
+ size 535727290
run-2/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16d397e91a8e27617cdc21beb7fc232f075b50df3e73f064c98f0b19870d0bd7
3
+ size 14308
run-2/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e19d5c6d03bd526a91de8ff6f5944663c9cd62d0492f155ea7a1585bedd5b88
3
+ size 1064
run-2/checkpoint-2138/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-2/checkpoint-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-2138/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-2/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4304260866765428,
3
+ "best_model_checkpoint": "hw-01-finetuned-cola/run-2/checkpoint-2138",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2138,
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": 4.717583231684137e-06,
14
+ "loss": 0.5783,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.47,
19
+ "learning_rate": 4.318734463364544e-06,
20
+ "loss": 0.5628,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.7,
25
+ "learning_rate": 3.919885695044952e-06,
26
+ "loss": 0.5371,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.94,
31
+ "learning_rate": 3.52103692672536e-06,
32
+ "loss": 0.5214,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 1.0,
37
+ "eval_loss": 0.5808761715888977,
38
+ "eval_matthews_correlation": 0.4304260866765428,
39
+ "eval_runtime": 0.7545,
40
+ "eval_samples_per_second": 1382.293,
41
+ "eval_steps_per_second": 87.47,
42
+ "step": 2138
43
+ }
44
+ ],
45
+ "logging_steps": 500,
46
+ "max_steps": 6414,
47
+ "num_input_tokens_seen": 0,
48
+ "num_train_epochs": 3,
49
+ "save_steps": 500,
50
+ "total_flos": 32649074162496.0,
51
+ "train_batch_size": 4,
52
+ "trial_name": null,
53
+ "trial_params": {
54
+ "learning_rate": 5.1164320000037285e-06,
55
+ "num_train_epochs": 3,
56
+ "per_device_train_batch_size": 4,
57
+ "seed": 26
58
+ }
59
+ }
run-2/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33df9fa76c45a070b235b52e6deaa801af62492a1cc0e084d107a267b67a3f43
3
+ size 4728
run-2/checkpoint-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Dec23_02-07-05_42b18358a534/events.out.tfevents.1703297989.42b18358a534.403.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b4e8d5625fe31c52a2d5068f50c794c680ec420655cbc8dfeeaf057b1265e3c
3
- size 7039
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaff3dbc7f8190d0ba9567f988e1a10614386e979d3d828e1c2076dcc42cdb54
3
+ size 7885
runs/Dec23_02-07-05_42b18358a534/events.out.tfevents.1703298308.42b18358a534.403.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad7a04160c42b74ae81d2db5ed2682ca4c7e05e7e97c69d6bcdcad202c02f6db
3
+ size 5626
runs/Dec23_02-07-05_42b18358a534/events.out.tfevents.1703298389.42b18358a534.403.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b7a43702de137acdc162d56ae73c2fe0445c9cc2211dc4aaa88a455cb77cf2
3
+ size 5407
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7fe9927effe1f0b016401f7ae93dae94ecab2821cb36372747f5f4e611c428e
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33df9fa76c45a070b235b52e6deaa801af62492a1cc0e084d107a267b67a3f43
3
  size 4728