LarryTW commited on
Commit
1b92d74
·
1 Parent(s): e495311

Training in progress, epoch 4

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-7/checkpoint-1072/config.json +25 -0
  3. run-7/checkpoint-1072/model.safetensors +3 -0
  4. run-7/checkpoint-1072/optimizer.pt +3 -0
  5. run-7/checkpoint-1072/rng_state.pth +3 -0
  6. run-7/checkpoint-1072/scheduler.pt +3 -0
  7. run-7/checkpoint-1072/special_tokens_map.json +7 -0
  8. run-7/checkpoint-1072/tokenizer.json +0 -0
  9. run-7/checkpoint-1072/tokenizer_config.json +55 -0
  10. run-7/checkpoint-1072/trainer_state.json +74 -0
  11. run-7/checkpoint-1072/training_args.bin +3 -0
  12. run-7/checkpoint-1072/vocab.txt +0 -0
  13. run-7/checkpoint-536/config.json +25 -0
  14. run-7/checkpoint-536/model.safetensors +3 -0
  15. run-7/checkpoint-536/optimizer.pt +3 -0
  16. run-7/checkpoint-536/rng_state.pth +3 -0
  17. run-7/checkpoint-536/scheduler.pt +3 -0
  18. run-7/checkpoint-536/special_tokens_map.json +7 -0
  19. run-7/checkpoint-536/tokenizer.json +0 -0
  20. run-7/checkpoint-536/tokenizer_config.json +55 -0
  21. run-7/checkpoint-536/trainer_state.json +50 -0
  22. run-7/checkpoint-536/training_args.bin +3 -0
  23. run-7/checkpoint-536/vocab.txt +0 -0
  24. run-7/checkpoint-804/config.json +25 -0
  25. run-7/checkpoint-804/model.safetensors +3 -0
  26. run-7/checkpoint-804/optimizer.pt +3 -0
  27. run-7/checkpoint-804/rng_state.pth +3 -0
  28. run-7/checkpoint-804/scheduler.pt +3 -0
  29. run-7/checkpoint-804/special_tokens_map.json +7 -0
  30. run-7/checkpoint-804/tokenizer.json +0 -0
  31. run-7/checkpoint-804/tokenizer_config.json +55 -0
  32. run-7/checkpoint-804/trainer_state.json +59 -0
  33. run-7/checkpoint-804/training_args.bin +3 -0
  34. run-7/checkpoint-804/vocab.txt +0 -0
  35. runs/Dec23_01-44-29_cab255cafe95/events.out.tfevents.1703296853.cab255cafe95.13310.9 +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bed2ce5875b094ffcccc83f310fc06d112efe2caf2c94b67b258169d58e2948
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7667f7c1ad16cdef3264c88fb5f1338b4584047676a1c15ebe4619ade199c2
3
  size 267832560
run-7/checkpoint-1072/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-7/checkpoint-1072/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7667f7c1ad16cdef3264c88fb5f1338b4584047676a1c15ebe4619ade199c2
3
+ size 267832560
run-7/checkpoint-1072/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f14cca08e3903b5aeeb49e30a1719a92cba1b420149a100ab7ad2aab24b71d
3
+ size 535727290
run-7/checkpoint-1072/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a91eb1cb7fd3f940048b8a777e4dc135bfa6833f07cd4ab52581b15d643063e
3
+ size 14244
run-7/checkpoint-1072/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb93df7c9f67b048c9e1711a60f34d805f83df177a5037106aad0f3626f1ac9
3
+ size 1064
run-7/checkpoint-1072/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-7/checkpoint-1072/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-1072/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-7/checkpoint-1072/trainer_state.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4356146646972585,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-1072",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1072,
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.5343004465103149,
14
+ "eval_matthews_correlation": 0.29918510040507346,
15
+ "eval_runtime": 0.7621,
16
+ "eval_samples_per_second": 1368.513,
17
+ "eval_steps_per_second": 86.598,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "learning_rate": 2.9668501983081725e-06,
23
+ "loss": 0.5193,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_loss": 0.5236551761627197,
29
+ "eval_matthews_correlation": 0.4241202758215723,
30
+ "eval_runtime": 0.8223,
31
+ "eval_samples_per_second": 1268.439,
32
+ "eval_steps_per_second": 80.266,
33
+ "step": 536
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "eval_loss": 0.5109657645225525,
38
+ "eval_matthews_correlation": 0.4345489406668151,
39
+ "eval_runtime": 0.8208,
40
+ "eval_samples_per_second": 1270.721,
41
+ "eval_steps_per_second": 80.41,
42
+ "step": 804
43
+ },
44
+ {
45
+ "epoch": 3.73,
46
+ "learning_rate": 3.7344967531151816e-07,
47
+ "loss": 0.412,
48
+ "step": 1000
49
+ },
50
+ {
51
+ "epoch": 4.0,
52
+ "eval_loss": 0.5060515999794006,
53
+ "eval_matthews_correlation": 0.4356146646972585,
54
+ "eval_runtime": 0.8474,
55
+ "eval_samples_per_second": 1230.852,
56
+ "eval_steps_per_second": 77.887,
57
+ "step": 1072
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 1072,
62
+ "num_input_tokens_seen": 0,
63
+ "num_train_epochs": 4,
64
+ "save_steps": 500,
65
+ "total_flos": 190987976716944.0,
66
+ "train_batch_size": 32,
67
+ "trial_name": null,
68
+ "trial_params": {
69
+ "learning_rate": 5.560250721304826e-06,
70
+ "num_train_epochs": 4,
71
+ "per_device_train_batch_size": 32,
72
+ "seed": 28
73
+ }
74
+ }
run-7/checkpoint-1072/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d64e83635a4da4783e4c55867a30677ea946d7ffee6806d5df9c9caef4e2a1
3
+ size 4792
run-7/checkpoint-1072/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-536/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-7/checkpoint-536/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cf022ed9db6c4c4d238e486968562c5889ed201007c6e9f4f8228b9dc18ac18
3
+ size 267832560
run-7/checkpoint-536/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9061c34a7fb1bfa6ed8bca9b9b65fbf554748a1b7cc9088de0977425ff0a38a
3
+ size 535727290
run-7/checkpoint-536/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f9e3aaf6b37b75264fbb2c562b3c32515689962db3ac97d7b0606726a5f7b4f
3
+ size 14244
run-7/checkpoint-536/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd9fdda0e9c57308f1129be1b70c14bbabc1911fc7f8a62802309576f149e62
3
+ size 1064
run-7/checkpoint-536/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-7/checkpoint-536/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-536/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-7/checkpoint-536/trainer_state.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4241202758215723,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-536",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 536,
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.5343004465103149,
14
+ "eval_matthews_correlation": 0.29918510040507346,
15
+ "eval_runtime": 0.7621,
16
+ "eval_samples_per_second": 1368.513,
17
+ "eval_steps_per_second": 86.598,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "learning_rate": 2.9668501983081725e-06,
23
+ "loss": 0.5193,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_loss": 0.5236551761627197,
29
+ "eval_matthews_correlation": 0.4241202758215723,
30
+ "eval_runtime": 0.8223,
31
+ "eval_samples_per_second": 1268.439,
32
+ "eval_steps_per_second": 80.266,
33
+ "step": 536
34
+ }
35
+ ],
36
+ "logging_steps": 500,
37
+ "max_steps": 1072,
38
+ "num_input_tokens_seen": 0,
39
+ "num_train_epochs": 4,
40
+ "save_steps": 500,
41
+ "total_flos": 95730204637716.0,
42
+ "train_batch_size": 32,
43
+ "trial_name": null,
44
+ "trial_params": {
45
+ "learning_rate": 5.560250721304826e-06,
46
+ "num_train_epochs": 4,
47
+ "per_device_train_batch_size": 32,
48
+ "seed": 28
49
+ }
50
+ }
run-7/checkpoint-536/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d64e83635a4da4783e4c55867a30677ea946d7ffee6806d5df9c9caef4e2a1
3
+ size 4792
run-7/checkpoint-536/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-804/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-7/checkpoint-804/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a023b11d7a3437b638097cc31dddb7fb5b9e80855940e541a379ae1cd1815fe
3
+ size 267832560
run-7/checkpoint-804/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:392d8b9199dc503ebc85de6f2af12f8c6c473035f1bb998c8935684d57543881
3
+ size 535727290
run-7/checkpoint-804/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:236bc1824b27168750bee59fb6bb860b8024092ba38ee88104c8be0e3585cc1e
3
+ size 14244
run-7/checkpoint-804/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71e9779de90b00476efc04c12e2578382f9597f691f774e7e4984c56fb7456b8
3
+ size 1064
run-7/checkpoint-804/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-7/checkpoint-804/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/checkpoint-804/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-7/checkpoint-804/trainer_state.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4345489406668151,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-804",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 804,
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.5343004465103149,
14
+ "eval_matthews_correlation": 0.29918510040507346,
15
+ "eval_runtime": 0.7621,
16
+ "eval_samples_per_second": 1368.513,
17
+ "eval_steps_per_second": 86.598,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "learning_rate": 2.9668501983081725e-06,
23
+ "loss": 0.5193,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_loss": 0.5236551761627197,
29
+ "eval_matthews_correlation": 0.4241202758215723,
30
+ "eval_runtime": 0.8223,
31
+ "eval_samples_per_second": 1268.439,
32
+ "eval_steps_per_second": 80.266,
33
+ "step": 536
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "eval_loss": 0.5109657645225525,
38
+ "eval_matthews_correlation": 0.4345489406668151,
39
+ "eval_runtime": 0.8208,
40
+ "eval_samples_per_second": 1270.721,
41
+ "eval_steps_per_second": 80.41,
42
+ "step": 804
43
+ }
44
+ ],
45
+ "logging_steps": 500,
46
+ "max_steps": 1072,
47
+ "num_input_tokens_seen": 0,
48
+ "num_train_epochs": 4,
49
+ "save_steps": 500,
50
+ "total_flos": 95730204637716.0,
51
+ "train_batch_size": 32,
52
+ "trial_name": null,
53
+ "trial_params": {
54
+ "learning_rate": 5.560250721304826e-06,
55
+ "num_train_epochs": 4,
56
+ "per_device_train_batch_size": 32,
57
+ "seed": 28
58
+ }
59
+ }
run-7/checkpoint-804/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2d64e83635a4da4783e4c55867a30677ea946d7ffee6806d5df9c9caef4e2a1
3
+ size 4792
run-7/checkpoint-804/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Dec23_01-44-29_cab255cafe95/events.out.tfevents.1703296853.cab255cafe95.13310.9 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d217e298a38ce958199c8de16eff7a7cc35c6e85135f3b11e17dce6cd36ac8c
3
- size 5506
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b83690d895289980404626422b2c357ce800f985b4cd76b944aa60b152ef8978
3
+ size 6352