inflaton commited on
Commit
0be3d9e
1 Parent(s): 09605ac

Training in progress, step 500

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-11/checkpoint-1000/config.json +26 -0
  3. run-11/checkpoint-1000/model.safetensors +3 -0
  4. run-11/checkpoint-1000/optimizer.pt +3 -0
  5. run-11/checkpoint-1000/rng_state.pth +3 -0
  6. run-11/checkpoint-1000/scheduler.pt +3 -0
  7. run-11/checkpoint-1000/special_tokens_map.json +7 -0
  8. run-11/checkpoint-1000/tokenizer.json +0 -0
  9. run-11/checkpoint-1000/tokenizer_config.json +55 -0
  10. run-11/checkpoint-1000/trainer_state.json +56 -0
  11. run-11/checkpoint-1000/training_args.bin +3 -0
  12. run-11/checkpoint-1000/vocab.txt +0 -0
  13. run-11/checkpoint-1500/config.json +26 -0
  14. run-11/checkpoint-1500/model.safetensors +3 -0
  15. run-11/checkpoint-1500/optimizer.pt +3 -0
  16. run-11/checkpoint-1500/rng_state.pth +3 -0
  17. run-11/checkpoint-1500/scheduler.pt +3 -0
  18. run-11/checkpoint-1500/special_tokens_map.json +7 -0
  19. run-11/checkpoint-1500/tokenizer.json +0 -0
  20. run-11/checkpoint-1500/tokenizer_config.json +55 -0
  21. run-11/checkpoint-1500/trainer_state.json +81 -0
  22. run-11/checkpoint-1500/training_args.bin +3 -0
  23. run-11/checkpoint-1500/vocab.txt +0 -0
  24. run-15/checkpoint-500/config.json +26 -0
  25. run-15/checkpoint-500/model.safetensors +3 -0
  26. run-15/checkpoint-500/optimizer.pt +3 -0
  27. run-15/checkpoint-500/rng_state.pth +3 -0
  28. run-15/checkpoint-500/scheduler.pt +3 -0
  29. run-15/checkpoint-500/special_tokens_map.json +7 -0
  30. run-15/checkpoint-500/tokenizer.json +0 -0
  31. run-15/checkpoint-500/tokenizer_config.json +55 -0
  32. run-15/checkpoint-500/trainer_state.json +31 -0
  33. run-15/checkpoint-500/training_args.bin +3 -0
  34. run-15/checkpoint-500/vocab.txt +0 -0
  35. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf2844bb5895c089895f3baacf143af8bdbc6a35bdbd95d693233064cf88e5a8
3
  size 1340618660
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505f184b193d36ef273d60a8ec7de938b03ddbe2232b41a7a084a53edd003171
3
  size 1340618660
run-11/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-11/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b763d61e3d8eeb706f3a82cb6f1598e3d6a41d749c89d6c4803dae7e8611bb2
3
+ size 1340618660
run-11/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aed3dbf4ce6110811c6ea8b081c16eb67eaacba66bad49b707572cc85bf50ec
3
+ size 2681472237
run-11/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6949adde667cc7db368e471ea1969496fea33ff9958e5640141668dd757db138
3
+ size 14244
run-11/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba06d450de03520bc0c739f71273734c14aa246c667ccac83eba1b7b0137539
3
+ size 1064
run-11/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-11/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-11/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-11/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.7582970261573792,
14
+ "eval_loss": 0.47316744923591614,
15
+ "eval_runtime": 9.4669,
16
+ "eval_samples_per_second": 315.098,
17
+ "eval_steps_per_second": 19.753,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 10.698078155517578,
23
+ "learning_rate": 1.3190684345219897e-05,
24
+ "loss": 0.5103,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.7700302004814148,
30
+ "eval_loss": 0.48503395915031433,
31
+ "eval_runtime": 9.4683,
32
+ "eval_samples_per_second": 315.05,
33
+ "eval_steps_per_second": 19.75,
34
+ "step": 746
35
+ },
36
+ {
37
+ "epoch": 2.680965147453083,
38
+ "grad_norm": 21.843738555908203,
39
+ "learning_rate": 1.114878274379267e-05,
40
+ "loss": 0.2684,
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": 5530928427021096.0,
50
+ "train_batch_size": 32,
51
+ "trial_name": null,
52
+ "trial_params": {
53
+ "learning_rate": 1.5232585946647127e-05,
54
+ "per_device_train_batch_size": 32
55
+ }
56
+ }
run-11/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ea0c85a511ff99603991d94be896e3984a3c9119a97f449093b304a9f1146e6
3
+ size 5048
run-11/checkpoint-1000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-11/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-11/checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4cc81a1674ad6427d061b943ee27fb549c24407aeed513c94d40662e495998
3
+ size 1340618660
run-11/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3120997b92b353ba02756e64b77db86c94c43c1e1df44e4eb70bd55a82bfcee
3
+ size 2681472237
run-11/checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52d6297fc05e3c669d3d417f48b67e1a84e4173733817fe3972c260ec2f9f2dd
3
+ size 14244
run-11/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:820dcded8d00613c62e89e2df6a0eec30572b039d2c62a48e883a5021119c2d9
3
+ size 1064
run-11/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-11/checkpoint-1500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-11/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-11/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.7582970261573792,
14
+ "eval_loss": 0.47316744923591614,
15
+ "eval_runtime": 9.4669,
16
+ "eval_samples_per_second": 315.098,
17
+ "eval_steps_per_second": 19.753,
18
+ "step": 373
19
+ },
20
+ {
21
+ "epoch": 1.3404825737265416,
22
+ "grad_norm": 10.698078155517578,
23
+ "learning_rate": 1.3190684345219897e-05,
24
+ "loss": 0.5103,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 0.7700302004814148,
30
+ "eval_loss": 0.48503395915031433,
31
+ "eval_runtime": 9.4683,
32
+ "eval_samples_per_second": 315.05,
33
+ "eval_steps_per_second": 19.75,
34
+ "step": 746
35
+ },
36
+ {
37
+ "epoch": 2.680965147453083,
38
+ "grad_norm": 21.843738555908203,
39
+ "learning_rate": 1.114878274379267e-05,
40
+ "loss": 0.2684,
41
+ "step": 1000
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "eval_accuracy": 0.7730472683906555,
46
+ "eval_loss": 0.6594780087471008,
47
+ "eval_runtime": 9.5427,
48
+ "eval_samples_per_second": 312.594,
49
+ "eval_steps_per_second": 19.596,
50
+ "step": 1119
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_accuracy": 0.7727120518684387,
55
+ "eval_loss": 0.8782781958580017,
56
+ "eval_runtime": 9.6116,
57
+ "eval_samples_per_second": 310.354,
58
+ "eval_steps_per_second": 19.456,
59
+ "step": 1492
60
+ },
61
+ {
62
+ "epoch": 4.021447721179625,
63
+ "grad_norm": 7.762759685516357,
64
+ "learning_rate": 9.10688114236544e-06,
65
+ "loss": 0.116,
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": 8305446177522000.0,
75
+ "train_batch_size": 32,
76
+ "trial_name": null,
77
+ "trial_params": {
78
+ "learning_rate": 1.5232585946647127e-05,
79
+ "per_device_train_batch_size": 32
80
+ }
81
+ }
run-11/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ea0c85a511ff99603991d94be896e3984a3c9119a97f449093b304a9f1146e6
3
+ size 5048
run-11/checkpoint-1500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-500/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-15/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505f184b193d36ef273d60a8ec7de938b03ddbe2232b41a7a084a53edd003171
3
+ size 1340618660
run-15/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf49b16010453246b7e7871fd32a6d6f763df13d587944c747361701693c1f19
3
+ size 2681472237
run-15/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c317b20a8b0f126de354e22abe6285be95b0457be6843da518d21b802633c6
3
+ size 14244
run-15/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c18831b94d18c79d2564b8004d9de0788231284319e3d58ef5077fc12df17089
3
+ size 1064
run-15/checkpoint-500/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-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-500/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-15/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6702412868632708,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
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": 1.968019962310791,
14
+ "learning_rate": 2.330416222840871e-05,
15
+ "loss": 0.7033,
16
+ "step": 500
17
+ }
18
+ ],
19
+ "logging_steps": 500,
20
+ "max_steps": 7460,
21
+ "num_input_tokens_seen": 0,
22
+ "num_train_epochs": 10,
23
+ "save_steps": 500,
24
+ "total_flos": 9533330766709812.0,
25
+ "train_batch_size": 16,
26
+ "trial_name": null,
27
+ "trial_params": {
28
+ "learning_rate": 2.49783118137829e-05,
29
+ "per_device_train_batch_size": 16
30
+ }
31
+ }
run-15/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e06499ac3feffa2cc7e6706893da8ae8b89b859bc7d9afe37079f56870a659f
3
+ size 5048
run-15/checkpoint-500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ea0c85a511ff99603991d94be896e3984a3c9119a97f449093b304a9f1146e6
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e06499ac3feffa2cc7e6706893da8ae8b89b859bc7d9afe37079f56870a659f
3
  size 5048