Shintosan commited on
Commit
3d359b7
·
verified ·
1 Parent(s): e1d8f66

Training in progress, epoch 1

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-3/checkpoint-273/config.json +26 -0
  3. run-3/checkpoint-273/model.safetensors +3 -0
  4. run-3/checkpoint-273/optimizer.pt +3 -0
  5. run-3/checkpoint-273/rng_state.pth +3 -0
  6. run-3/checkpoint-273/scheduler.pt +3 -0
  7. run-3/checkpoint-273/special_tokens_map.json +7 -0
  8. run-3/checkpoint-273/tokenizer.json +0 -0
  9. run-3/checkpoint-273/tokenizer_config.json +56 -0
  10. run-3/checkpoint-273/trainer_state.json +101 -0
  11. run-3/checkpoint-273/training_args.bin +3 -0
  12. run-3/checkpoint-273/vocab.txt +0 -0
  13. run-3/checkpoint-312/config.json +26 -0
  14. run-3/checkpoint-312/model.safetensors +3 -0
  15. run-3/checkpoint-312/optimizer.pt +3 -0
  16. run-3/checkpoint-312/rng_state.pth +3 -0
  17. run-3/checkpoint-312/scheduler.pt +3 -0
  18. run-3/checkpoint-312/special_tokens_map.json +7 -0
  19. run-3/checkpoint-312/tokenizer.json +0 -0
  20. run-3/checkpoint-312/tokenizer_config.json +56 -0
  21. run-3/checkpoint-312/trainer_state.json +110 -0
  22. run-3/checkpoint-312/training_args.bin +3 -0
  23. run-3/checkpoint-312/vocab.txt +0 -0
  24. run-4/checkpoint-39/config.json +26 -0
  25. run-4/checkpoint-39/model.safetensors +3 -0
  26. run-4/checkpoint-39/optimizer.pt +3 -0
  27. run-4/checkpoint-39/rng_state.pth +3 -0
  28. run-4/checkpoint-39/scheduler.pt +3 -0
  29. run-4/checkpoint-39/special_tokens_map.json +7 -0
  30. run-4/checkpoint-39/tokenizer.json +0 -0
  31. run-4/checkpoint-39/tokenizer_config.json +56 -0
  32. run-4/checkpoint-39/trainer_state.json +47 -0
  33. run-4/checkpoint-39/training_args.bin +3 -0
  34. run-4/checkpoint-39/vocab.txt +0 -0
  35. runs/Apr10_11-55-59_972d5d989ccb/events.out.tfevents.1744289575.972d5d989ccb.224.4 +3 -0
  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:7725531aff7ea684b5ce01d879615089faaec01188ac2b4be3aae2c5097dc6cb
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c053fa33e6c4d90609a6b1b91d5c3feb37ca677b4ae4db8ba190f7229f6fc8ec
3
  size 437958648
run-3/checkpoint-273/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.50.3",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-3/checkpoint-273/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d3767a72724c2c58b2c81e0562d8413e9d4f5caeb1b9fdaa27df4b7e0d75f7a
3
+ size 437958648
run-3/checkpoint-273/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad788d04fc311e9ddc6d828189aa0f2432c22fa5b9d27ce3d4aadd81ea99bc12
3
+ size 876038394
run-3/checkpoint-273/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18e8cce1ef4c90f8213d96cc748629114d15c258c4382451d6e5f2b05e004b38
3
+ size 14244
run-3/checkpoint-273/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:054928b15a24e6e260d45f8d13f6cc96f46307deb52269e62b6f2d485ad3bdec
3
+ size 1064
run-3/checkpoint-273/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-3/checkpoint-273/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-273/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-3/checkpoint-273/trainer_state.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 117,
3
+ "best_metric": 0.5270758122743683,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-3/checkpoint-117",
5
+ "epoch": 7.0,
6
+ "eval_steps": 500,
7
+ "global_step": 273,
8
+ "is_hyper_param_search": true,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_accuracy": 0.4729241877256318,
15
+ "eval_loss": 0.7352272868156433,
16
+ "eval_runtime": 3.9598,
17
+ "eval_samples_per_second": 69.952,
18
+ "eval_steps_per_second": 1.263,
19
+ "step": 39
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.4729241877256318,
24
+ "eval_loss": 0.705345869064331,
25
+ "eval_runtime": 3.922,
26
+ "eval_samples_per_second": 70.627,
27
+ "eval_steps_per_second": 1.275,
28
+ "step": 78
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.5270758122743683,
33
+ "eval_loss": 0.7159296870231628,
34
+ "eval_runtime": 3.871,
35
+ "eval_samples_per_second": 71.558,
36
+ "eval_steps_per_second": 1.292,
37
+ "step": 117
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_accuracy": 0.4729241877256318,
42
+ "eval_loss": 0.7200120091438293,
43
+ "eval_runtime": 4.0328,
44
+ "eval_samples_per_second": 68.686,
45
+ "eval_steps_per_second": 1.24,
46
+ "step": 156
47
+ },
48
+ {
49
+ "epoch": 5.0,
50
+ "eval_accuracy": 0.5270758122743683,
51
+ "eval_loss": 0.6923828721046448,
52
+ "eval_runtime": 3.9431,
53
+ "eval_samples_per_second": 70.249,
54
+ "eval_steps_per_second": 1.268,
55
+ "step": 195
56
+ },
57
+ {
58
+ "epoch": 6.0,
59
+ "eval_accuracy": 0.4729241877256318,
60
+ "eval_loss": 0.703078031539917,
61
+ "eval_runtime": 3.8951,
62
+ "eval_samples_per_second": 71.114,
63
+ "eval_steps_per_second": 1.284,
64
+ "step": 234
65
+ },
66
+ {
67
+ "epoch": 7.0,
68
+ "eval_accuracy": 0.5270758122743683,
69
+ "eval_loss": 0.6917700171470642,
70
+ "eval_runtime": 3.943,
71
+ "eval_samples_per_second": 70.251,
72
+ "eval_steps_per_second": 1.268,
73
+ "step": 273
74
+ }
75
+ ],
76
+ "logging_steps": 500,
77
+ "max_steps": 312,
78
+ "num_input_tokens_seen": 0,
79
+ "num_train_epochs": 8,
80
+ "save_steps": 500,
81
+ "stateful_callbacks": {
82
+ "TrainerControl": {
83
+ "args": {
84
+ "should_epoch_stop": false,
85
+ "should_evaluate": false,
86
+ "should_log": false,
87
+ "should_save": true,
88
+ "should_training_stop": false
89
+ },
90
+ "attributes": {}
91
+ }
92
+ },
93
+ "total_flos": 0,
94
+ "train_batch_size": 64,
95
+ "trial_name": null,
96
+ "trial_params": {
97
+ "learning_rate": 0.00034808787914393757,
98
+ "num_train_epochs": 8,
99
+ "per_device_train_batch_size": 64
100
+ }
101
+ }
run-3/checkpoint-273/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5644c7f94f0e1545e85b4f41ff61b79163592688c536fd858ee23f77dc3e81ff
3
+ size 5432
run-3/checkpoint-273/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-312/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.50.3",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-3/checkpoint-312/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1cece9be192bf4dcb99bd866ac9a4ceb6887ea9d9cdb796a4ffc485e715775
3
+ size 437958648
run-3/checkpoint-312/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8da789c9414d1dbccbf70723a556b01a9793b82621cf1a51ab782151d43e0bb2
3
+ size 876038394
run-3/checkpoint-312/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:041e5d2bdc96990e0f8434bff7eca89d140a37db560a1650bb86e91bcb8ea319
3
+ size 14244
run-3/checkpoint-312/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a34cbbda5e5162d089d2fb7675179b31f7d3194dcc05a0257443365dd225366a
3
+ size 1064
run-3/checkpoint-312/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-3/checkpoint-312/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-312/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-3/checkpoint-312/trainer_state.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 117,
3
+ "best_metric": 0.5270758122743683,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-3/checkpoint-117",
5
+ "epoch": 8.0,
6
+ "eval_steps": 500,
7
+ "global_step": 312,
8
+ "is_hyper_param_search": true,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_accuracy": 0.4729241877256318,
15
+ "eval_loss": 0.7352272868156433,
16
+ "eval_runtime": 3.9598,
17
+ "eval_samples_per_second": 69.952,
18
+ "eval_steps_per_second": 1.263,
19
+ "step": 39
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.4729241877256318,
24
+ "eval_loss": 0.705345869064331,
25
+ "eval_runtime": 3.922,
26
+ "eval_samples_per_second": 70.627,
27
+ "eval_steps_per_second": 1.275,
28
+ "step": 78
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.5270758122743683,
33
+ "eval_loss": 0.7159296870231628,
34
+ "eval_runtime": 3.871,
35
+ "eval_samples_per_second": 71.558,
36
+ "eval_steps_per_second": 1.292,
37
+ "step": 117
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_accuracy": 0.4729241877256318,
42
+ "eval_loss": 0.7200120091438293,
43
+ "eval_runtime": 4.0328,
44
+ "eval_samples_per_second": 68.686,
45
+ "eval_steps_per_second": 1.24,
46
+ "step": 156
47
+ },
48
+ {
49
+ "epoch": 5.0,
50
+ "eval_accuracy": 0.5270758122743683,
51
+ "eval_loss": 0.6923828721046448,
52
+ "eval_runtime": 3.9431,
53
+ "eval_samples_per_second": 70.249,
54
+ "eval_steps_per_second": 1.268,
55
+ "step": 195
56
+ },
57
+ {
58
+ "epoch": 6.0,
59
+ "eval_accuracy": 0.4729241877256318,
60
+ "eval_loss": 0.703078031539917,
61
+ "eval_runtime": 3.8951,
62
+ "eval_samples_per_second": 71.114,
63
+ "eval_steps_per_second": 1.284,
64
+ "step": 234
65
+ },
66
+ {
67
+ "epoch": 7.0,
68
+ "eval_accuracy": 0.5270758122743683,
69
+ "eval_loss": 0.6917700171470642,
70
+ "eval_runtime": 3.943,
71
+ "eval_samples_per_second": 70.251,
72
+ "eval_steps_per_second": 1.268,
73
+ "step": 273
74
+ },
75
+ {
76
+ "epoch": 8.0,
77
+ "eval_accuracy": 0.4729241877256318,
78
+ "eval_loss": 0.6957749724388123,
79
+ "eval_runtime": 3.8397,
80
+ "eval_samples_per_second": 72.142,
81
+ "eval_steps_per_second": 1.302,
82
+ "step": 312
83
+ }
84
+ ],
85
+ "logging_steps": 500,
86
+ "max_steps": 312,
87
+ "num_input_tokens_seen": 0,
88
+ "num_train_epochs": 8,
89
+ "save_steps": 500,
90
+ "stateful_callbacks": {
91
+ "TrainerControl": {
92
+ "args": {
93
+ "should_epoch_stop": false,
94
+ "should_evaluate": false,
95
+ "should_log": false,
96
+ "should_save": true,
97
+ "should_training_stop": true
98
+ },
99
+ "attributes": {}
100
+ }
101
+ },
102
+ "total_flos": 0,
103
+ "train_batch_size": 64,
104
+ "trial_name": null,
105
+ "trial_params": {
106
+ "learning_rate": 0.00034808787914393757,
107
+ "num_train_epochs": 8,
108
+ "per_device_train_batch_size": 64
109
+ }
110
+ }
run-3/checkpoint-312/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5644c7f94f0e1545e85b4f41ff61b79163592688c536fd858ee23f77dc3e81ff
3
+ size 5432
run-3/checkpoint-312/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-39/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "gradient_checkpointing": false,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.50.3",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-4/checkpoint-39/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c053fa33e6c4d90609a6b1b91d5c3feb37ca677b4ae4db8ba190f7229f6fc8ec
3
+ size 437958648
run-4/checkpoint-39/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c6a84c592c14e38bd89dbae99b5b5a2790b85e9d93072ea33f7e4d55de95a6
3
+ size 876038394
run-4/checkpoint-39/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afca84cca3e41f31adc342431bd2ff157dddd1608dfba762abc0e1c205d7595e
3
+ size 14244
run-4/checkpoint-39/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97730fa92ba3d5dcb3eab7c7d1f37ef74c58e43183c7c17f46e6460f5dcd931d
3
+ size 1064
run-4/checkpoint-39/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-39/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-39/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-4/checkpoint-39/trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 39,
3
+ "best_metric": 0.5270758122743683,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-4/checkpoint-39",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 39,
8
+ "is_hyper_param_search": true,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "eval_accuracy": 0.5270758122743683,
15
+ "eval_loss": 0.688007116317749,
16
+ "eval_runtime": 4.062,
17
+ "eval_samples_per_second": 68.193,
18
+ "eval_steps_per_second": 1.231,
19
+ "step": 39
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 390,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 10,
26
+ "save_steps": 500,
27
+ "stateful_callbacks": {
28
+ "TrainerControl": {
29
+ "args": {
30
+ "should_epoch_stop": false,
31
+ "should_evaluate": false,
32
+ "should_log": false,
33
+ "should_save": true,
34
+ "should_training_stop": false
35
+ },
36
+ "attributes": {}
37
+ }
38
+ },
39
+ "total_flos": 0,
40
+ "train_batch_size": 64,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "learning_rate": 1.2006381357099625e-05,
44
+ "num_train_epochs": 10,
45
+ "per_device_train_batch_size": 64
46
+ }
47
+ }
run-4/checkpoint-39/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b540180ff0b98848a471f26357611814f20b9156c28d0318e00c76cc1e5426
3
+ size 5432
run-4/checkpoint-39/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr10_11-55-59_972d5d989ccb/events.out.tfevents.1744289575.972d5d989ccb.224.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a6ed46340a88aba66c78800f9e2373a1b258b3f6b722d3e538d2c686075bf2
3
+ size 6054
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5644c7f94f0e1545e85b4f41ff61b79163592688c536fd858ee23f77dc3e81ff
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b540180ff0b98848a471f26357611814f20b9156c28d0318e00c76cc1e5426
3
  size 5432