yunyus commited on
Commit
e008da0
·
verified ·
1 Parent(s): 110dba0

Training in progress, epoch 1

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-4/checkpoint-468/config.json +27 -0
  3. run-4/checkpoint-468/model.safetensors +3 -0
  4. run-4/checkpoint-468/optimizer.pt +3 -0
  5. run-4/checkpoint-468/rng_state.pth +3 -0
  6. run-4/checkpoint-468/scheduler.pt +3 -0
  7. run-4/checkpoint-468/special_tokens_map.json +7 -0
  8. run-4/checkpoint-468/tokenizer.json +0 -0
  9. run-4/checkpoint-468/tokenizer_config.json +55 -0
  10. run-4/checkpoint-468/trainer_state.json +93 -0
  11. run-4/checkpoint-468/training_args.bin +3 -0
  12. run-4/checkpoint-468/vocab.txt +0 -0
  13. run-4/checkpoint-546/config.json +27 -0
  14. run-4/checkpoint-546/model.safetensors +3 -0
  15. run-4/checkpoint-546/optimizer.pt +3 -0
  16. run-4/checkpoint-546/rng_state.pth +3 -0
  17. run-4/checkpoint-546/scheduler.pt +3 -0
  18. run-4/checkpoint-546/special_tokens_map.json +7 -0
  19. run-4/checkpoint-546/tokenizer.json +0 -0
  20. run-4/checkpoint-546/tokenizer_config.json +55 -0
  21. run-4/checkpoint-546/trainer_state.json +109 -0
  22. run-4/checkpoint-546/training_args.bin +3 -0
  23. run-4/checkpoint-546/vocab.txt +0 -0
  24. run-6/checkpoint-78/config.json +27 -0
  25. run-6/checkpoint-78/model.safetensors +3 -0
  26. run-6/checkpoint-78/optimizer.pt +3 -0
  27. run-6/checkpoint-78/rng_state.pth +3 -0
  28. run-6/checkpoint-78/scheduler.pt +3 -0
  29. run-6/checkpoint-78/special_tokens_map.json +7 -0
  30. run-6/checkpoint-78/tokenizer.json +0 -0
  31. run-6/checkpoint-78/tokenizer_config.json +55 -0
  32. run-6/checkpoint-78/trainer_state.json +48 -0
  33. run-6/checkpoint-78/training_args.bin +3 -0
  34. run-6/checkpoint-78/vocab.txt +0 -0
  35. training_args.bin +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7dad4f20bb8325cf712a4ac7b165422962fb687c7bafd94e36372eba8e246812
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c94dd733e20fd5254b49d4ff885429ad3d9e35e34689bc8ea052bb57c2869ede
3
  size 437958648
run-4/checkpoint-468/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-4/checkpoint-468/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9d727d32513dc9f7a9bb1d23baaf2fea33cc77080ab06b88b41bfad318004e
3
+ size 437958648
run-4/checkpoint-468/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6af6a8b149a8193eed223785751b83759eb8f3bc9557be7c99c77c676027975
3
+ size 876038394
run-4/checkpoint-468/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fdf0de6d254b055796bfcfbc98ddb20abec09724d2ab84450cc286ba297dd61
3
+ size 14244
run-4/checkpoint-468/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30c58396c6f5aaed5a1739daec3a15e620f96477b79d7cbf13bc8026a42d4559
3
+ size 1064
run-4/checkpoint-468/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-4/checkpoint-468/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-468/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-4/checkpoint-468/trainer_state.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6209386281588448,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-4/checkpoint-156",
4
+ "epoch": 6.0,
5
+ "eval_steps": 500,
6
+ "global_step": 468,
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_accuracy": 0.48736462093862815,
14
+ "eval_loss": 0.6965199708938599,
15
+ "eval_runtime": 0.6659,
16
+ "eval_samples_per_second": 416.006,
17
+ "eval_steps_per_second": 13.516,
18
+ "step": 78
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6209386281588448,
23
+ "eval_loss": 0.6646698713302612,
24
+ "eval_runtime": 0.6767,
25
+ "eval_samples_per_second": 409.337,
26
+ "eval_steps_per_second": 13.3,
27
+ "step": 156
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.6028880866425993,
32
+ "eval_loss": 0.7253009676933289,
33
+ "eval_runtime": 0.6903,
34
+ "eval_samples_per_second": 401.276,
35
+ "eval_steps_per_second": 13.038,
36
+ "step": 234
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_accuracy": 0.6173285198555957,
41
+ "eval_loss": 0.8552143573760986,
42
+ "eval_runtime": 0.6773,
43
+ "eval_samples_per_second": 408.954,
44
+ "eval_steps_per_second": 13.287,
45
+ "step": 312
46
+ },
47
+ {
48
+ "epoch": 5.0,
49
+ "eval_accuracy": 0.6028880866425993,
50
+ "eval_loss": 1.088321328163147,
51
+ "eval_runtime": 0.682,
52
+ "eval_samples_per_second": 406.167,
53
+ "eval_steps_per_second": 13.197,
54
+ "step": 390
55
+ },
56
+ {
57
+ "epoch": 6.0,
58
+ "eval_accuracy": 0.6137184115523465,
59
+ "eval_loss": 1.061012625694275,
60
+ "eval_runtime": 0.6838,
61
+ "eval_samples_per_second": 405.118,
62
+ "eval_steps_per_second": 13.163,
63
+ "step": 468
64
+ }
65
+ ],
66
+ "logging_steps": 500,
67
+ "max_steps": 546,
68
+ "num_input_tokens_seen": 0,
69
+ "num_train_epochs": 7,
70
+ "save_steps": 500,
71
+ "stateful_callbacks": {
72
+ "TrainerControl": {
73
+ "args": {
74
+ "should_epoch_stop": false,
75
+ "should_evaluate": false,
76
+ "should_log": false,
77
+ "should_save": true,
78
+ "should_training_stop": false
79
+ },
80
+ "attributes": {}
81
+ }
82
+ },
83
+ "total_flos": 0,
84
+ "train_batch_size": 32,
85
+ "trial_name": null,
86
+ "trial_params": {
87
+ "dropout_rate": 0.3106507620625306,
88
+ "learning_rate": 2.082241947858954e-05,
89
+ "max_seq_length": 64,
90
+ "num_train_epochs": 7,
91
+ "per_device_train_batch_size": 32
92
+ }
93
+ }
run-4/checkpoint-468/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be81cb1de8a624ab3bea479cc7b6d48f487d19102523964e97f34738892498c
3
+ size 5240
run-4/checkpoint-468/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-546/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-4/checkpoint-546/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36dce385435a29a895507a2af3f8269e3136deeda1fe1e7d2d4ae94766e8edfa
3
+ size 437958648
run-4/checkpoint-546/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49ded9b8eec3e27856eb860ed0f2e80b934d8de28d79cc07d2e8a1e6fc726df5
3
+ size 876038394
run-4/checkpoint-546/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:946be53fbc8e5c6c5072dff7fac4e0ae5b68bd6589561152df2e3ffdbe47d3fe
3
+ size 14244
run-4/checkpoint-546/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80166ffd717ef38a7412d2790128a2801078420949cea3265297ef3430b4eccb
3
+ size 1064
run-4/checkpoint-546/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-4/checkpoint-546/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-546/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-4/checkpoint-546/trainer_state.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6209386281588448,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-4/checkpoint-156",
4
+ "epoch": 7.0,
5
+ "eval_steps": 500,
6
+ "global_step": 546,
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_accuracy": 0.48736462093862815,
14
+ "eval_loss": 0.6965199708938599,
15
+ "eval_runtime": 0.6659,
16
+ "eval_samples_per_second": 416.006,
17
+ "eval_steps_per_second": 13.516,
18
+ "step": 78
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6209386281588448,
23
+ "eval_loss": 0.6646698713302612,
24
+ "eval_runtime": 0.6767,
25
+ "eval_samples_per_second": 409.337,
26
+ "eval_steps_per_second": 13.3,
27
+ "step": 156
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.6028880866425993,
32
+ "eval_loss": 0.7253009676933289,
33
+ "eval_runtime": 0.6903,
34
+ "eval_samples_per_second": 401.276,
35
+ "eval_steps_per_second": 13.038,
36
+ "step": 234
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_accuracy": 0.6173285198555957,
41
+ "eval_loss": 0.8552143573760986,
42
+ "eval_runtime": 0.6773,
43
+ "eval_samples_per_second": 408.954,
44
+ "eval_steps_per_second": 13.287,
45
+ "step": 312
46
+ },
47
+ {
48
+ "epoch": 5.0,
49
+ "eval_accuracy": 0.6028880866425993,
50
+ "eval_loss": 1.088321328163147,
51
+ "eval_runtime": 0.682,
52
+ "eval_samples_per_second": 406.167,
53
+ "eval_steps_per_second": 13.197,
54
+ "step": 390
55
+ },
56
+ {
57
+ "epoch": 6.0,
58
+ "eval_accuracy": 0.6137184115523465,
59
+ "eval_loss": 1.061012625694275,
60
+ "eval_runtime": 0.6838,
61
+ "eval_samples_per_second": 405.118,
62
+ "eval_steps_per_second": 13.163,
63
+ "step": 468
64
+ },
65
+ {
66
+ "epoch": 6.410256410256411,
67
+ "grad_norm": 7.283018589019775,
68
+ "learning_rate": 1.7542697729214633e-06,
69
+ "loss": 0.429,
70
+ "step": 500
71
+ },
72
+ {
73
+ "epoch": 7.0,
74
+ "eval_accuracy": 0.6064981949458483,
75
+ "eval_loss": 1.1389989852905273,
76
+ "eval_runtime": 0.698,
77
+ "eval_samples_per_second": 396.872,
78
+ "eval_steps_per_second": 12.895,
79
+ "step": 546
80
+ }
81
+ ],
82
+ "logging_steps": 500,
83
+ "max_steps": 546,
84
+ "num_input_tokens_seen": 0,
85
+ "num_train_epochs": 7,
86
+ "save_steps": 500,
87
+ "stateful_callbacks": {
88
+ "TrainerControl": {
89
+ "args": {
90
+ "should_epoch_stop": false,
91
+ "should_evaluate": false,
92
+ "should_log": false,
93
+ "should_save": true,
94
+ "should_training_stop": true
95
+ },
96
+ "attributes": {}
97
+ }
98
+ },
99
+ "total_flos": 1050076221941760.0,
100
+ "train_batch_size": 32,
101
+ "trial_name": null,
102
+ "trial_params": {
103
+ "dropout_rate": 0.3106507620625306,
104
+ "learning_rate": 2.082241947858954e-05,
105
+ "max_seq_length": 64,
106
+ "num_train_epochs": 7,
107
+ "per_device_train_batch_size": 32
108
+ }
109
+ }
run-4/checkpoint-546/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be81cb1de8a624ab3bea479cc7b6d48f487d19102523964e97f34738892498c
3
+ size 5240
run-4/checkpoint-546/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-78/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-6/checkpoint-78/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c94dd733e20fd5254b49d4ff885429ad3d9e35e34689bc8ea052bb57c2869ede
3
+ size 437958648
run-6/checkpoint-78/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90d20233ed242d4a21ad9a63cfe2ea0b608977abdaa883c21585c6076070be20
3
+ size 876038394
run-6/checkpoint-78/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd53c5c3dd7d411230f105bda2473d2a3923ae5b6e14f965bb99d91f5a28c9b2
3
+ size 14244
run-6/checkpoint-78/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317950ddaa5d62588a5831d94acaf059c0b5f1c11f77deee13a4fa3c48db44e2
3
+ size 1064
run-6/checkpoint-78/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-6/checkpoint-78/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-78/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-6/checkpoint-78/trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6173285198555957,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-6/checkpoint-78",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 78,
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_accuracy": 0.6173285198555957,
14
+ "eval_loss": 0.6599248051643372,
15
+ "eval_runtime": 0.671,
16
+ "eval_samples_per_second": 412.835,
17
+ "eval_steps_per_second": 13.413,
18
+ "step": 78
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 702,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 9,
25
+ "save_steps": 500,
26
+ "stateful_callbacks": {
27
+ "TrainerControl": {
28
+ "args": {
29
+ "should_epoch_stop": false,
30
+ "should_evaluate": false,
31
+ "should_log": false,
32
+ "should_save": true,
33
+ "should_training_stop": false
34
+ },
35
+ "attributes": {}
36
+ }
37
+ },
38
+ "total_flos": 0,
39
+ "train_batch_size": 32,
40
+ "trial_name": null,
41
+ "trial_params": {
42
+ "dropout_rate": 0.3770050043353135,
43
+ "learning_rate": 4.5879078314079037e-05,
44
+ "max_seq_length": 256,
45
+ "num_train_epochs": 9,
46
+ "per_device_train_batch_size": 32
47
+ }
48
+ }
run-6/checkpoint-78/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e8857fa298894494dd4e60cf6903099108d9727ab84eed16d135974865f7eb4
3
+ size 5304
run-6/checkpoint-78/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5be81cb1de8a624ab3bea479cc7b6d48f487d19102523964e97f34738892498c
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e8857fa298894494dd4e60cf6903099108d9727ab84eed16d135974865f7eb4
3
+ size 5304