inflaton commited on
Commit
159c012
1 Parent(s): 72e477b

Training in progress, step 500

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. config.json +26 -0
  2. model.safetensors +3 -0
  3. run-0/checkpoint-1000/config.json +26 -0
  4. run-0/checkpoint-1000/model.safetensors +3 -0
  5. run-0/checkpoint-1000/optimizer.pt +3 -0
  6. run-0/checkpoint-1000/rng_state.pth +3 -0
  7. run-0/checkpoint-1000/scheduler.pt +3 -0
  8. run-0/checkpoint-1000/special_tokens_map.json +7 -0
  9. run-0/checkpoint-1000/tokenizer.json +0 -0
  10. run-0/checkpoint-1000/tokenizer_config.json +55 -0
  11. run-0/checkpoint-1000/trainer_state.json +56 -0
  12. run-0/checkpoint-1000/training_args.bin +3 -0
  13. run-0/checkpoint-1000/vocab.txt +0 -0
  14. run-0/checkpoint-1500/config.json +26 -0
  15. run-0/checkpoint-1500/model.safetensors +3 -0
  16. run-0/checkpoint-1500/optimizer.pt +3 -0
  17. run-0/checkpoint-1500/rng_state.pth +3 -0
  18. run-0/checkpoint-1500/scheduler.pt +3 -0
  19. run-0/checkpoint-1500/special_tokens_map.json +7 -0
  20. run-0/checkpoint-1500/tokenizer.json +0 -0
  21. run-0/checkpoint-1500/tokenizer_config.json +55 -0
  22. run-0/checkpoint-1500/trainer_state.json +81 -0
  23. run-0/checkpoint-1500/training_args.bin +3 -0
  24. run-0/checkpoint-1500/vocab.txt +0 -0
  25. run-0/checkpoint-2000/config.json +26 -0
  26. run-0/checkpoint-2000/model.safetensors +3 -0
  27. run-0/checkpoint-2000/optimizer.pt +3 -0
  28. run-0/checkpoint-2000/rng_state.pth +3 -0
  29. run-0/checkpoint-2000/scheduler.pt +3 -0
  30. run-0/checkpoint-2000/special_tokens_map.json +7 -0
  31. run-0/checkpoint-2000/tokenizer.json +0 -0
  32. run-0/checkpoint-2000/tokenizer_config.json +55 -0
  33. run-0/checkpoint-2000/trainer_state.json +97 -0
  34. run-0/checkpoint-2000/training_args.bin +3 -0
  35. run-0/checkpoint-2000/vocab.txt +0 -0
  36. run-0/checkpoint-2500/config.json +26 -0
  37. run-0/checkpoint-2500/model.safetensors +3 -0
  38. run-0/checkpoint-2500/optimizer.pt +3 -0
  39. run-0/checkpoint-2500/rng_state.pth +3 -0
  40. run-0/checkpoint-2500/scheduler.pt +3 -0
  41. run-0/checkpoint-2500/special_tokens_map.json +7 -0
  42. run-0/checkpoint-2500/tokenizer.json +0 -0
  43. run-0/checkpoint-2500/tokenizer_config.json +55 -0
  44. run-0/checkpoint-2500/trainer_state.json +113 -0
  45. run-0/checkpoint-2500/training_args.bin +3 -0
  46. run-0/checkpoint-2500/vocab.txt +0 -0
  47. run-0/checkpoint-3000/config.json +26 -0
  48. run-0/checkpoint-3000/model.safetensors +3 -0
  49. run-0/checkpoint-3000/optimizer.pt +3 -0
  50. run-0/checkpoint-3000/rng_state.pth +3 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
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": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a8f8160ca8b35c79d9cc53fb9b60eeb7091243086aae854dddf056a677632a
3
+ size 1340618660
run-0/checkpoint-1000/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
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": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-0/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f810c8523be14ec09af3d0b9d3aab71c06d9597d631604423d1941298cb44e24
3
+ size 1340618660
run-0/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c3b7d22cf4f0ede7021b13ca789e049394e8136bd7a6966f0e019dbd577b09
3
+ size 2681472237
run-0/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15ef18f77678b087c8d8d016723a03f0d0f4e837051c67af83ea5404cfb3e09
3
+ size 14244
run-0/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f73e2398610181d5e48dc6144073e6edc31f52b3dc3715d7e2b78fc802a81b7
3
+ size 1064
run-0/checkpoint-1000/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-0/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-1000/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-0/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.680965147453083,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.7576265335083008,
14
+ "eval_loss": 0.4990231990814209,
15
+ "eval_runtime": 8.8755,
16
+ "eval_samples_per_second": 336.094,
17
+ "eval_steps_per_second": 21.069,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 10.78962230682373,
23
+ "learning_rate": 1.458365518757964e-05,
24
+ "loss": 0.5168,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.7727120518684387,
30
+ "eval_loss": 0.4883217215538025,
31
+ "eval_runtime": 9.0285,
32
+ "eval_samples_per_second": 330.398,
33
+ "eval_steps_per_second": 20.712,
34
+ "step": 746
35
+ },
36
+ {
37
+ "epoch": 2.680965147453083,
38
+ "grad_norm": 10.365610122680664,
39
+ "learning_rate": 1.2326123424796413e-05,
40
+ "loss": 0.2874,
41
+ "step": 1000
42
+ }
43
+ ],
44
+ "logging_steps": 500,
45
+ "max_steps": 3730,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 10,
48
+ "save_steps": 500,
49
+ "total_flos": 5069168917756236.0,
50
+ "train_batch_size": 32,
51
+ "trial_name": null,
52
+ "trial_params": {
53
+ "learning_rate": 1.6841186950362865e-05,
54
+ "per_device_train_batch_size": 32
55
+ }
56
+ }
run-0/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15189c3d12b5f903b32dcdb8f142fc9f600c7b03c5e75247ee6c5c612e40a65d
3
+ size 5048
run-0/checkpoint-1000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-1500/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
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": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-0/checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93958843ca62a4e6b16145fb22ebf25f34f5864d26435877a8ebeb8a241ab48
3
+ size 1340618660
run-0/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb963cae8fe797230492473b36e0f13b12c70adf8bdb72895ee5980dcf241299
3
+ size 2681472237
run-0/checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdad94d4629168a2bf6ebe9809c6aa9b7f4c7bb49624257aed0f70092ede3df7
3
+ size 14244
run-0/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72b833eec119eeb9a33f63ec7c33002ebf671ee3a8caf330b20c4ad54e5ab446
3
+ size 1064
run-0/checkpoint-1500/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-0/checkpoint-1500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-1500/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-0/checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.021447721179625,
5
+ "eval_steps": 500,
6
+ "global_step": 1500,
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.7576265335083008,
14
+ "eval_loss": 0.4990231990814209,
15
+ "eval_runtime": 8.8755,
16
+ "eval_samples_per_second": 336.094,
17
+ "eval_steps_per_second": 21.069,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 10.78962230682373,
23
+ "learning_rate": 1.458365518757964e-05,
24
+ "loss": 0.5168,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.7727120518684387,
30
+ "eval_loss": 0.4883217215538025,
31
+ "eval_runtime": 9.0285,
32
+ "eval_samples_per_second": 330.398,
33
+ "eval_steps_per_second": 20.712,
34
+ "step": 746
35
+ },
36
+ {
37
+ "epoch": 2.680965147453083,
38
+ "grad_norm": 10.365610122680664,
39
+ "learning_rate": 1.2326123424796413e-05,
40
+ "loss": 0.2874,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.7720415592193604,
46
+ "eval_loss": 0.7083144187927246,
47
+ "eval_runtime": 9.0355,
48
+ "eval_samples_per_second": 330.141,
49
+ "eval_steps_per_second": 20.696,
50
+ "step": 1119
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_accuracy": 0.7646664381027222,
55
+ "eval_loss": 0.9298484921455383,
56
+ "eval_runtime": 9.116,
57
+ "eval_samples_per_second": 327.226,
58
+ "eval_steps_per_second": 20.513,
59
+ "step": 1492
60
+ },
61
+ {
62
+ "epoch": 4.021447721179625,
63
+ "grad_norm": 2.833449363708496,
64
+ "learning_rate": 1.0068591662013187e-05,
65
+ "loss": 0.1128,
66
+ "step": 1500
67
+ }
68
+ ],
69
+ "logging_steps": 500,
70
+ "max_steps": 3730,
71
+ "num_input_tokens_seen": 0,
72
+ "num_train_epochs": 10,
73
+ "save_steps": 500,
74
+ "total_flos": 7610944877367948.0,
75
+ "train_batch_size": 32,
76
+ "trial_name": null,
77
+ "trial_params": {
78
+ "learning_rate": 1.6841186950362865e-05,
79
+ "per_device_train_batch_size": 32
80
+ }
81
+ }
run-0/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15189c3d12b5f903b32dcdb8f142fc9f600c7b03c5e75247ee6c5c612e40a65d
3
+ size 5048
run-0/checkpoint-1500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-2000/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
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": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-0/checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f392a9f95bfa2de646d9a839aabc12e1ef2e02da6531b771b7ecdbf603e33f5
3
+ size 1340618660
run-0/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c81b0d1fc04e9819e9de4b7b0cfc989ce1ba0935eecf35ae686df3d58419313
3
+ size 2681472237
run-0/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28b3bc1d93c8e5d77d91605f4094eab1adea91fbfc16b782d04a37130f913871
3
+ size 14244
run-0/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:444993b254b30e006c6d6fda5734ff628054a4fde826ae3184355758b29432ea
3
+ size 1064
run-0/checkpoint-2000/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-0/checkpoint-2000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-2000/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-0/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.361930294906166,
5
+ "eval_steps": 500,
6
+ "global_step": 2000,
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.7576265335083008,
14
+ "eval_loss": 0.4990231990814209,
15
+ "eval_runtime": 8.8755,
16
+ "eval_samples_per_second": 336.094,
17
+ "eval_steps_per_second": 21.069,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 10.78962230682373,
23
+ "learning_rate": 1.458365518757964e-05,
24
+ "loss": 0.5168,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.7727120518684387,
30
+ "eval_loss": 0.4883217215538025,
31
+ "eval_runtime": 9.0285,
32
+ "eval_samples_per_second": 330.398,
33
+ "eval_steps_per_second": 20.712,
34
+ "step": 746
35
+ },
36
+ {
37
+ "epoch": 2.680965147453083,
38
+ "grad_norm": 10.365610122680664,
39
+ "learning_rate": 1.2326123424796413e-05,
40
+ "loss": 0.2874,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.7720415592193604,
46
+ "eval_loss": 0.7083144187927246,
47
+ "eval_runtime": 9.0355,
48
+ "eval_samples_per_second": 330.141,
49
+ "eval_steps_per_second": 20.696,
50
+ "step": 1119
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_accuracy": 0.7646664381027222,
55
+ "eval_loss": 0.9298484921455383,
56
+ "eval_runtime": 9.116,
57
+ "eval_samples_per_second": 327.226,
58
+ "eval_steps_per_second": 20.513,
59
+ "step": 1492
60
+ },
61
+ {
62
+ "epoch": 4.021447721179625,
63
+ "grad_norm": 2.833449363708496,
64
+ "learning_rate": 1.0068591662013187e-05,
65
+ "loss": 0.1128,
66
+ "step": 1500
67
+ },
68
+ {
69
+ "epoch": 5.0,
70
+ "eval_accuracy": 0.7696949243545532,
71
+ "eval_loss": 1.2057135105133057,
72
+ "eval_runtime": 9.0846,
73
+ "eval_samples_per_second": 328.357,
74
+ "eval_steps_per_second": 20.584,
75
+ "step": 1865
76
+ },
77
+ {
78
+ "epoch": 5.361930294906166,
79
+ "grad_norm": 0.6012887954711914,
80
+ "learning_rate": 7.811059899229962e-06,
81
+ "loss": 0.044,
82
+ "step": 2000
83
+ }
84
+ ],
85
+ "logging_steps": 500,
86
+ "max_steps": 3730,
87
+ "num_input_tokens_seen": 0,
88
+ "num_train_epochs": 10,
89
+ "save_steps": 500,
90
+ "total_flos": 1.01458223839854e+16,
91
+ "train_batch_size": 32,
92
+ "trial_name": null,
93
+ "trial_params": {
94
+ "learning_rate": 1.6841186950362865e-05,
95
+ "per_device_train_batch_size": 32
96
+ }
97
+ }
run-0/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15189c3d12b5f903b32dcdb8f142fc9f600c7b03c5e75247ee6c5c612e40a65d
3
+ size 5048
run-0/checkpoint-2000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-2500/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
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": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-0/checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c6813ca682b6459069cb1dcaec4975d3ae9abca4a96af3a923c21588e28a94
3
+ size 1340618660
run-0/checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01db4b9454f2d2dd3f4376f5ade9b8a7eea3eb7c759672f0f65e1bb0725f5faf
3
+ size 2681472237
run-0/checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e901d2a4b6b7576bd2641f76be3ac251aed1d25d8496953ff1ca82ba6468b670
3
+ size 14244
run-0/checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fac345cf4fed4ba48ba2dbdea86f3361881115970d9940c93c361df2e26eb6b
3
+ size 1064
run-0/checkpoint-2500/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-0/checkpoint-2500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-2500/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-0/checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 6.702412868632708,
5
+ "eval_steps": 500,
6
+ "global_step": 2500,
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.7576265335083008,
14
+ "eval_loss": 0.4990231990814209,
15
+ "eval_runtime": 8.8755,
16
+ "eval_samples_per_second": 336.094,
17
+ "eval_steps_per_second": 21.069,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 10.78962230682373,
23
+ "learning_rate": 1.458365518757964e-05,
24
+ "loss": 0.5168,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.7727120518684387,
30
+ "eval_loss": 0.4883217215538025,
31
+ "eval_runtime": 9.0285,
32
+ "eval_samples_per_second": 330.398,
33
+ "eval_steps_per_second": 20.712,
34
+ "step": 746
35
+ },
36
+ {
37
+ "epoch": 2.680965147453083,
38
+ "grad_norm": 10.365610122680664,
39
+ "learning_rate": 1.2326123424796413e-05,
40
+ "loss": 0.2874,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.7720415592193604,
46
+ "eval_loss": 0.7083144187927246,
47
+ "eval_runtime": 9.0355,
48
+ "eval_samples_per_second": 330.141,
49
+ "eval_steps_per_second": 20.696,
50
+ "step": 1119
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_accuracy": 0.7646664381027222,
55
+ "eval_loss": 0.9298484921455383,
56
+ "eval_runtime": 9.116,
57
+ "eval_samples_per_second": 327.226,
58
+ "eval_steps_per_second": 20.513,
59
+ "step": 1492
60
+ },
61
+ {
62
+ "epoch": 4.021447721179625,
63
+ "grad_norm": 2.833449363708496,
64
+ "learning_rate": 1.0068591662013187e-05,
65
+ "loss": 0.1128,
66
+ "step": 1500
67
+ },
68
+ {
69
+ "epoch": 5.0,
70
+ "eval_accuracy": 0.7696949243545532,
71
+ "eval_loss": 1.2057135105133057,
72
+ "eval_runtime": 9.0846,
73
+ "eval_samples_per_second": 328.357,
74
+ "eval_steps_per_second": 20.584,
75
+ "step": 1865
76
+ },
77
+ {
78
+ "epoch": 5.361930294906166,
79
+ "grad_norm": 0.6012887954711914,
80
+ "learning_rate": 7.811059899229962e-06,
81
+ "loss": 0.044,
82
+ "step": 2000
83
+ },
84
+ {
85
+ "epoch": 6.0,
86
+ "eval_accuracy": 0.7753939032554626,
87
+ "eval_loss": 1.2873387336730957,
88
+ "eval_runtime": 9.0691,
89
+ "eval_samples_per_second": 328.919,
90
+ "eval_steps_per_second": 20.619,
91
+ "step": 2238
92
+ },
93
+ {
94
+ "epoch": 6.702412868632708,
95
+ "grad_norm": 0.0961245447397232,
96
+ "learning_rate": 5.553528136446735e-06,
97
+ "loss": 0.027,
98
+ "step": 2500
99
+ }
100
+ ],
101
+ "logging_steps": 500,
102
+ "max_steps": 3730,
103
+ "num_input_tokens_seen": 0,
104
+ "num_train_epochs": 10,
105
+ "save_steps": 500,
106
+ "total_flos": 1.2690172067220828e+16,
107
+ "train_batch_size": 32,
108
+ "trial_name": null,
109
+ "trial_params": {
110
+ "learning_rate": 1.6841186950362865e-05,
111
+ "per_device_train_batch_size": 32
112
+ }
113
+ }
run-0/checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15189c3d12b5f903b32dcdb8f142fc9f600c7b03c5e75247ee6c5c612e40a65d
3
+ size 5048
run-0/checkpoint-2500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-3000/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMultipleChoice"
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": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.40.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
run-0/checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99e2898fffdeba72ebe5938da547adaf665570433e20eaad20fce6a7dc457405
3
+ size 1340618660
run-0/checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56a7478cc7444b4ffb38edbd3c8d3a2374761646530aa2e94341ed654ba32f13
3
+ size 2681472237
run-0/checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fda71fd5f2516582f65b43df160d9b94f0e4b0fc28d9135bb5b0ac484f494d5
3
+ size 14244