Ethan615 commited on
Commit
de95763
·
1 Parent(s): adebe13

Training in progress, epoch 1

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-4/checkpoint-1069/config.json +25 -0
  3. run-4/checkpoint-1069/model.safetensors +3 -0
  4. run-4/checkpoint-1069/optimizer.pt +3 -0
  5. run-4/checkpoint-1069/rng_state.pth +3 -0
  6. run-4/checkpoint-1069/scheduler.pt +3 -0
  7. run-4/checkpoint-1069/special_tokens_map.json +7 -0
  8. run-4/checkpoint-1069/tokenizer.json +0 -0
  9. run-4/checkpoint-1069/tokenizer_config.json +55 -0
  10. run-4/checkpoint-1069/trainer_state.json +47 -0
  11. run-4/checkpoint-1069/training_args.bin +3 -0
  12. run-4/checkpoint-1069/vocab.txt +0 -0
  13. run-4/checkpoint-2138/config.json +25 -0
  14. run-4/checkpoint-2138/model.safetensors +3 -0
  15. run-4/checkpoint-2138/optimizer.pt +3 -0
  16. run-4/checkpoint-2138/rng_state.pth +3 -0
  17. run-4/checkpoint-2138/scheduler.pt +3 -0
  18. run-4/checkpoint-2138/special_tokens_map.json +7 -0
  19. run-4/checkpoint-2138/tokenizer.json +0 -0
  20. run-4/checkpoint-2138/tokenizer_config.json +55 -0
  21. run-4/checkpoint-2138/trainer_state.json +68 -0
  22. run-4/checkpoint-2138/training_args.bin +3 -0
  23. run-4/checkpoint-2138/vocab.txt +0 -0
  24. run-5/checkpoint-268/config.json +25 -0
  25. run-5/checkpoint-268/model.safetensors +3 -0
  26. run-5/checkpoint-268/optimizer.pt +3 -0
  27. run-5/checkpoint-268/rng_state.pth +3 -0
  28. run-5/checkpoint-268/scheduler.pt +3 -0
  29. run-5/checkpoint-268/special_tokens_map.json +7 -0
  30. run-5/checkpoint-268/tokenizer.json +0 -0
  31. run-5/checkpoint-268/tokenizer_config.json +55 -0
  32. run-5/checkpoint-268/trainer_state.json +35 -0
  33. run-5/checkpoint-268/training_args.bin +3 -0
  34. run-5/checkpoint-268/vocab.txt +0 -0
  35. runs/Dec22_07-12-50_84c4b1f8dc6c/events.out.tfevents.1703230451.84c4b1f8dc6c.518.7 +3 -0
  36. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2571973e05d829a0d634c77845cb457681b1131a49420f5d8f47febfa4e140a8
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88a28ef9de9eea17dd9e641ec60832eb2308a16e9898d3948e5ca4ed042ce6e
3
  size 267832560
run-4/checkpoint-1069/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.36.2",
24
+ "vocab_size": 30522
25
+ }
run-4/checkpoint-1069/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2571973e05d829a0d634c77845cb457681b1131a49420f5d8f47febfa4e140a8
3
+ size 267832560
run-4/checkpoint-1069/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a987172dab3e158f8e61ce10088550abe61bc5bc40132d21dff4c51908419b6
3
+ size 535727290
run-4/checkpoint-1069/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c5611e67a5ac13cbd4609a24db947366c3c5eda9baa3775b51533a395102f4
3
+ size 14244
run-4/checkpoint-1069/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46f431a03a0a8eadc4f93f46af2a87bbaf45aa67c853e7dead4e8d1d857c3540
3
+ size 1064
run-4/checkpoint-1069/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-1069/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-1069/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-4/checkpoint-1069/trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.33521556405671804,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-1069",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1069,
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.47,
13
+ "learning_rate": 3.970511622906794e-05,
14
+ "loss": 0.5963,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 2.75851173801461e-05,
20
+ "loss": 0.5523,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.5371980667114258,
26
+ "eval_matthews_correlation": 0.33521556405671804,
27
+ "eval_runtime": 0.7629,
28
+ "eval_samples_per_second": 1367.128,
29
+ "eval_steps_per_second": 86.51,
30
+ "step": 1069
31
+ }
32
+ ],
33
+ "logging_steps": 500,
34
+ "max_steps": 2138,
35
+ "num_input_tokens_seen": 0,
36
+ "num_train_epochs": 2,
37
+ "save_steps": 500,
38
+ "total_flos": 37629020430720.0,
39
+ "train_batch_size": 8,
40
+ "trial_name": null,
41
+ "trial_params": {
42
+ "learning_rate": 5.182511507798978e-05,
43
+ "num_train_epochs": 2,
44
+ "per_device_train_batch_size": 8,
45
+ "seed": 28
46
+ }
47
+ }
run-4/checkpoint-1069/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17638a515ffeb321f2de273e152e67a1344ce75c21b4f40728fc3724450aa377
3
+ size 4792
run-4/checkpoint-1069/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-2138/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.36.2",
24
+ "vocab_size": 30522
25
+ }
run-4/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22cfdca086862c8c2dc68d396be874ee9a81dc61188a790cd65ed80dc599e007
3
+ size 267832560
run-4/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d40a550899e118cfebac140cc4638045ebc06f60d3f32ee0cc3bd797efd5add
3
+ size 535727290
run-4/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c661a9c4d57c47536ee322346f60ba03644363fd4ac0853e42e71f5c265d983e
3
+ size 14244
run-4/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f39e18229b9b2df898571191e7b6577a0c3d3fecfa6404b97641d77d79acaa1d
3
+ size 1064
run-4/checkpoint-2138/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-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-2138/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-4/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.446244823436024,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-2138",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2138,
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.47,
13
+ "learning_rate": 3.970511622906794e-05,
14
+ "loss": 0.5963,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 2.75851173801461e-05,
20
+ "loss": 0.5523,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.5371980667114258,
26
+ "eval_matthews_correlation": 0.33521556405671804,
27
+ "eval_runtime": 0.7629,
28
+ "eval_samples_per_second": 1367.128,
29
+ "eval_steps_per_second": 86.51,
30
+ "step": 1069
31
+ },
32
+ {
33
+ "epoch": 1.4,
34
+ "learning_rate": 1.5465118531224263e-05,
35
+ "loss": 0.3918,
36
+ "step": 1500
37
+ },
38
+ {
39
+ "epoch": 1.87,
40
+ "learning_rate": 3.3451196823024276e-06,
41
+ "loss": 0.3683,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 2.0,
46
+ "eval_loss": 0.6115844249725342,
47
+ "eval_matthews_correlation": 0.446244823436024,
48
+ "eval_runtime": 0.8682,
49
+ "eval_samples_per_second": 1201.294,
50
+ "eval_steps_per_second": 76.017,
51
+ "step": 2138
52
+ }
53
+ ],
54
+ "logging_steps": 500,
55
+ "max_steps": 2138,
56
+ "num_input_tokens_seen": 0,
57
+ "num_train_epochs": 2,
58
+ "save_steps": 500,
59
+ "total_flos": 75396458944020.0,
60
+ "train_batch_size": 8,
61
+ "trial_name": null,
62
+ "trial_params": {
63
+ "learning_rate": 5.182511507798978e-05,
64
+ "num_train_epochs": 2,
65
+ "per_device_train_batch_size": 8,
66
+ "seed": 28
67
+ }
68
+ }
run-4/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17638a515ffeb321f2de273e152e67a1344ce75c21b4f40728fc3724450aa377
3
+ size 4792
run-4/checkpoint-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-268/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.36.2",
24
+ "vocab_size": 30522
25
+ }
run-5/checkpoint-268/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f88a28ef9de9eea17dd9e641ec60832eb2308a16e9898d3948e5ca4ed042ce6e
3
+ size 267832560
run-5/checkpoint-268/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0acb12810269a8905e4ffcda734ccd1f543f719620fc4f0786617432b6da0d67
3
+ size 535727290
run-5/checkpoint-268/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bbb5257ccd22b0ce5ae0c12d9db2a410c156d40fbf77fcc623fb844aa50d05a
3
+ size 14244
run-5/checkpoint-268/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce0fa234803da47b2054098bddee0e9574dcb05dc53bba3cb0073038ef8d9018
3
+ size 1064
run-5/checkpoint-268/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-5/checkpoint-268/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-268/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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-5/checkpoint-268/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/checkpoint-268",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 268,
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_loss": 0.5973381996154785,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.8179,
16
+ "eval_samples_per_second": 1275.195,
17
+ "eval_steps_per_second": 80.693,
18
+ "step": 268
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 804,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 32,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 2.3714262410540132e-06,
31
+ "num_train_epochs": 3,
32
+ "per_device_train_batch_size": 32,
33
+ "seed": 36
34
+ }
35
+ }
run-5/checkpoint-268/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3687b889ed80357afc881c9979d2fdb1e97e7760add524df7377e5905d2d940
3
+ size 4792
run-5/checkpoint-268/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Dec22_07-12-50_84c4b1f8dc6c/events.out.tfevents.1703230451.84c4b1f8dc6c.518.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a927df1cb6bd182103eeb32b1b022ac127c7adb4005c5aa748083370b351bca
3
+ size 5858
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17638a515ffeb321f2de273e152e67a1344ce75c21b4f40728fc3724450aa377
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3687b889ed80357afc881c9979d2fdb1e97e7760add524df7377e5905d2d940
3
  size 4792