AFC18 commited on
Commit
a7a81d0
·
verified ·
1 Parent(s): ef1d65c

Training in progress, epoch 1

Browse files
Files changed (47) hide show
  1. model.safetensors +1 -1
  2. run-8/checkpoint-312/config.json +26 -0
  3. run-8/checkpoint-312/model.safetensors +3 -0
  4. run-8/checkpoint-312/optimizer.pt +3 -0
  5. run-8/checkpoint-312/rng_state.pth +3 -0
  6. run-8/checkpoint-312/scheduler.pt +3 -0
  7. run-8/checkpoint-312/special_tokens_map.json +7 -0
  8. run-8/checkpoint-312/tokenizer.json +0 -0
  9. run-8/checkpoint-312/tokenizer_config.json +56 -0
  10. run-8/checkpoint-312/trainer_state.json +58 -0
  11. run-8/checkpoint-312/training_args.bin +3 -0
  12. run-8/checkpoint-312/vocab.txt +0 -0
  13. run-8/checkpoint-468/config.json +26 -0
  14. run-8/checkpoint-468/model.safetensors +3 -0
  15. run-8/checkpoint-468/optimizer.pt +3 -0
  16. run-8/checkpoint-468/rng_state.pth +3 -0
  17. run-8/checkpoint-468/scheduler.pt +3 -0
  18. run-8/checkpoint-468/special_tokens_map.json +7 -0
  19. run-8/checkpoint-468/tokenizer.json +0 -0
  20. run-8/checkpoint-468/tokenizer_config.json +56 -0
  21. run-8/checkpoint-468/trainer_state.json +67 -0
  22. run-8/checkpoint-468/training_args.bin +3 -0
  23. run-8/checkpoint-468/vocab.txt +0 -0
  24. run-8/checkpoint-624/config.json +26 -0
  25. run-8/checkpoint-624/model.safetensors +3 -0
  26. run-8/checkpoint-624/optimizer.pt +3 -0
  27. run-8/checkpoint-624/rng_state.pth +3 -0
  28. run-8/checkpoint-624/scheduler.pt +3 -0
  29. run-8/checkpoint-624/special_tokens_map.json +7 -0
  30. run-8/checkpoint-624/tokenizer.json +0 -0
  31. run-8/checkpoint-624/tokenizer_config.json +56 -0
  32. run-8/checkpoint-624/trainer_state.json +83 -0
  33. run-8/checkpoint-624/training_args.bin +3 -0
  34. run-8/checkpoint-624/vocab.txt +0 -0
  35. run-9/checkpoint-156/config.json +26 -0
  36. run-9/checkpoint-156/model.safetensors +3 -0
  37. run-9/checkpoint-156/optimizer.pt +3 -0
  38. run-9/checkpoint-156/rng_state.pth +3 -0
  39. run-9/checkpoint-156/scheduler.pt +3 -0
  40. run-9/checkpoint-156/special_tokens_map.json +7 -0
  41. run-9/checkpoint-156/tokenizer.json +0 -0
  42. run-9/checkpoint-156/tokenizer_config.json +56 -0
  43. run-9/checkpoint-156/trainer_state.json +49 -0
  44. run-9/checkpoint-156/training_args.bin +3 -0
  45. run-9/checkpoint-156/vocab.txt +0 -0
  46. runs/Apr03_16-04-20_262bc2ef345e/events.out.tfevents.1743699345.262bc2ef345e.187.9 +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:72165d5df0d1fd587ab1e25a3e24ba9b919b3e3b81140d2d33db356e47e25d20
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b9a6ffb4850ba563bfc29057df7eca272aea725ec6291a3c6e50375edb16a06
3
  size 437958648
run-8/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.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-8/checkpoint-312/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95787563bbf692ca6c522a112bba14d09cd73cec4ed589bbdea166ce3c0421bf
3
+ size 437958648
run-8/checkpoint-312/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fd506866583965cee17c9f4e7ee1b1807728dc367e4215b371a180009f3aa99
3
+ size 876038394
run-8/checkpoint-312/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d0d2c188a811beecdcb8d141644a9877cfc40250ce371b521f578d956a42a2f
3
+ size 14244
run-8/checkpoint-312/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8d72bf9b9a02bef196d3d7103c77f0b4420bb52052256fcc497fdff00935a8a
3
+ size 1064
run-8/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-8/checkpoint-312/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8/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-8/checkpoint-312/trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 312,
3
+ "best_metric": 0.6425992779783394,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-8/checkpoint-312",
5
+ "epoch": 2.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.5342960288808665,
15
+ "eval_loss": 0.689421534538269,
16
+ "eval_runtime": 1.8851,
17
+ "eval_samples_per_second": 146.945,
18
+ "eval_steps_per_second": 4.774,
19
+ "step": 156
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.6425992779783394,
24
+ "eval_loss": 0.6595048308372498,
25
+ "eval_runtime": 1.9025,
26
+ "eval_samples_per_second": 145.597,
27
+ "eval_steps_per_second": 4.731,
28
+ "step": 312
29
+ }
30
+ ],
31
+ "logging_steps": 500,
32
+ "max_steps": 624,
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": 16,
50
+ "trial_name": null,
51
+ "trial_params": {
52
+ "dropout_prob": 0.2844968059597932,
53
+ "learning_rate": 8.569403178386092e-06,
54
+ "max_length": 512,
55
+ "num_train_epochs": 4,
56
+ "per_device_train_batch_size": 16
57
+ }
58
+ }
run-8/checkpoint-312/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5921434ea59283336be21d8ab0a4ae756feae9fa1c43aca804730744bec53113
3
+ size 5432
run-8/checkpoint-312/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-468/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.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-8/checkpoint-468/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5808db5ffa01d60f2a6f0269c8153c74e508888c2f5ff35f41edcbca472004bd
3
+ size 437958648
run-8/checkpoint-468/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab088be7178ea8a8aa427f22b9a3b4b797d50f493af95e6cbc142cfc54ee317
3
+ size 876038394
run-8/checkpoint-468/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd25910825ec3ed29de217bb81fddff7f920ee8f10f536071bc7a30e7cb096f
3
+ size 14244
run-8/checkpoint-468/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0abef3800094d0c4b1f78d6601a703236741dabe5924c714af9958c54c20084b
3
+ size 1064
run-8/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-8/checkpoint-468/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-468/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-8/checkpoint-468/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 312,
3
+ "best_metric": 0.6425992779783394,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-8/checkpoint-312",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 468,
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.5342960288808665,
15
+ "eval_loss": 0.689421534538269,
16
+ "eval_runtime": 1.8851,
17
+ "eval_samples_per_second": 146.945,
18
+ "eval_steps_per_second": 4.774,
19
+ "step": 156
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.6425992779783394,
24
+ "eval_loss": 0.6595048308372498,
25
+ "eval_runtime": 1.9025,
26
+ "eval_samples_per_second": 145.597,
27
+ "eval_steps_per_second": 4.731,
28
+ "step": 312
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.6101083032490975,
33
+ "eval_loss": 0.701920747756958,
34
+ "eval_runtime": 1.9131,
35
+ "eval_samples_per_second": 144.789,
36
+ "eval_steps_per_second": 4.704,
37
+ "step": 468
38
+ }
39
+ ],
40
+ "logging_steps": 500,
41
+ "max_steps": 624,
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": 16,
59
+ "trial_name": null,
60
+ "trial_params": {
61
+ "dropout_prob": 0.2844968059597932,
62
+ "learning_rate": 8.569403178386092e-06,
63
+ "max_length": 512,
64
+ "num_train_epochs": 4,
65
+ "per_device_train_batch_size": 16
66
+ }
67
+ }
run-8/checkpoint-468/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5921434ea59283336be21d8ab0a4ae756feae9fa1c43aca804730744bec53113
3
+ size 5432
run-8/checkpoint-468/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-624/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.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-8/checkpoint-624/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dbda4dabf0a3b9afd452b3c56b5a39dffdc2c1e119dc8af2c0156dad5a6a769
3
+ size 437958648
run-8/checkpoint-624/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:598bbb630bb413e8d886658945d6a4de5827ad4ae21f3e42345556c08dbba120
3
+ size 876038394
run-8/checkpoint-624/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36b7b76e4aa4142b7a5681b78e8136bbf89a42f16e69e522c0009f1b9e20aa53
3
+ size 14244
run-8/checkpoint-624/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e2239e8580a419f2779161d44ee84fc8d4a8d46fc865ffb47b71687a7d49c8b
3
+ size 1064
run-8/checkpoint-624/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-8/checkpoint-624/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-624/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-8/checkpoint-624/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 624,
3
+ "best_metric": 0.6570397111913358,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-8/checkpoint-624",
5
+ "epoch": 4.0,
6
+ "eval_steps": 500,
7
+ "global_step": 624,
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.5342960288808665,
15
+ "eval_loss": 0.689421534538269,
16
+ "eval_runtime": 1.8851,
17
+ "eval_samples_per_second": 146.945,
18
+ "eval_steps_per_second": 4.774,
19
+ "step": 156
20
+ },
21
+ {
22
+ "epoch": 2.0,
23
+ "eval_accuracy": 0.6425992779783394,
24
+ "eval_loss": 0.6595048308372498,
25
+ "eval_runtime": 1.9025,
26
+ "eval_samples_per_second": 145.597,
27
+ "eval_steps_per_second": 4.731,
28
+ "step": 312
29
+ },
30
+ {
31
+ "epoch": 3.0,
32
+ "eval_accuracy": 0.6101083032490975,
33
+ "eval_loss": 0.701920747756958,
34
+ "eval_runtime": 1.9131,
35
+ "eval_samples_per_second": 144.789,
36
+ "eval_steps_per_second": 4.704,
37
+ "step": 468
38
+ },
39
+ {
40
+ "epoch": 3.2051282051282053,
41
+ "grad_norm": 6.512232780456543,
42
+ "learning_rate": 1.702894221345954e-06,
43
+ "loss": 0.62,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 4.0,
48
+ "eval_accuracy": 0.6570397111913358,
49
+ "eval_loss": 0.6833600997924805,
50
+ "eval_runtime": 1.8684,
51
+ "eval_samples_per_second": 148.252,
52
+ "eval_steps_per_second": 4.817,
53
+ "step": 624
54
+ }
55
+ ],
56
+ "logging_steps": 500,
57
+ "max_steps": 624,
58
+ "num_input_tokens_seen": 0,
59
+ "num_train_epochs": 4,
60
+ "save_steps": 500,
61
+ "stateful_callbacks": {
62
+ "TrainerControl": {
63
+ "args": {
64
+ "should_epoch_stop": false,
65
+ "should_evaluate": false,
66
+ "should_log": false,
67
+ "should_save": true,
68
+ "should_training_stop": true
69
+ },
70
+ "attributes": {}
71
+ }
72
+ },
73
+ "total_flos": 675295079132640.0,
74
+ "train_batch_size": 16,
75
+ "trial_name": null,
76
+ "trial_params": {
77
+ "dropout_prob": 0.2844968059597932,
78
+ "learning_rate": 8.569403178386092e-06,
79
+ "max_length": 512,
80
+ "num_train_epochs": 4,
81
+ "per_device_train_batch_size": 16
82
+ }
83
+ }
run-8/checkpoint-624/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5921434ea59283336be21d8ab0a4ae756feae9fa1c43aca804730744bec53113
3
+ size 5432
run-8/checkpoint-624/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-9/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.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-9/checkpoint-156/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b9a6ffb4850ba563bfc29057df7eca272aea725ec6291a3c6e50375edb16a06
3
+ size 437958648
run-9/checkpoint-156/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3094b1bdf39bd76595901eb37671ed31501cf9686a39d70300fa8eacfa2f900
3
+ size 876038394
run-9/checkpoint-156/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c08f3ee56cb0c8179e472791dd9c939931284445a70f9f9379b0b3e4b2670bd
3
+ size 14244
run-9/checkpoint-156/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3d1109fce6cb08b519485c7b22d483c93f343a96f8d44d3955909d235d4002f
3
+ size 1064
run-9/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-9/checkpoint-156/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9/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-9/checkpoint-156/trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 156,
3
+ "best_metric": 0.6101083032490975,
4
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_3/run-9/checkpoint-156",
5
+ "epoch": 1.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.6101083032490975,
15
+ "eval_loss": 0.653643012046814,
16
+ "eval_runtime": 1.8408,
17
+ "eval_samples_per_second": 150.479,
18
+ "eval_steps_per_second": 4.889,
19
+ "step": 156
20
+ }
21
+ ],
22
+ "logging_steps": 500,
23
+ "max_steps": 780,
24
+ "num_input_tokens_seen": 0,
25
+ "num_train_epochs": 5,
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": 16,
41
+ "trial_name": null,
42
+ "trial_params": {
43
+ "dropout_prob": 0.4726254000746759,
44
+ "learning_rate": 2.224337433152446e-05,
45
+ "max_length": 128,
46
+ "num_train_epochs": 5,
47
+ "per_device_train_batch_size": 16
48
+ }
49
+ }
run-9/checkpoint-156/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a252109aa6ad3ae340fafeb8b0f2eefc98a32ff01a529423eaecebb450d0abe7
3
+ size 5432
run-9/checkpoint-156/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr03_16-04-20_262bc2ef345e/events.out.tfevents.1743699345.262bc2ef345e.187.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25d2d274d3355fd2afa88a2af6dcb2d272fae5617c1cc5bbaf6390fe9e50f5a9
3
+ size 5747
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5921434ea59283336be21d8ab0a4ae756feae9fa1c43aca804730744bec53113
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a252109aa6ad3ae340fafeb8b0f2eefc98a32ff01a529423eaecebb450d0abe7
3
  size 5432