wennycooper commited on
Commit
13c3efe
1 Parent(s): 255aaf4

Training in progress, epoch 4

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-2/checkpoint-1072/config.json +25 -0
  3. run-2/checkpoint-1072/model.safetensors +3 -0
  4. run-2/checkpoint-1072/optimizer.pt +3 -0
  5. run-2/checkpoint-1072/rng_state.pth +3 -0
  6. run-2/checkpoint-1072/scheduler.pt +3 -0
  7. run-2/checkpoint-1072/special_tokens_map.json +7 -0
  8. run-2/checkpoint-1072/tokenizer.json +0 -0
  9. run-2/checkpoint-1072/tokenizer_config.json +55 -0
  10. run-2/checkpoint-1072/trainer_state.json +88 -0
  11. run-2/checkpoint-1072/training_args.bin +3 -0
  12. run-2/checkpoint-1072/vocab.txt +0 -0
  13. run-2/checkpoint-536/config.json +25 -0
  14. run-2/checkpoint-536/model.safetensors +3 -0
  15. run-2/checkpoint-536/optimizer.pt +3 -0
  16. run-2/checkpoint-536/rng_state.pth +3 -0
  17. run-2/checkpoint-536/scheduler.pt +3 -0
  18. run-2/checkpoint-536/special_tokens_map.json +7 -0
  19. run-2/checkpoint-536/tokenizer.json +0 -0
  20. run-2/checkpoint-536/tokenizer_config.json +55 -0
  21. run-2/checkpoint-536/trainer_state.json +63 -0
  22. run-2/checkpoint-536/training_args.bin +3 -0
  23. run-2/checkpoint-536/vocab.txt +0 -0
  24. run-2/checkpoint-804/config.json +25 -0
  25. run-2/checkpoint-804/model.safetensors +3 -0
  26. run-2/checkpoint-804/optimizer.pt +3 -0
  27. run-2/checkpoint-804/rng_state.pth +3 -0
  28. run-2/checkpoint-804/scheduler.pt +3 -0
  29. run-2/checkpoint-804/special_tokens_map.json +7 -0
  30. run-2/checkpoint-804/tokenizer.json +0 -0
  31. run-2/checkpoint-804/tokenizer_config.json +55 -0
  32. run-2/checkpoint-804/trainer_state.json +72 -0
  33. run-2/checkpoint-804/training_args.bin +3 -0
  34. run-2/checkpoint-804/vocab.txt +0 -0
  35. runs/Aug17_02-11-34_b5f02c58e851/events.out.tfevents.1723863099.b5f02c58e851.301.4 +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7877dbd402fd4c7c5ad15f79ca5e7c947037e9f10a80b1e27a5b4acf0002a216
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d06a752745e3362eea4655f7c2008fdb7aa097039b823f70215a24702bb532e7
3
  size 267832560
run-2/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.44.0",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-1072/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d06a752745e3362eea4655f7c2008fdb7aa097039b823f70215a24702bb532e7
3
+ size 267832560
run-2/checkpoint-1072/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ca6b367d263d055a51b305cd44f041985b275fdfddbcd704041f459f8d14b9
3
+ size 535727290
run-2/checkpoint-1072/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f23ecf73cd12a65e9af42b333db46401de3abf51ab01ed476bbeeb815f613f49
3
+ size 14244
run-2/checkpoint-1072/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2061ef91140844965263c5976f14eaf6dad8429ed78a0ff7e853633cca084bef
3
+ size 1064
run-2/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-2/checkpoint-1072/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/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-2/checkpoint-1072/trainer_state.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.24305007868019401,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/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.602029025554657,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7285,
16
+ "eval_samples_per_second": 1431.715,
17
+ "eval_steps_per_second": 90.598,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.8656716417910446,
22
+ "grad_norm": 1.8423285484313965,
23
+ "learning_rate": 9.08259470497268e-07,
24
+ "loss": 0.605,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.5747156739234924,
30
+ "eval_matthews_correlation": 0.0463559874942472,
31
+ "eval_runtime": 0.8181,
32
+ "eval_samples_per_second": 1274.974,
33
+ "eval_steps_per_second": 80.679,
34
+ "step": 536
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.557612419128418,
39
+ "eval_matthews_correlation": 0.1504867919191043,
40
+ "eval_runtime": 1.1383,
41
+ "eval_samples_per_second": 916.265,
42
+ "eval_steps_per_second": 57.98,
43
+ "step": 804
44
+ },
45
+ {
46
+ "epoch": 3.7313432835820897,
47
+ "grad_norm": 2.6135356426239014,
48
+ "learning_rate": 3.676288332965132e-07,
49
+ "loss": 0.5415,
50
+ "step": 1000
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_loss": 0.5473177433013916,
55
+ "eval_matthews_correlation": 0.24305007868019401,
56
+ "eval_runtime": 0.7383,
57
+ "eval_samples_per_second": 1412.795,
58
+ "eval_steps_per_second": 89.4,
59
+ "step": 1072
60
+ }
61
+ ],
62
+ "logging_steps": 500,
63
+ "max_steps": 1340,
64
+ "num_input_tokens_seen": 0,
65
+ "num_train_epochs": 5,
66
+ "save_steps": 500,
67
+ "stateful_callbacks": {
68
+ "TrainerControl": {
69
+ "args": {
70
+ "should_epoch_stop": false,
71
+ "should_evaluate": false,
72
+ "should_log": false,
73
+ "should_save": true,
74
+ "should_training_stop": false
75
+ },
76
+ "attributes": {}
77
+ }
78
+ },
79
+ "total_flos": 191380204405152.0,
80
+ "train_batch_size": 32,
81
+ "trial_name": null,
82
+ "trial_params": {
83
+ "learning_rate": 1.4488901076980227e-06,
84
+ "num_train_epochs": 5,
85
+ "per_device_train_batch_size": 32,
86
+ "seed": 3
87
+ }
88
+ }
run-2/checkpoint-1072/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af4e47fab4bdf5c020fd9bae4771a8cf62c8b1f615f2e7b84ba1d5d152fb998d
3
+ size 5240
run-2/checkpoint-1072/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/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.44.0",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-536/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:475263f94b62d5c827a6651f318fddb7b3fe902c3690359dcc5bf58dc0f88546
3
+ size 267832560
run-2/checkpoint-536/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3120e6be1fb6550c4516fbdd41676ccf2836e26c9b849f192b3f75a4fa3e2308
3
+ size 535727290
run-2/checkpoint-536/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f303ef77ffb83def581d3e2d62184b169db86ff49e27c86427898ee909211fc
3
+ size 14244
run-2/checkpoint-536/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f999bc3e9d408d21cef9b6df19213f463a893d5b58e31783b48365d8a390ce20
3
+ size 1064
run-2/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-2/checkpoint-536/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/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-2/checkpoint-536/trainer_state.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0463559874942472,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/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.602029025554657,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7285,
16
+ "eval_samples_per_second": 1431.715,
17
+ "eval_steps_per_second": 90.598,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.8656716417910446,
22
+ "grad_norm": 1.8423285484313965,
23
+ "learning_rate": 9.08259470497268e-07,
24
+ "loss": 0.605,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.5747156739234924,
30
+ "eval_matthews_correlation": 0.0463559874942472,
31
+ "eval_runtime": 0.8181,
32
+ "eval_samples_per_second": 1274.974,
33
+ "eval_steps_per_second": 80.679,
34
+ "step": 536
35
+ }
36
+ ],
37
+ "logging_steps": 500,
38
+ "max_steps": 1340,
39
+ "num_input_tokens_seen": 0,
40
+ "num_train_epochs": 5,
41
+ "save_steps": 500,
42
+ "stateful_callbacks": {
43
+ "TrainerControl": {
44
+ "args": {
45
+ "should_epoch_stop": false,
46
+ "should_evaluate": false,
47
+ "should_log": false,
48
+ "should_save": true,
49
+ "should_training_stop": false
50
+ },
51
+ "attributes": {}
52
+ }
53
+ },
54
+ "total_flos": 96080777538456.0,
55
+ "train_batch_size": 32,
56
+ "trial_name": null,
57
+ "trial_params": {
58
+ "learning_rate": 1.4488901076980227e-06,
59
+ "num_train_epochs": 5,
60
+ "per_device_train_batch_size": 32,
61
+ "seed": 3
62
+ }
63
+ }
run-2/checkpoint-536/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af4e47fab4bdf5c020fd9bae4771a8cf62c8b1f615f2e7b84ba1d5d152fb998d
3
+ size 5240
run-2/checkpoint-536/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/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.44.0",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-804/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7af5b69c144fe5908966423ca741fd77a282921dba39d86ec87fa6ac1b3e85ae
3
+ size 267832560
run-2/checkpoint-804/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:461a0589be5c8003adf76d36ce20feef6b9f4c4ea18fbfd1843d877bb8937b36
3
+ size 535727290
run-2/checkpoint-804/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8e2e25d93fb5c1d358296aaf3d9c0efeeec5a6cdaee3f2da712de85614d6d3a
3
+ size 14244
run-2/checkpoint-804/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2116bd84e020a3173535569950187258648037f643fb837beb9ced58e7f7a3fd
3
+ size 1064
run-2/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-2/checkpoint-804/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/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-2/checkpoint-804/trainer_state.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.1504867919191043,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/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.602029025554657,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.7285,
16
+ "eval_samples_per_second": 1431.715,
17
+ "eval_steps_per_second": 90.598,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.8656716417910446,
22
+ "grad_norm": 1.8423285484313965,
23
+ "learning_rate": 9.08259470497268e-07,
24
+ "loss": 0.605,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.5747156739234924,
30
+ "eval_matthews_correlation": 0.0463559874942472,
31
+ "eval_runtime": 0.8181,
32
+ "eval_samples_per_second": 1274.974,
33
+ "eval_steps_per_second": 80.679,
34
+ "step": 536
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.557612419128418,
39
+ "eval_matthews_correlation": 0.1504867919191043,
40
+ "eval_runtime": 1.1383,
41
+ "eval_samples_per_second": 916.265,
42
+ "eval_steps_per_second": 57.98,
43
+ "step": 804
44
+ }
45
+ ],
46
+ "logging_steps": 500,
47
+ "max_steps": 1340,
48
+ "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 5,
50
+ "save_steps": 500,
51
+ "stateful_callbacks": {
52
+ "TrainerControl": {
53
+ "args": {
54
+ "should_epoch_stop": false,
55
+ "should_evaluate": false,
56
+ "should_log": false,
57
+ "should_save": true,
58
+ "should_training_stop": false
59
+ },
60
+ "attributes": {}
61
+ }
62
+ },
63
+ "total_flos": 96080777538456.0,
64
+ "train_batch_size": 32,
65
+ "trial_name": null,
66
+ "trial_params": {
67
+ "learning_rate": 1.4488901076980227e-06,
68
+ "num_train_epochs": 5,
69
+ "per_device_train_batch_size": 32,
70
+ "seed": 3
71
+ }
72
+ }
run-2/checkpoint-804/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af4e47fab4bdf5c020fd9bae4771a8cf62c8b1f615f2e7b84ba1d5d152fb998d
3
+ size 5240
run-2/checkpoint-804/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Aug17_02-11-34_b5f02c58e851/events.out.tfevents.1723863099.b5f02c58e851.301.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2fab615100e51a3e5550ad42bb03016c4404941df7a5b45ad89e63f2aac254e
3
- size 5778
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9821dec34b4bce66953a5f31b6892b010473226e337274600a7b8903a8caaf81
3
+ size 7348