inflaton commited on
Commit
e3a703b
1 Parent(s): bf5def7

Training in progress, step 2500

Browse files
Files changed (45) hide show
  1. model.safetensors +1 -1
  2. run-4/checkpoint-1000/config.json +26 -0
  3. run-4/checkpoint-1000/model.safetensors +3 -0
  4. run-4/checkpoint-1000/optimizer.pt +3 -0
  5. run-4/checkpoint-1000/rng_state.pth +3 -0
  6. run-4/checkpoint-1000/scheduler.pt +3 -0
  7. run-4/checkpoint-1000/special_tokens_map.json +7 -0
  8. run-4/checkpoint-1000/tokenizer.json +0 -0
  9. run-4/checkpoint-1000/tokenizer_config.json +55 -0
  10. run-4/checkpoint-1000/trainer_state.json +47 -0
  11. run-4/checkpoint-1000/training_args.bin +3 -0
  12. run-4/checkpoint-1000/vocab.txt +0 -0
  13. run-4/checkpoint-1500/config.json +26 -0
  14. run-4/checkpoint-1500/model.safetensors +3 -0
  15. run-4/checkpoint-1500/optimizer.pt +3 -0
  16. run-4/checkpoint-1500/rng_state.pth +3 -0
  17. run-4/checkpoint-1500/scheduler.pt +3 -0
  18. run-4/checkpoint-1500/special_tokens_map.json +7 -0
  19. run-4/checkpoint-1500/tokenizer.json +0 -0
  20. run-4/checkpoint-1500/tokenizer_config.json +55 -0
  21. run-4/checkpoint-1500/trainer_state.json +63 -0
  22. run-4/checkpoint-1500/training_args.bin +3 -0
  23. run-4/checkpoint-1500/vocab.txt +0 -0
  24. run-4/checkpoint-2000/config.json +26 -0
  25. run-4/checkpoint-2000/model.safetensors +3 -0
  26. run-4/checkpoint-2000/optimizer.pt +3 -0
  27. run-4/checkpoint-2000/rng_state.pth +3 -0
  28. run-4/checkpoint-2000/scheduler.pt +3 -0
  29. run-4/checkpoint-2000/special_tokens_map.json +7 -0
  30. run-4/checkpoint-2000/tokenizer.json +0 -0
  31. run-4/checkpoint-2000/tokenizer_config.json +55 -0
  32. run-4/checkpoint-2000/trainer_state.json +70 -0
  33. run-4/checkpoint-2000/training_args.bin +3 -0
  34. run-4/checkpoint-2000/vocab.txt +0 -0
  35. run-4/checkpoint-2500/config.json +26 -0
  36. run-4/checkpoint-2500/model.safetensors +3 -0
  37. run-4/checkpoint-2500/optimizer.pt +3 -0
  38. run-4/checkpoint-2500/rng_state.pth +3 -0
  39. run-4/checkpoint-2500/scheduler.pt +3 -0
  40. run-4/checkpoint-2500/special_tokens_map.json +7 -0
  41. run-4/checkpoint-2500/tokenizer.json +0 -0
  42. run-4/checkpoint-2500/tokenizer_config.json +55 -0
  43. run-4/checkpoint-2500/trainer_state.json +86 -0
  44. run-4/checkpoint-2500/training_args.bin +3 -0
  45. run-4/checkpoint-2500/vocab.txt +0 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc6d5d7b39b3893580c52210ee5a58e9a8c2eccf9e6ffe2680b58d66f2c31759
3
  size 1340618660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b5fc112f19e1e61989372bf7b85c3848aae1444cee51aaf7132943bcf9e811
3
  size 1340618660
run-4/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-4/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e1923b2a6a946b350f79374babb391c067b2ee10f912ccf38a00036599f4e3f
3
+ size 1340618660
run-4/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86c372f316ec973a24a5e57e0a4ded7280d014a2cc9d17ff313270cd3626fde3
3
+ size 2681472237
run-4/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e1a256d949d074cb5d76270949caf88a9f9cee6049fc1f352d070a28cfba690
3
+ size 14244
run-4/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5b883c32af12226887f29ce5708b7e1f2646bafa6d23f9f3a52f29e7c100ab4
3
+ size 1064
run-4/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-4/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.3404825737265416,
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": 0.6702412868632708,
13
+ "grad_norm": 13.804513931274414,
14
+ "learning_rate": 1.2284160000241888e-05,
15
+ "loss": 0.5698,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.7532685399055481,
21
+ "eval_loss": 0.4876743257045746,
22
+ "eval_runtime": 9.5369,
23
+ "eval_samples_per_second": 312.785,
24
+ "eval_steps_per_second": 19.608,
25
+ "step": 746
26
+ },
27
+ {
28
+ "epoch": 1.3404825737265416,
29
+ "grad_norm": 23.23216438293457,
30
+ "learning_rate": 1.1401677241603822e-05,
31
+ "loss": 0.4247,
32
+ "step": 1000
33
+ }
34
+ ],
35
+ "logging_steps": 500,
36
+ "max_steps": 7460,
37
+ "num_input_tokens_seen": 0,
38
+ "num_train_epochs": 10,
39
+ "save_steps": 500,
40
+ "total_flos": 2602962871446816.0,
41
+ "train_batch_size": 16,
42
+ "trial_name": null,
43
+ "trial_params": {
44
+ "learning_rate": 1.3166642758879955e-05,
45
+ "per_device_train_batch_size": 16
46
+ }
47
+ }
run-4/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b6f814d1d31383705935d6e962b569d93dc7baa4de5cb209ef031fca6730c2
3
+ size 5048
run-4/checkpoint-1000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d57e7f003f5a89a77a6f126c64498fb296c576485cd73138602f117760a201e6
3
+ size 1340618660
run-4/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:498d35d12b55496b9e0d5d538f58834cfa1cca345f121a6f1657c6108a133c81
3
+ size 2681472237
run-4/checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec6c109e0b81728091fd53d38fe23ff184b43ac15b141962e34b108757cda4da
3
+ size 14244
run-4/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a52cb0a20e7783e935e08652ee237e4ff9861e0f620de11824f8ca5f2d025409
3
+ size 1064
run-4/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-4/checkpoint-1500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0107238605898123,
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": 0.6702412868632708,
13
+ "grad_norm": 13.804513931274414,
14
+ "learning_rate": 1.2284160000241888e-05,
15
+ "loss": 0.5698,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.7532685399055481,
21
+ "eval_loss": 0.4876743257045746,
22
+ "eval_runtime": 9.5369,
23
+ "eval_samples_per_second": 312.785,
24
+ "eval_steps_per_second": 19.608,
25
+ "step": 746
26
+ },
27
+ {
28
+ "epoch": 1.3404825737265416,
29
+ "grad_norm": 23.23216438293457,
30
+ "learning_rate": 1.1401677241603822e-05,
31
+ "loss": 0.4247,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.7777405381202698,
37
+ "eval_loss": 0.5234329700469971,
38
+ "eval_runtime": 9.4342,
39
+ "eval_samples_per_second": 316.19,
40
+ "eval_steps_per_second": 19.821,
41
+ "step": 1492
42
+ },
43
+ {
44
+ "epoch": 2.0107238605898123,
45
+ "grad_norm": 6.197817325592041,
46
+ "learning_rate": 1.0519194482965755e-05,
47
+ "loss": 0.3313,
48
+ "step": 1500
49
+ }
50
+ ],
51
+ "logging_steps": 500,
52
+ "max_steps": 7460,
53
+ "num_input_tokens_seen": 0,
54
+ "num_train_epochs": 10,
55
+ "save_steps": 500,
56
+ "total_flos": 3914742842009676.0,
57
+ "train_batch_size": 16,
58
+ "trial_name": null,
59
+ "trial_params": {
60
+ "learning_rate": 1.3166642758879955e-05,
61
+ "per_device_train_batch_size": 16
62
+ }
63
+ }
run-4/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b6f814d1d31383705935d6e962b569d93dc7baa4de5cb209ef031fca6730c2
3
+ size 5048
run-4/checkpoint-1500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576398d1636b2ef91e1375404fb259e9fde6dd0aad790584a608748cfb89f639
3
+ size 1340618660
run-4/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a49714dca0db2b6df162b518f6791931c74eb83d5300e79ab3340fdb70e2605a
3
+ size 2681472237
run-4/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f58a3d1eb6b21b20dd7b0d4230faa8548ab3124fbf5bb32e938d1276eb9a4c73
3
+ size 14244
run-4/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb96e57562a71108cc733e425fb39f1ab30f8ddb630ebd6149e4b804464c4c8
3
+ size 1064
run-4/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-4/checkpoint-2000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.680965147453083,
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": 0.6702412868632708,
13
+ "grad_norm": 13.804513931274414,
14
+ "learning_rate": 1.2284160000241888e-05,
15
+ "loss": 0.5698,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.7532685399055481,
21
+ "eval_loss": 0.4876743257045746,
22
+ "eval_runtime": 9.5369,
23
+ "eval_samples_per_second": 312.785,
24
+ "eval_steps_per_second": 19.608,
25
+ "step": 746
26
+ },
27
+ {
28
+ "epoch": 1.3404825737265416,
29
+ "grad_norm": 23.23216438293457,
30
+ "learning_rate": 1.1401677241603822e-05,
31
+ "loss": 0.4247,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.7777405381202698,
37
+ "eval_loss": 0.5234329700469971,
38
+ "eval_runtime": 9.4342,
39
+ "eval_samples_per_second": 316.19,
40
+ "eval_steps_per_second": 19.821,
41
+ "step": 1492
42
+ },
43
+ {
44
+ "epoch": 2.0107238605898123,
45
+ "grad_norm": 6.197817325592041,
46
+ "learning_rate": 1.0519194482965755e-05,
47
+ "loss": 0.3313,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 2.680965147453083,
52
+ "grad_norm": 20.681987762451172,
53
+ "learning_rate": 9.63671172432769e-06,
54
+ "loss": 0.1575,
55
+ "step": 2000
56
+ }
57
+ ],
58
+ "logging_steps": 500,
59
+ "max_steps": 7460,
60
+ "num_input_tokens_seen": 0,
61
+ "num_train_epochs": 10,
62
+ "save_steps": 500,
63
+ "total_flos": 5210880251877900.0,
64
+ "train_batch_size": 16,
65
+ "trial_name": null,
66
+ "trial_params": {
67
+ "learning_rate": 1.3166642758879955e-05,
68
+ "per_device_train_batch_size": 16
69
+ }
70
+ }
run-4/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b6f814d1d31383705935d6e962b569d93dc7baa4de5cb209ef031fca6730c2
3
+ size 5048
run-4/checkpoint-2000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b5fc112f19e1e61989372bf7b85c3848aae1444cee51aaf7132943bcf9e811
3
+ size 1340618660
run-4/checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9179ecc99abfb359d5cbb128c3a2d094ac6cb76d4866f1bd8f42631910af0c0e
3
+ size 2681472237
run-4/checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c60cac06bde3137dc5e45389d38d5cf66579dc186b1bafb1402f6e093666502
3
+ size 14244
run-4/checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cadcf8664e62f038b5f54a0b45c839f54b6c73e088f5e94ef39d1a38c7603347
3
+ size 1064
run-4/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-4/checkpoint-2500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/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-4/checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.351206434316354,
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": 0.6702412868632708,
13
+ "grad_norm": 13.804513931274414,
14
+ "learning_rate": 1.2284160000241888e-05,
15
+ "loss": 0.5698,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.7532685399055481,
21
+ "eval_loss": 0.4876743257045746,
22
+ "eval_runtime": 9.5369,
23
+ "eval_samples_per_second": 312.785,
24
+ "eval_steps_per_second": 19.608,
25
+ "step": 746
26
+ },
27
+ {
28
+ "epoch": 1.3404825737265416,
29
+ "grad_norm": 23.23216438293457,
30
+ "learning_rate": 1.1401677241603822e-05,
31
+ "loss": 0.4247,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.7777405381202698,
37
+ "eval_loss": 0.5234329700469971,
38
+ "eval_runtime": 9.4342,
39
+ "eval_samples_per_second": 316.19,
40
+ "eval_steps_per_second": 19.821,
41
+ "step": 1492
42
+ },
43
+ {
44
+ "epoch": 2.0107238605898123,
45
+ "grad_norm": 6.197817325592041,
46
+ "learning_rate": 1.0519194482965755e-05,
47
+ "loss": 0.3313,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 2.680965147453083,
52
+ "grad_norm": 20.681987762451172,
53
+ "learning_rate": 9.63671172432769e-06,
54
+ "loss": 0.1575,
55
+ "step": 2000
56
+ },
57
+ {
58
+ "epoch": 3.0,
59
+ "eval_accuracy": 0.7740529775619507,
60
+ "eval_loss": 0.6654106378555298,
61
+ "eval_runtime": 9.4207,
62
+ "eval_samples_per_second": 316.642,
63
+ "eval_steps_per_second": 19.85,
64
+ "step": 2238
65
+ },
66
+ {
67
+ "epoch": 3.351206434316354,
68
+ "grad_norm": 0.6577324271202087,
69
+ "learning_rate": 8.754228965689622e-06,
70
+ "loss": 0.1178,
71
+ "step": 2500
72
+ }
73
+ ],
74
+ "logging_steps": 500,
75
+ "max_steps": 7460,
76
+ "num_input_tokens_seen": 0,
77
+ "num_train_epochs": 10,
78
+ "save_steps": 500,
79
+ "total_flos": 6517632906564732.0,
80
+ "train_batch_size": 16,
81
+ "trial_name": null,
82
+ "trial_params": {
83
+ "learning_rate": 1.3166642758879955e-05,
84
+ "per_device_train_batch_size": 16
85
+ }
86
+ }
run-4/checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b6f814d1d31383705935d6e962b569d93dc7baa4de5cb209ef031fca6730c2
3
+ size 5048
run-4/checkpoint-2500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff