CCChenRyan commited on
Commit
7c2164d
·
1 Parent(s): a19a6fb

Training in progress, epoch 3

Browse files
Files changed (36) 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 +59 -0
  11. run-0/checkpoint-2138/training_args.bin +3 -0
  12. run-0/checkpoint-2138/vocab.txt +0 -0
  13. run-0/checkpoint-4276/config.json +25 -0
  14. run-0/checkpoint-4276/model.safetensors +3 -0
  15. run-0/checkpoint-4276/optimizer.pt +3 -0
  16. run-0/checkpoint-4276/rng_state.pth +3 -0
  17. run-0/checkpoint-4276/scheduler.pt +3 -0
  18. run-0/checkpoint-4276/special_tokens_map.json +7 -0
  19. run-0/checkpoint-4276/tokenizer.json +0 -0
  20. run-0/checkpoint-4276/tokenizer_config.json +55 -0
  21. run-0/checkpoint-4276/trainer_state.json +92 -0
  22. run-0/checkpoint-4276/training_args.bin +3 -0
  23. run-0/checkpoint-4276/vocab.txt +0 -0
  24. run-0/checkpoint-6414/config.json +25 -0
  25. run-0/checkpoint-6414/model.safetensors +3 -0
  26. run-0/checkpoint-6414/optimizer.pt +3 -0
  27. run-0/checkpoint-6414/rng_state.pth +3 -0
  28. run-0/checkpoint-6414/scheduler.pt +3 -0
  29. run-0/checkpoint-6414/special_tokens_map.json +7 -0
  30. run-0/checkpoint-6414/tokenizer.json +0 -0
  31. run-0/checkpoint-6414/tokenizer_config.json +55 -0
  32. run-0/checkpoint-6414/trainer_state.json +125 -0
  33. run-0/checkpoint-6414/training_args.bin +3 -0
  34. run-0/checkpoint-6414/vocab.txt +0 -0
  35. runs/Dec23_02-09-17_17d63b357dd6/events.out.tfevents.1703298345.17d63b357dd6.603.5 +2 -2
  36. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bf7f59ed13b888a0489281dcc27320b6e23a655d73a6a8f0c88a019a914167e
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb01d1b073d7cfbf29b42e97eab0297437f2fc9cb8d8feaa8b706b044304141
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:4bf1717faa0588d657568e0008f9c35bbe78ca17d777e38ad72fac16f7808733
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:8f43ff59dcff70e4d9994cc91108ec78cdfb5189439af68649b980dee42e1506
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:ff9c3dbd56ab50aa725efcd873b25a87b7ea19a02c95e891164d94e916cd40cd
3
+ size 14308
run-0/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d8550babb889c60a2208502c337bece0466cbb1d9c7e3aaa6a83685e377b02b
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,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4467807407096838,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/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": 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
+ "logging_steps": 500,
46
+ "max_steps": 8552,
47
+ "num_input_tokens_seen": 0,
48
+ "num_train_epochs": 4,
49
+ "save_steps": 500,
50
+ "total_flos": 43331327982240.0,
51
+ "train_batch_size": 4,
52
+ "trial_name": null,
53
+ "trial_params": {
54
+ "learning_rate": 1.9159398359755275e-05,
55
+ "num_train_epochs": 4,
56
+ "per_device_train_batch_size": 4,
57
+ "seed": 20
58
+ }
59
+ }
run-0/checkpoint-2138/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-2138/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:52920e58aa91e0b805addec957d4fae9a6cf5f4780f65988bc3ba00718182a33
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:8059ce801dc8c01f76f567a837b4fc45189b8e2c19bc356e891b8b813e6972f2
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:db4d744d63771944a923989dff8d29085f87e171ec694f475cdec1803c695dab
3
+ size 14308
run-0/checkpoint-4276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09ac96b9313a5a84310ab2fe4d32d08d4070b95ca67d0b3870afd4ea3b9d29d7
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,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4507129896372791,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-4276",
4
+ "epoch": 2.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.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
+ "logging_steps": 500,
79
+ "max_steps": 8552,
80
+ "num_input_tokens_seen": 0,
81
+ "num_train_epochs": 4,
82
+ "save_steps": 500,
83
+ "total_flos": 75899679823680.0,
84
+ "train_batch_size": 4,
85
+ "trial_name": null,
86
+ "trial_params": {
87
+ "learning_rate": 1.9159398359755275e-05,
88
+ "num_train_epochs": 4,
89
+ "per_device_train_batch_size": 4,
90
+ "seed": 20
91
+ }
92
+ }
run-0/checkpoint-4276/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-4276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-6414/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-6414/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb01d1b073d7cfbf29b42e97eab0297437f2fc9cb8d8feaa8b706b044304141
3
+ size 267832560
run-0/checkpoint-6414/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ee8b9f4bfc1f7f29e03886c578cd2cf841d61d877a70c2b2c4309b226a91db
3
+ size 535727290
run-0/checkpoint-6414/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3d585e762e2cfdfb3e76b64a04bc53bde6883d59ef217a829b611dc67b6acf
3
+ size 14308
run-0/checkpoint-6414/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74fda6391bfdc59fc209d0d57ca40cd369bc421a827d568e109232c26a7afb08
3
+ size 1064
run-0/checkpoint-6414/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-6414/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-6414/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-6414/trainer_state.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.525313763068796,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-6414",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 6414,
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
+ "logging_steps": 500,
112
+ "max_steps": 8552,
113
+ "num_input_tokens_seen": 0,
114
+ "num_train_epochs": 4,
115
+ "save_steps": 500,
116
+ "total_flos": 108625077975636.0,
117
+ "train_batch_size": 4,
118
+ "trial_name": null,
119
+ "trial_params": {
120
+ "learning_rate": 1.9159398359755275e-05,
121
+ "num_train_epochs": 4,
122
+ "per_device_train_batch_size": 4,
123
+ "seed": 20
124
+ }
125
+ }
run-0/checkpoint-6414/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-6414/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:8767921543efbbdc7915515d7d244adb5edeab776c3b4955c5d8d00b1f66e98e
3
- size 5151
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f4082687f00b9b81b3fd055f4eff9ed0bdb54e4a75a623a7387964f12ad09d3
3
+ size 12612
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47916063c9d08da0ea406bcd37dc65026cf97e4bfd39252c5a02963e5d083a2f
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9cc40459bd315d2cd00eaecc6a2c0666856322ff6f0db9d1b795484abcdc1d1
3
  size 4792