andyWuTw commited on
Commit
133ca36
·
1 Parent(s): a40d37f

Training in progress, epoch 3

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-1/checkpoint-1069/config.json +25 -0
  3. run-1/checkpoint-1069/model.safetensors +3 -0
  4. run-1/checkpoint-1069/optimizer.pt +3 -0
  5. run-1/checkpoint-1069/rng_state.pth +3 -0
  6. run-1/checkpoint-1069/scheduler.pt +3 -0
  7. run-1/checkpoint-1069/special_tokens_map.json +7 -0
  8. run-1/checkpoint-1069/tokenizer.json +0 -0
  9. run-1/checkpoint-1069/tokenizer_config.json +55 -0
  10. run-1/checkpoint-1069/trainer_state.json +47 -0
  11. run-1/checkpoint-1069/training_args.bin +3 -0
  12. run-1/checkpoint-1069/vocab.txt +0 -0
  13. run-1/checkpoint-2138/config.json +25 -0
  14. run-1/checkpoint-2138/model.safetensors +3 -0
  15. run-1/checkpoint-2138/optimizer.pt +3 -0
  16. run-1/checkpoint-2138/rng_state.pth +3 -0
  17. run-1/checkpoint-2138/scheduler.pt +3 -0
  18. run-1/checkpoint-2138/special_tokens_map.json +7 -0
  19. run-1/checkpoint-2138/tokenizer.json +0 -0
  20. run-1/checkpoint-2138/tokenizer_config.json +55 -0
  21. run-1/checkpoint-2138/trainer_state.json +68 -0
  22. run-1/checkpoint-2138/training_args.bin +3 -0
  23. run-1/checkpoint-2138/vocab.txt +0 -0
  24. run-1/checkpoint-3207/config.json +25 -0
  25. run-1/checkpoint-3207/model.safetensors +3 -0
  26. run-1/checkpoint-3207/optimizer.pt +3 -0
  27. run-1/checkpoint-3207/rng_state.pth +3 -0
  28. run-1/checkpoint-3207/scheduler.pt +3 -0
  29. run-1/checkpoint-3207/special_tokens_map.json +7 -0
  30. run-1/checkpoint-3207/tokenizer.json +0 -0
  31. run-1/checkpoint-3207/tokenizer_config.json +55 -0
  32. run-1/checkpoint-3207/trainer_state.json +89 -0
  33. run-1/checkpoint-3207/training_args.bin +3 -0
  34. run-1/checkpoint-3207/vocab.txt +0 -0
  35. runs/Dec23_02-16-37_5c7585257882/events.out.tfevents.1703298289.5c7585257882.414.3 +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:cd9c49b56a63c2ecb25ee0bfeff7491d3fb1a4e1c9a86b66868f943fc4964f25
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f613ce1d7632ac94801dd53237c03ff199dfa8afc6e681b64e45cdf992008330
3
  size 267832560
run-1/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-1/checkpoint-1069/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dbf1950d6633a3534e50626f843e1ec91a5063c95ca419c817de9a676e9f1c4
3
+ size 267832560
run-1/checkpoint-1069/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:048dd22e4ff36e305c70f7b30923e71656271a922950914f33a73820a30d2415
3
+ size 535727290
run-1/checkpoint-1069/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550278e75f4a8c9e5f5f3d691e1f17f37e17274310e16f925ed2adffda91504a
3
+ size 14308
run-1/checkpoint-1069/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a5be2b49a31ccba91ae6d499bad69b71245628875c1d91fa78ddb70d083bddb
3
+ size 1064
run-1/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-1/checkpoint-1069/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/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-1/checkpoint-1069/trainer_state.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4402129756759477,
3
+ "best_model_checkpoint": "andyWuTw/homework001-finetuned-cola/run-1/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.2452452129344327e-05,
14
+ "loss": 0.5576,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 2.910338586212613e-05,
20
+ "loss": 0.5108,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.49123480916023254,
26
+ "eval_matthews_correlation": 0.4402129756759477,
27
+ "eval_runtime": 0.7657,
28
+ "eval_samples_per_second": 1362.107,
29
+ "eval_steps_per_second": 86.193,
30
+ "step": 1069
31
+ }
32
+ ],
33
+ "logging_steps": 500,
34
+ "max_steps": 5345,
35
+ "num_input_tokens_seen": 0,
36
+ "num_train_epochs": 5,
37
+ "save_steps": 500,
38
+ "total_flos": 37680765508320.0,
39
+ "train_batch_size": 8,
40
+ "trial_name": null,
41
+ "trial_params": {
42
+ "learning_rate": 3.5801518396562525e-05,
43
+ "num_train_epochs": 5,
44
+ "per_device_train_batch_size": 8,
45
+ "seed": 37
46
+ }
47
+ }
run-1/checkpoint-1069/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0cb55dad53927b5406db1fec190e847582487bb47dbf1f9d20c4d55a9c8beeb
3
+ size 4792
run-1/checkpoint-1069/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/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-1/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ce11d014519b7633a310ca87c31ac380a7c08a174c25b36f28c05f5c3a93a4c
3
+ size 267832560
run-1/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c17c002579afa318315874a9f05421717f1714875d02cd7a4ae1b0233278982
3
+ size 535727290
run-1/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba3991f738384abb1173f50ff8b4374fedc07528fbfccab8bc65128f37e0f45
3
+ size 14308
run-1/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f30e817c5bbdbb03d9aaaed9285f897703c01e0d3bb38785af2c746f102244e
3
+ size 1064
run-1/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-1/checkpoint-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/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-1/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5015124872115657,
3
+ "best_model_checkpoint": "andyWuTw/homework001-finetuned-cola/run-1/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.2452452129344327e-05,
14
+ "loss": 0.5576,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 2.910338586212613e-05,
20
+ "loss": 0.5108,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.49123480916023254,
26
+ "eval_matthews_correlation": 0.4402129756759477,
27
+ "eval_runtime": 0.7657,
28
+ "eval_samples_per_second": 1362.107,
29
+ "eval_steps_per_second": 86.193,
30
+ "step": 1069
31
+ },
32
+ {
33
+ "epoch": 1.4,
34
+ "learning_rate": 2.5754319594907933e-05,
35
+ "loss": 0.3607,
36
+ "step": 1500
37
+ },
38
+ {
39
+ "epoch": 1.87,
40
+ "learning_rate": 2.2405253327689737e-05,
41
+ "loss": 0.3536,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 2.0,
46
+ "eval_loss": 0.5718550682067871,
47
+ "eval_matthews_correlation": 0.5015124872115657,
48
+ "eval_runtime": 0.728,
49
+ "eval_samples_per_second": 1432.68,
50
+ "eval_steps_per_second": 90.659,
51
+ "step": 2138
52
+ }
53
+ ],
54
+ "logging_steps": 500,
55
+ "max_steps": 5345,
56
+ "num_input_tokens_seen": 0,
57
+ "num_train_epochs": 5,
58
+ "save_steps": 500,
59
+ "total_flos": 75430610695236.0,
60
+ "train_batch_size": 8,
61
+ "trial_name": null,
62
+ "trial_params": {
63
+ "learning_rate": 3.5801518396562525e-05,
64
+ "num_train_epochs": 5,
65
+ "per_device_train_batch_size": 8,
66
+ "seed": 37
67
+ }
68
+ }
run-1/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0cb55dad53927b5406db1fec190e847582487bb47dbf1f9d20c4d55a9c8beeb
3
+ size 4792
run-1/checkpoint-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-3207/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-1/checkpoint-3207/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f613ce1d7632ac94801dd53237c03ff199dfa8afc6e681b64e45cdf992008330
3
+ size 267832560
run-1/checkpoint-3207/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94bf5f18ca7612280592fd3d3be7d901a6e60e822d3d33692e3e72f105be21b9
3
+ size 535727290
run-1/checkpoint-3207/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf1ed72d4f5a5f9c3d5b78bc354b73c4645483361c1cd16c43113daf27f05f66
3
+ size 14308
run-1/checkpoint-3207/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:628fbcb3c71c6715534b03eb66d5d8a5f5f662a47e891761c9f5f8c65f97323e
3
+ size 1064
run-1/checkpoint-3207/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-1/checkpoint-3207/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-3207/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-1/checkpoint-3207/trainer_state.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.528465157424671,
3
+ "best_model_checkpoint": "andyWuTw/homework001-finetuned-cola/run-1/checkpoint-3207",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3207,
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.2452452129344327e-05,
14
+ "loss": 0.5576,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 2.910338586212613e-05,
20
+ "loss": 0.5108,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.49123480916023254,
26
+ "eval_matthews_correlation": 0.4402129756759477,
27
+ "eval_runtime": 0.7657,
28
+ "eval_samples_per_second": 1362.107,
29
+ "eval_steps_per_second": 86.193,
30
+ "step": 1069
31
+ },
32
+ {
33
+ "epoch": 1.4,
34
+ "learning_rate": 2.5754319594907933e-05,
35
+ "loss": 0.3607,
36
+ "step": 1500
37
+ },
38
+ {
39
+ "epoch": 1.87,
40
+ "learning_rate": 2.2405253327689737e-05,
41
+ "loss": 0.3536,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 2.0,
46
+ "eval_loss": 0.5718550682067871,
47
+ "eval_matthews_correlation": 0.5015124872115657,
48
+ "eval_runtime": 0.728,
49
+ "eval_samples_per_second": 1432.68,
50
+ "eval_steps_per_second": 90.659,
51
+ "step": 2138
52
+ },
53
+ {
54
+ "epoch": 2.34,
55
+ "learning_rate": 1.905618706047154e-05,
56
+ "loss": 0.254,
57
+ "step": 2500
58
+ },
59
+ {
60
+ "epoch": 2.81,
61
+ "learning_rate": 1.5707120793253344e-05,
62
+ "loss": 0.2655,
63
+ "step": 3000
64
+ },
65
+ {
66
+ "epoch": 3.0,
67
+ "eval_loss": 0.762388288974762,
68
+ "eval_matthews_correlation": 0.528465157424671,
69
+ "eval_runtime": 0.7265,
70
+ "eval_samples_per_second": 1435.582,
71
+ "eval_steps_per_second": 90.842,
72
+ "step": 3207
73
+ }
74
+ ],
75
+ "logging_steps": 500,
76
+ "max_steps": 5345,
77
+ "num_input_tokens_seen": 0,
78
+ "num_train_epochs": 5,
79
+ "save_steps": 500,
80
+ "total_flos": 112815653085072.0,
81
+ "train_batch_size": 8,
82
+ "trial_name": null,
83
+ "trial_params": {
84
+ "learning_rate": 3.5801518396562525e-05,
85
+ "num_train_epochs": 5,
86
+ "per_device_train_batch_size": 8,
87
+ "seed": 37
88
+ }
89
+ }
run-1/checkpoint-3207/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0cb55dad53927b5406db1fec190e847582487bb47dbf1f9d20c4d55a9c8beeb
3
+ size 4792
run-1/checkpoint-3207/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.1703298289.5c7585257882.414.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4065d55a8d0576a10d5bf76aa6037c545dbb1dfe1d7a3a8912e7db4ed05e348b
3
+ size 6444
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0675c2ad8e381cf07385fa5446306204c293fb4f7110c9f599f2cd8d18ca6cf
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0cb55dad53927b5406db1fec190e847582487bb47dbf1f9d20c4d55a9c8beeb
3
  size 4792