berkayaltntas commited on
Commit
e057a8a
·
verified ·
1 Parent(s): 8562844

Training in progress, epoch 1

Browse files
Files changed (47) hide show
  1. model.safetensors +1 -1
  2. run-15/checkpoint-156/config.json +26 -0
  3. run-15/checkpoint-156/model.safetensors +3 -0
  4. run-15/checkpoint-156/optimizer.pt +3 -0
  5. run-15/checkpoint-156/rng_state.pth +3 -0
  6. run-15/checkpoint-156/scheduler.pt +3 -0
  7. run-15/checkpoint-156/special_tokens_map.json +7 -0
  8. run-15/checkpoint-156/tokenizer.json +0 -0
  9. run-15/checkpoint-156/tokenizer_config.json +56 -0
  10. run-15/checkpoint-156/trainer_state.json +58 -0
  11. run-15/checkpoint-156/training_args.bin +3 -0
  12. run-15/checkpoint-156/vocab.txt +0 -0
  13. run-15/checkpoint-234/config.json +26 -0
  14. run-15/checkpoint-234/model.safetensors +3 -0
  15. run-15/checkpoint-234/optimizer.pt +3 -0
  16. run-15/checkpoint-234/rng_state.pth +3 -0
  17. run-15/checkpoint-234/scheduler.pt +3 -0
  18. run-15/checkpoint-234/special_tokens_map.json +7 -0
  19. run-15/checkpoint-234/tokenizer.json +0 -0
  20. run-15/checkpoint-234/tokenizer_config.json +56 -0
  21. run-15/checkpoint-234/trainer_state.json +67 -0
  22. run-15/checkpoint-234/training_args.bin +3 -0
  23. run-15/checkpoint-234/vocab.txt +0 -0
  24. run-15/checkpoint-312/config.json +26 -0
  25. run-15/checkpoint-312/model.safetensors +3 -0
  26. run-15/checkpoint-312/optimizer.pt +3 -0
  27. run-15/checkpoint-312/rng_state.pth +3 -0
  28. run-15/checkpoint-312/scheduler.pt +3 -0
  29. run-15/checkpoint-312/special_tokens_map.json +7 -0
  30. run-15/checkpoint-312/tokenizer.json +0 -0
  31. run-15/checkpoint-312/tokenizer_config.json +56 -0
  32. run-15/checkpoint-312/trainer_state.json +76 -0
  33. run-15/checkpoint-312/training_args.bin +3 -0
  34. run-15/checkpoint-312/vocab.txt +0 -0
  35. run-16/checkpoint-78/config.json +26 -0
  36. run-16/checkpoint-78/model.safetensors +3 -0
  37. run-16/checkpoint-78/optimizer.pt +3 -0
  38. run-16/checkpoint-78/rng_state.pth +3 -0
  39. run-16/checkpoint-78/scheduler.pt +3 -0
  40. run-16/checkpoint-78/special_tokens_map.json +7 -0
  41. run-16/checkpoint-78/tokenizer.json +0 -0
  42. run-16/checkpoint-78/tokenizer_config.json +56 -0
  43. run-16/checkpoint-78/trainer_state.json +49 -0
  44. run-16/checkpoint-78/training_args.bin +3 -0
  45. run-16/checkpoint-78/vocab.txt +0 -0
  46. runs/Apr07_10-59-04_d0bdfe9fd409/events.out.tfevents.1744025503.d0bdfe9fd409.3962.18 +3 -0
  47. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4bcaf71e1780dfcffe181a59a81cf521444c462461eea2bd4b24d418622c9d84
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec493128300dfeffd8c28be239f3858c6b6d197cf032fbf1dc89e4cb9aff7b4b
3
  size 437958648
run-15/checkpoint-156/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-15/checkpoint-156/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c5970fcbaf794ed22af78e6c8526f28cde6962338955c9c949e2f2f06de543a
3
+ size 437958648
run-15/checkpoint-156/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d16f9d77b73ba64ba2ffb8003fe5bdfc62765e51d01846a6538ceab5d8c947
3
+ size 876038394
run-15/checkpoint-156/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a64755083f7633da1abd1de577e641d7084f1c57535fb19884090b3171beb5
3
+ size 14244
run-15/checkpoint-156/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daa88534974ceb9e569d298e6a6a884568135b235982edab234f5e3288e6c5d4
3
+ size 1064
run-15/checkpoint-156/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-15/checkpoint-156/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-156/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-15/checkpoint-156/trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 78,
3
+ "best_metric": 0.6498194945848376,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-15/checkpoint-78",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 156,
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.6498194945848376,
15
+ "eval_loss": 0.6520236730575562,
16
+ "eval_runtime": 0.6553,
17
+ "eval_samples_per_second": 422.697,
18
+ "eval_steps_per_second": 7.63,
19
+ "step": 78
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.6425992779783394,
24
+ "eval_loss": 0.6644654273986816,
25
+ "eval_runtime": 0.6582,
26
+ "eval_samples_per_second": 420.823,
27
+ "eval_steps_per_second": 7.596,
28
+ "step": 156
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 312,
33
+ "num_input_tokens_seen": 0,
34
+ "num_train_epochs": 4,
35
+ "save_steps": 500,
36
+ "stateful_callbacks": {
37
+ "TrainerControl": {
38
+ "args": {
39
+ "should_epoch_stop": false,
40
+ "should_evaluate": false,
41
+ "should_log": false,
42
+ "should_save": true,
43
+ "should_training_stop": false
44
+ },
45
+ "attributes": {}
46
+ }
47
+ },
48
+ "total_flos": 0,
49
+ "train_batch_size": 32,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "classifier_dropout": 0.25486425341149616,
53
+ "learning_rate": 4.1246175140413976e-05,
54
+ "max_length": 512,
55
+ "num_train_epochs": 4,
56
+ "per_device_train_batch_size": 32
57
+ }
58
+ }
run-15/checkpoint-156/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b434855a287b719c5d235950a64bd30b0a88e8e2ae793dad99af6f50d0db8dc
3
+ size 5432
run-15/checkpoint-156/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-234/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-15/checkpoint-234/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf2175c86d74f6b157c6f8434b86223643e6d2b1e8144be83c68f66af5fdc61
3
+ size 437958648
run-15/checkpoint-234/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d95f84c9faea5345ddb4b556a2e8c2c041d070f24125b6768797d060a354dd2b
3
+ size 876038394
run-15/checkpoint-234/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1bc48d819eb79a8f5fd91d99147914c98b62b1316d8be312ce4a6ce90c4038
3
+ size 14244
run-15/checkpoint-234/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c7e135d74da094e28564c53892d8acccae79bb6242b654c5026006e94ff943
3
+ size 1064
run-15/checkpoint-234/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-15/checkpoint-234/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-234/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-15/checkpoint-234/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 234,
3
+ "best_metric": 0.6714801444043321,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-15/checkpoint-234",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 234,
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.6498194945848376,
15
+ "eval_loss": 0.6520236730575562,
16
+ "eval_runtime": 0.6553,
17
+ "eval_samples_per_second": 422.697,
18
+ "eval_steps_per_second": 7.63,
19
+ "step": 78
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.6425992779783394,
24
+ "eval_loss": 0.6644654273986816,
25
+ "eval_runtime": 0.6582,
26
+ "eval_samples_per_second": 420.823,
27
+ "eval_steps_per_second": 7.596,
28
+ "step": 156
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.6714801444043321,
33
+ "eval_loss": 0.808093249797821,
34
+ "eval_runtime": 0.657,
35
+ "eval_samples_per_second": 421.589,
36
+ "eval_steps_per_second": 7.61,
37
+ "step": 234
38
+ }
39
+ ],
40
+ "logging_steps": 500,
41
+ "max_steps": 312,
42
+ "num_input_tokens_seen": 0,
43
+ "num_train_epochs": 4,
44
+ "save_steps": 500,
45
+ "stateful_callbacks": {
46
+ "TrainerControl": {
47
+ "args": {
48
+ "should_epoch_stop": false,
49
+ "should_evaluate": false,
50
+ "should_log": false,
51
+ "should_save": true,
52
+ "should_training_stop": false
53
+ },
54
+ "attributes": {}
55
+ }
56
+ },
57
+ "total_flos": 0,
58
+ "train_batch_size": 32,
59
+ "trial_name": null,
60
+ "trial_params": {
61
+ "classifier_dropout": 0.25486425341149616,
62
+ "learning_rate": 4.1246175140413976e-05,
63
+ "max_length": 512,
64
+ "num_train_epochs": 4,
65
+ "per_device_train_batch_size": 32
66
+ }
67
+ }
run-15/checkpoint-234/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b434855a287b719c5d235950a64bd30b0a88e8e2ae793dad99af6f50d0db8dc
3
+ size 5432
run-15/checkpoint-234/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-15/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-15/checkpoint-312/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb12be0f1c615480e310a722eb1b2f10233af08f3ce73ea2ca1e4e926d294d2f
3
+ size 437958648
run-15/checkpoint-312/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6bcfbd6adcdf837ca9b9792d5aa1008e28e548b45a618753fd81fab0fb35dbb
3
+ size 876038394
run-15/checkpoint-312/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af2b5eb9d40d37c454a2d71c97ecbe0953e11906b04e25aa1618b3a1d68d187e
3
+ size 14244
run-15/checkpoint-312/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f29f6c17df9625bf244b41750c0d1a477153722b3205752439b4c72fa7aae76
3
+ size 1064
run-15/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-15/checkpoint-312/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-15/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-15/checkpoint-312/trainer_state.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 234,
3
+ "best_metric": 0.6714801444043321,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-15/checkpoint-234",
5
+ "epoch": 4.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.6498194945848376,
15
+ "eval_loss": 0.6520236730575562,
16
+ "eval_runtime": 0.6553,
17
+ "eval_samples_per_second": 422.697,
18
+ "eval_steps_per_second": 7.63,
19
+ "step": 78
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.6425992779783394,
24
+ "eval_loss": 0.6644654273986816,
25
+ "eval_runtime": 0.6582,
26
+ "eval_samples_per_second": 420.823,
27
+ "eval_steps_per_second": 7.596,
28
+ "step": 156
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.6714801444043321,
33
+ "eval_loss": 0.808093249797821,
34
+ "eval_runtime": 0.657,
35
+ "eval_samples_per_second": 421.589,
36
+ "eval_steps_per_second": 7.61,
37
+ "step": 234
38
+ },
39
+ {
40
+ "epoch": 4.0,
41
+ "eval_accuracy": 0.6678700361010831,
42
+ "eval_loss": 0.9361995458602905,
43
+ "eval_runtime": 0.6574,
44
+ "eval_samples_per_second": 421.374,
45
+ "eval_steps_per_second": 7.606,
46
+ "step": 312
47
+ }
48
+ ],
49
+ "logging_steps": 500,
50
+ "max_steps": 312,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 4,
53
+ "save_steps": 500,
54
+ "stateful_callbacks": {
55
+ "TrainerControl": {
56
+ "args": {
57
+ "should_epoch_stop": false,
58
+ "should_evaluate": false,
59
+ "should_log": false,
60
+ "should_save": true,
61
+ "should_training_stop": true
62
+ },
63
+ "attributes": {}
64
+ }
65
+ },
66
+ "total_flos": 0,
67
+ "train_batch_size": 32,
68
+ "trial_name": null,
69
+ "trial_params": {
70
+ "classifier_dropout": 0.25486425341149616,
71
+ "learning_rate": 4.1246175140413976e-05,
72
+ "max_length": 512,
73
+ "num_train_epochs": 4,
74
+ "per_device_train_batch_size": 32
75
+ }
76
+ }
run-15/checkpoint-312/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b434855a287b719c5d235950a64bd30b0a88e8e2ae793dad99af6f50d0db8dc
3
+ size 5432
run-15/checkpoint-312/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-16/checkpoint-78/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-16/checkpoint-78/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec493128300dfeffd8c28be239f3858c6b6d197cf032fbf1dc89e4cb9aff7b4b
3
+ size 437958648
run-16/checkpoint-78/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9321cc942fdcce5bebb1751e15f6fa28bf7ab2967a51f5c1d965d00d07a8d89f
3
+ size 876038394
run-16/checkpoint-78/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5ab796df965c74c106f46f16854d55804fecfe14c1d69ae73ebe7269fc9ed28
3
+ size 14244
run-16/checkpoint-78/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6100dd2251df46e9f79d81722ece7be5619af5462f84e29b5532f678c8f883
3
+ size 1064
run-16/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-16/checkpoint-78/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-16/checkpoint-78/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-16/checkpoint-78/trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 78,
3
+ "best_metric": 0.6101083032490975,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-16/checkpoint-78",
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 78,
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.6101083032490975,
15
+ "eval_loss": 0.6572300791740417,
16
+ "eval_runtime": 0.6549,
17
+ "eval_samples_per_second": 422.965,
18
+ "eval_steps_per_second": 7.635,
19
+ "step": 78
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 312,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 4,
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": 32,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "classifier_dropout": 0.48711092608463913,
44
+ "learning_rate": 2.4254477988032894e-05,
45
+ "max_length": 256,
46
+ "num_train_epochs": 4,
47
+ "per_device_train_batch_size": 32
48
+ }
49
+ }
run-16/checkpoint-78/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f55adfea05da3075a7965e776f5d2bab983243c073454ba57febf9a26b3adb2c
3
+ size 5432
run-16/checkpoint-78/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr07_10-59-04_d0bdfe9fd409/events.out.tfevents.1744025503.d0bdfe9fd409.3962.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9e03b7d68cb7e62d2a720306e5fb3e481b3a8c75967451c1eb6a469bd3999f
3
+ size 6065
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b434855a287b719c5d235950a64bd30b0a88e8e2ae793dad99af6f50d0db8dc
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f55adfea05da3075a7965e776f5d2bab983243c073454ba57febf9a26b3adb2c
3
  size 5432