andyWuTw commited on
Commit
7cee409
·
1 Parent(s): 72d21f5

Training in progress, epoch 1

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-4/checkpoint-536/config.json +25 -0
  3. run-4/checkpoint-536/model.safetensors +3 -0
  4. run-4/checkpoint-536/optimizer.pt +3 -0
  5. run-4/checkpoint-536/rng_state.pth +3 -0
  6. run-4/checkpoint-536/scheduler.pt +3 -0
  7. run-4/checkpoint-536/special_tokens_map.json +7 -0
  8. run-4/checkpoint-536/tokenizer.json +0 -0
  9. run-4/checkpoint-536/tokenizer_config.json +55 -0
  10. run-4/checkpoint-536/trainer_state.json +50 -0
  11. run-4/checkpoint-536/training_args.bin +3 -0
  12. run-4/checkpoint-536/vocab.txt +0 -0
  13. run-4/checkpoint-804/config.json +25 -0
  14. run-4/checkpoint-804/model.safetensors +3 -0
  15. run-4/checkpoint-804/optimizer.pt +3 -0
  16. run-4/checkpoint-804/rng_state.pth +3 -0
  17. run-4/checkpoint-804/scheduler.pt +3 -0
  18. run-4/checkpoint-804/special_tokens_map.json +7 -0
  19. run-4/checkpoint-804/tokenizer.json +0 -0
  20. run-4/checkpoint-804/tokenizer_config.json +55 -0
  21. run-4/checkpoint-804/trainer_state.json +59 -0
  22. run-4/checkpoint-804/training_args.bin +3 -0
  23. run-4/checkpoint-804/vocab.txt +0 -0
  24. run-5/checkpoint-535/config.json +25 -0
  25. run-5/checkpoint-535/model.safetensors +3 -0
  26. run-5/checkpoint-535/optimizer.pt +3 -0
  27. run-5/checkpoint-535/rng_state.pth +3 -0
  28. run-5/checkpoint-535/scheduler.pt +3 -0
  29. run-5/checkpoint-535/special_tokens_map.json +7 -0
  30. run-5/checkpoint-535/tokenizer.json +0 -0
  31. run-5/checkpoint-535/tokenizer_config.json +55 -0
  32. run-5/checkpoint-535/trainer_state.json +41 -0
  33. run-5/checkpoint-535/training_args.bin +3 -0
  34. run-5/checkpoint-535/vocab.txt +0 -0
  35. runs/Dec23_02-16-37_5c7585257882/events.out.tfevents.1703299002.5c7585257882.414.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:3c4d953a290998f014871c3f6c362136a6b4cd8bc1d3c8c1f857d09867c695ad
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25d10995e5cf0a55556ac908131ecb8b7ae9e2921b935759418b1b52b0d2d228
3
  size 267832560
run-4/checkpoint-536/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-536/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50ab3403a602d41b1394b0c3ee7cbcd1c571e43fd71caab9113b6e2a259b7829
3
+ size 267832560
run-4/checkpoint-536/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20bfd6f67055020f170d96db8661d64888b0cbdfb6a57da0e8ed6ca9f89a9244
3
+ size 535727290
run-4/checkpoint-536/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec68805ddb2352f7c2e810d04df60b7f44d72eca4fc9fba4e17ea5c0ad7411af
3
+ size 14244
run-4/checkpoint-536/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04df085482f1103477fcd8a78ae252e1a6ecdded8cc4693bf36d4c3de80baf21
3
+ size 1064
run-4/checkpoint-536/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-536/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-536/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-536/trainer_state.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.41804637619742235,
3
+ "best_model_checkpoint": "andyWuTw/homework001-finetuned-cola/run-4/checkpoint-536",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 536,
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.5137542486190796,
14
+ "eval_matthews_correlation": 0.409237984741568,
15
+ "eval_runtime": 0.7271,
16
+ "eval_samples_per_second": 1434.443,
17
+ "eval_steps_per_second": 90.77,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "learning_rate": 2.6489687533496514e-06,
23
+ "loss": 0.5131,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_loss": 0.517956554889679,
29
+ "eval_matthews_correlation": 0.41804637619742235,
30
+ "eval_runtime": 0.8254,
31
+ "eval_samples_per_second": 1263.604,
32
+ "eval_steps_per_second": 79.96,
33
+ "step": 536
34
+ }
35
+ ],
36
+ "logging_steps": 500,
37
+ "max_steps": 804,
38
+ "num_input_tokens_seen": 0,
39
+ "num_train_epochs": 3,
40
+ "save_steps": 500,
41
+ "total_flos": 95368247819904.0,
42
+ "train_batch_size": 32,
43
+ "trial_name": null,
44
+ "trial_params": {
45
+ "learning_rate": 7.005825255569473e-06,
46
+ "num_train_epochs": 3,
47
+ "per_device_train_batch_size": 32,
48
+ "seed": 40
49
+ }
50
+ }
run-4/checkpoint-536/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e753e08bb983f904a99090949becec19158984d165c1b605f884cdf42448b48d
3
+ size 4792
run-4/checkpoint-536/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-804/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-804/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b8ca24e60a9492c57343c8c6e099e9ed11168a0f7d2005eac951a9e780700f4
3
+ size 267832560
run-4/checkpoint-804/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b7b4a89683cf30c9371e9b9bc58dcca810b1fbc64849d8461ca4c682f1e933
3
+ size 535727290
run-4/checkpoint-804/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9adf8f59389382370fc42e6657e2fe20a97d47a9cf2b1694e959822fae85349
3
+ size 14244
run-4/checkpoint-804/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:746eb61f284b7a01ff119d2f172c8054713c5ec77a5976b8312dcc56d4ae0824
3
+ size 1064
run-4/checkpoint-804/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-804/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-804/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-804/trainer_state.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.41804637619742235,
3
+ "best_model_checkpoint": "andyWuTw/homework001-finetuned-cola/run-4/checkpoint-536",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 804,
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.5137542486190796,
14
+ "eval_matthews_correlation": 0.409237984741568,
15
+ "eval_runtime": 0.7271,
16
+ "eval_samples_per_second": 1434.443,
17
+ "eval_steps_per_second": 90.77,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "learning_rate": 2.6489687533496514e-06,
23
+ "loss": 0.5131,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_loss": 0.517956554889679,
29
+ "eval_matthews_correlation": 0.41804637619742235,
30
+ "eval_runtime": 0.8254,
31
+ "eval_samples_per_second": 1263.604,
32
+ "eval_steps_per_second": 79.96,
33
+ "step": 536
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "eval_loss": 0.5104890465736389,
38
+ "eval_matthews_correlation": 0.4177399098153259,
39
+ "eval_runtime": 0.7699,
40
+ "eval_samples_per_second": 1354.644,
41
+ "eval_steps_per_second": 85.721,
42
+ "step": 804
43
+ }
44
+ ],
45
+ "logging_steps": 500,
46
+ "max_steps": 804,
47
+ "num_input_tokens_seen": 0,
48
+ "num_train_epochs": 3,
49
+ "save_steps": 500,
50
+ "total_flos": 95368247819904.0,
51
+ "train_batch_size": 32,
52
+ "trial_name": null,
53
+ "trial_params": {
54
+ "learning_rate": 7.005825255569473e-06,
55
+ "num_train_epochs": 3,
56
+ "per_device_train_batch_size": 32,
57
+ "seed": 40
58
+ }
59
+ }
run-4/checkpoint-804/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e753e08bb983f904a99090949becec19158984d165c1b605f884cdf42448b48d
3
+ size 4792
run-4/checkpoint-804/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-535/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-535/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25d10995e5cf0a55556ac908131ecb8b7ae9e2921b935759418b1b52b0d2d228
3
+ size 267832560
run-5/checkpoint-535/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf27f2aa029b02d01f02d74dfdeccf74e7c25e01fd11df64e55eb2bcb45bcbd
3
+ size 535727290
run-5/checkpoint-535/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2f56670e432a94ae52278967601cb1133fdd5f29d91197b271ea152da2c489b
3
+ size 14244
run-5/checkpoint-535/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85124e28c29cd9ea8b79b20d71f59d90ff0a774ff41fc02234cb21b5c9a6075b
3
+ size 1064
run-5/checkpoint-535/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-535/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-535/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-535/trainer_state.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3677329582305324,
3
+ "best_model_checkpoint": "andyWuTw/homework001-finetuned-cola/run-5/checkpoint-535",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 535,
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.93,
13
+ "learning_rate": 4.477342060359021e-05,
14
+ "loss": 0.5406,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 1.0,
19
+ "eval_loss": 0.5174320340156555,
20
+ "eval_matthews_correlation": 0.3677329582305324,
21
+ "eval_runtime": 0.8064,
22
+ "eval_samples_per_second": 1293.395,
23
+ "eval_steps_per_second": 81.845,
24
+ "step": 535
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 2140,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 4,
31
+ "save_steps": 500,
32
+ "total_flos": 43076742200448.0,
33
+ "train_batch_size": 16,
34
+ "trial_name": null,
35
+ "trial_params": {
36
+ "learning_rate": 5.842385371444089e-05,
37
+ "num_train_epochs": 4,
38
+ "per_device_train_batch_size": 16,
39
+ "seed": 9
40
+ }
41
+ }
run-5/checkpoint-535/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0678035d87927563e8c2c64eaa3eb57c722090c3ca00215b4c45f429ede2368c
3
+ size 4792
run-5/checkpoint-535/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Dec23_02-16-37_5c7585257882/events.out.tfevents.1703299002.5c7585257882.414.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd12ff711db05878cdcc616cbedb9629159052e6fb6e56ecfb58eea61393643
3
+ size 6661
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e753e08bb983f904a99090949becec19158984d165c1b605f884cdf42448b48d
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0678035d87927563e8c2c64eaa3eb57c722090c3ca00215b4c45f429ede2368c
3
  size 4792