Yihsiu commited on
Commit
d04e13b
1 Parent(s): 612f7cd

Training in progress, epoch 4

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-0/checkpoint-2138/config.json +25 -0
  3. run-0/checkpoint-2138/model.safetensors +3 -0
  4. run-0/checkpoint-2138/optimizer.pt +3 -0
  5. run-0/checkpoint-2138/rng_state.pth +3 -0
  6. run-0/checkpoint-2138/scheduler.pt +3 -0
  7. run-0/checkpoint-2138/special_tokens_map.json +7 -0
  8. run-0/checkpoint-2138/tokenizer.json +0 -0
  9. run-0/checkpoint-2138/tokenizer_config.json +55 -0
  10. run-0/checkpoint-2138/trainer_state.json +68 -0
  11. run-0/checkpoint-2138/training_args.bin +3 -0
  12. run-0/checkpoint-2138/vocab.txt +0 -0
  13. run-0/checkpoint-3207/config.json +25 -0
  14. run-0/checkpoint-3207/model.safetensors +3 -0
  15. run-0/checkpoint-3207/optimizer.pt +3 -0
  16. run-0/checkpoint-3207/rng_state.pth +3 -0
  17. run-0/checkpoint-3207/scheduler.pt +3 -0
  18. run-0/checkpoint-3207/special_tokens_map.json +7 -0
  19. run-0/checkpoint-3207/tokenizer.json +0 -0
  20. run-0/checkpoint-3207/tokenizer_config.json +55 -0
  21. run-0/checkpoint-3207/trainer_state.json +89 -0
  22. run-0/checkpoint-3207/training_args.bin +3 -0
  23. run-0/checkpoint-3207/vocab.txt +0 -0
  24. run-0/checkpoint-4276/config.json +25 -0
  25. run-0/checkpoint-4276/model.safetensors +3 -0
  26. run-0/checkpoint-4276/optimizer.pt +3 -0
  27. run-0/checkpoint-4276/rng_state.pth +3 -0
  28. run-0/checkpoint-4276/scheduler.pt +3 -0
  29. run-0/checkpoint-4276/special_tokens_map.json +7 -0
  30. run-0/checkpoint-4276/tokenizer.json +0 -0
  31. run-0/checkpoint-4276/tokenizer_config.json +55 -0
  32. run-0/checkpoint-4276/trainer_state.json +110 -0
  33. run-0/checkpoint-4276/training_args.bin +3 -0
  34. run-0/checkpoint-4276/vocab.txt +0 -0
  35. runs/Dec23_02-07-05_42b18358a534/events.out.tfevents.1703297989.42b18358a534.403.2 +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc9dd3a7e46ef5f8d7d09d3f7286186356d27c92fa5bd204daaf8189b395f11b
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffecd53831e2fda4561907f162811184d1b27cd72a6174a56135df37ba3efaf4
3
  size 267832560
run-0/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-0/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a210262a3a0b06b6e6052aa3acc334843c8d17af65443bb815ef1db7f316e42
3
+ size 267832560
run-0/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5648db7ee6699dc0b1f12f0cff394550d673019d5b0690574215616a9ce28a9
3
+ size 535727290
run-0/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:669e8a42fcc46b89570af02d297ebd425222f1895a17bcb7b917731c0e4ff319
3
+ size 14244
run-0/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2728c2f843509e109330d2b1b16631de8738441d052908c19a5757b1ae554085
3
+ size 1064
run-0/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-0/checkpoint-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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-0/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4491534084057902,
3
+ "best_model_checkpoint": "hw-01-finetuned-cola/run-0/checkpoint-2138",
4
+ "epoch": 2.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.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
+ "logging_steps": 500,
55
+ "max_steps": 5345,
56
+ "num_input_tokens_seen": 0,
57
+ "num_train_epochs": 5,
58
+ "save_steps": 500,
59
+ "total_flos": 75156879234732.0,
60
+ "train_batch_size": 8,
61
+ "trial_name": null,
62
+ "trial_params": {
63
+ "learning_rate": 3.014650118559299e-06,
64
+ "num_train_epochs": 5,
65
+ "per_device_train_batch_size": 8,
66
+ "seed": 16
67
+ }
68
+ }
run-0/checkpoint-2138/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-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-3207/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-3207/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5df1ec3ce150d4d0bd84f10f02333e006540fa336a024ae0db74864d30d51ff
3
+ size 267832560
run-0/checkpoint-3207/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fff1523c79f173c83aa5eab3930fa3cfa97743cb3fc126891c95d535d2d2f057
3
+ size 535727290
run-0/checkpoint-3207/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3cf8ba03edf4aab739b99b2fbc1771c3e0085e1078b77e13fb3ed47eaf2c3bd
3
+ size 14244
run-0/checkpoint-3207/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e02d919d1bb6ccc29e426eecf544d0e5d41e91bdc71d11985a479482826e2fc
3
+ size 1064
run-0/checkpoint-3207/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-3207/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-3207/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-3207/trainer_state.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.45115517656589194,
3
+ "best_model_checkpoint": "hw-01-finetuned-cola/run-0/checkpoint-3207",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3207,
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
+ "logging_steps": 500,
76
+ "max_steps": 5345,
77
+ "num_input_tokens_seen": 0,
78
+ "num_train_epochs": 5,
79
+ "save_steps": 500,
80
+ "total_flos": 112981754784168.0,
81
+ "train_batch_size": 8,
82
+ "trial_name": null,
83
+ "trial_params": {
84
+ "learning_rate": 3.014650118559299e-06,
85
+ "num_train_epochs": 5,
86
+ "per_device_train_batch_size": 8,
87
+ "seed": 16
88
+ }
89
+ }
run-0/checkpoint-3207/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-3207/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-4276/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-4276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffecd53831e2fda4561907f162811184d1b27cd72a6174a56135df37ba3efaf4
3
+ size 267832560
run-0/checkpoint-4276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e548f3286a7c3abdf75cced946d0a83e7936b610f2758669a1972762e203429
3
+ size 535727290
run-0/checkpoint-4276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf6ab4081361d01ba74a185d70e72d4bae90638ed30c15c6aad7f95a02d8c1b2
3
+ size 14244
run-0/checkpoint-4276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41feb947253f2ca44e48a6549ac48764a36c4e2117e49a9ce16d2bd2b113040b
3
+ size 1064
run-0/checkpoint-4276/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-4276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-4276/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-4276/trainer_state.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.45354879777314566,
3
+ "best_model_checkpoint": "hw-01-finetuned-cola/run-0/checkpoint-4276",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4276,
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
+ "logging_steps": 500,
97
+ "max_steps": 5345,
98
+ "num_input_tokens_seen": 0,
99
+ "num_train_epochs": 5,
100
+ "save_steps": 500,
101
+ "total_flos": 150407158334532.0,
102
+ "train_batch_size": 8,
103
+ "trial_name": null,
104
+ "trial_params": {
105
+ "learning_rate": 3.014650118559299e-06,
106
+ "num_train_epochs": 5,
107
+ "per_device_train_batch_size": 8,
108
+ "seed": 16
109
+ }
110
+ }
run-0/checkpoint-4276/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-4276/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:69a1cba10986429cede09506c9530dd389ad0d421046d7fb4646d435c548b172
3
- size 4935
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b4e8d5625fe31c52a2d5068f50c794c680ec420655cbc8dfeeaf057b1265e3c
3
+ size 7039