stuser2023 commited on
Commit
2606d14
1 Parent(s): 4a28da6

Training in progress, epoch 4

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-0/checkpoint-268/config.json +25 -0
  3. run-0/checkpoint-268/model.safetensors +3 -0
  4. run-0/checkpoint-268/optimizer.pt +3 -0
  5. run-0/checkpoint-268/rng_state.pth +3 -0
  6. run-0/checkpoint-268/scheduler.pt +3 -0
  7. run-0/checkpoint-268/special_tokens_map.json +7 -0
  8. run-0/checkpoint-268/tokenizer.json +0 -0
  9. run-0/checkpoint-268/tokenizer_config.json +55 -0
  10. run-0/checkpoint-268/trainer_state.json +56 -0
  11. run-0/checkpoint-268/training_args.bin +3 -0
  12. run-0/checkpoint-268/vocab.txt +0 -0
  13. run-0/checkpoint-402/config.json +25 -0
  14. run-0/checkpoint-402/model.safetensors +3 -0
  15. run-0/checkpoint-402/optimizer.pt +3 -0
  16. run-0/checkpoint-402/rng_state.pth +3 -0
  17. run-0/checkpoint-402/scheduler.pt +3 -0
  18. run-0/checkpoint-402/special_tokens_map.json +7 -0
  19. run-0/checkpoint-402/tokenizer.json +0 -0
  20. run-0/checkpoint-402/tokenizer_config.json +55 -0
  21. run-0/checkpoint-402/trainer_state.json +65 -0
  22. run-0/checkpoint-402/training_args.bin +3 -0
  23. run-0/checkpoint-402/vocab.txt +0 -0
  24. run-0/checkpoint-536/config.json +25 -0
  25. run-0/checkpoint-536/model.safetensors +3 -0
  26. run-0/checkpoint-536/optimizer.pt +3 -0
  27. run-0/checkpoint-536/rng_state.pth +3 -0
  28. run-0/checkpoint-536/scheduler.pt +3 -0
  29. run-0/checkpoint-536/special_tokens_map.json +7 -0
  30. run-0/checkpoint-536/tokenizer.json +0 -0
  31. run-0/checkpoint-536/tokenizer_config.json +55 -0
  32. run-0/checkpoint-536/trainer_state.json +81 -0
  33. run-0/checkpoint-536/training_args.bin +3 -0
  34. run-0/checkpoint-536/vocab.txt +0 -0
  35. runs/Sep26_13-34-33_f266a1036e13/events.out.tfevents.1727357973.f266a1036e13.258.2 +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4bc9b1c2430d9c24f6d4ded3940048177b0d473f99e6e36da13a5ab4a6505f14
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed58cfbcaae38345ff1479ed04cdec936f68a03189cbe89adafac63e2cae843
3
  size 267832560
run-0/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.45.0",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-268/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b47901ece7b116834723473a7e7f1592e6b0234bb35337411c42c6f43a7e9aa4
3
+ size 267832560
run-0/checkpoint-268/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba4028c8b04943e18f6e0669f42c69badb33712515df548381b34978c295aac
3
+ size 535727290
run-0/checkpoint-268/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f13a294644e988ad1093c208302e60e03128ddce54f0ff29db12c195efcdf87
3
+ size 14244
run-0/checkpoint-268/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f69f00b9da8888392a5ded20ef1498081c42085ca9731224ff3861cfa35a5a6
3
+ size 1064
run-0/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-0/checkpoint-268/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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-0/checkpoint-268/trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4210344655831915,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-268",
4
+ "epoch": 2.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.5353219509124756,
14
+ "eval_matthews_correlation": 0.2835704013245166,
15
+ "eval_runtime": 1.3472,
16
+ "eval_samples_per_second": 774.178,
17
+ "eval_steps_per_second": 48.989,
18
+ "step": 134
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.514467716217041,
23
+ "eval_matthews_correlation": 0.4210344655831915,
24
+ "eval_runtime": 0.8237,
25
+ "eval_samples_per_second": 1266.262,
26
+ "eval_steps_per_second": 80.128,
27
+ "step": 268
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 536,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 4,
34
+ "save_steps": 500,
35
+ "stateful_callbacks": {
36
+ "TrainerControl": {
37
+ "args": {
38
+ "should_epoch_stop": false,
39
+ "should_evaluate": false,
40
+ "should_log": false,
41
+ "should_save": true,
42
+ "should_training_stop": false
43
+ },
44
+ "attributes": {}
45
+ }
46
+ },
47
+ "total_flos": 0,
48
+ "train_batch_size": 64,
49
+ "trial_name": null,
50
+ "trial_params": {
51
+ "learning_rate": 8.211792523053304e-06,
52
+ "num_train_epochs": 4,
53
+ "per_device_train_batch_size": 64,
54
+ "seed": 38
55
+ }
56
+ }
run-0/checkpoint-268/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed124d14dc79b84cb07ed86b8da4c02956606d59537d7769f990e0b60eecf882
3
+ size 5304
run-0/checkpoint-268/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-402/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.45.0",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-402/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:427623ce3e664498c01527f58defa6b6eda102438383b66632db504340ff6ef6
3
+ size 267832560
run-0/checkpoint-402/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f98221478aab7bba719e560ec5887e975b11969697dc6b6f226e67879472e7
3
+ size 535727290
run-0/checkpoint-402/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:131584404be8796e549daf1f6dc59e0866963d858d798152a1e6535e4ff210ae
3
+ size 14244
run-0/checkpoint-402/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0761bd54cd26597b30759be20ccf2fc8b948709f5513520143c6530862a8f518
3
+ size 1064
run-0/checkpoint-402/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-0/checkpoint-402/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-402/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-0/checkpoint-402/trainer_state.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.43765045412808823,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-402",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 402,
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.5353219509124756,
14
+ "eval_matthews_correlation": 0.2835704013245166,
15
+ "eval_runtime": 1.3472,
16
+ "eval_samples_per_second": 774.178,
17
+ "eval_steps_per_second": 48.989,
18
+ "step": 134
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.514467716217041,
23
+ "eval_matthews_correlation": 0.4210344655831915,
24
+ "eval_runtime": 0.8237,
25
+ "eval_samples_per_second": 1266.262,
26
+ "eval_steps_per_second": 80.128,
27
+ "step": 268
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.5049848556518555,
32
+ "eval_matthews_correlation": 0.43765045412808823,
33
+ "eval_runtime": 0.8256,
34
+ "eval_samples_per_second": 1263.398,
35
+ "eval_steps_per_second": 79.947,
36
+ "step": 402
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 536,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 4,
43
+ "save_steps": 500,
44
+ "stateful_callbacks": {
45
+ "TrainerControl": {
46
+ "args": {
47
+ "should_epoch_stop": false,
48
+ "should_evaluate": false,
49
+ "should_log": false,
50
+ "should_save": true,
51
+ "should_training_stop": false
52
+ },
53
+ "attributes": {}
54
+ }
55
+ },
56
+ "total_flos": 0,
57
+ "train_batch_size": 64,
58
+ "trial_name": null,
59
+ "trial_params": {
60
+ "learning_rate": 8.211792523053304e-06,
61
+ "num_train_epochs": 4,
62
+ "per_device_train_batch_size": 64,
63
+ "seed": 38
64
+ }
65
+ }
run-0/checkpoint-402/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed124d14dc79b84cb07ed86b8da4c02956606d59537d7769f990e0b60eecf882
3
+ size 5304
run-0/checkpoint-402/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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.45.0",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-536/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed58cfbcaae38345ff1479ed04cdec936f68a03189cbe89adafac63e2cae843
3
+ size 267832560
run-0/checkpoint-536/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b23c360e6d2d8de225eb6bbac0cb21ce54f0a621b03927e39fb959917b3e0f4d
3
+ size 535727290
run-0/checkpoint-536/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:860e5620759cfc6a0927515baa36a9b7a79688a7206a0f1ec0b8de3c71ab9a4e
3
+ size 14244
run-0/checkpoint-536/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:080230f4dd64c32a400e0b37b7850232873e64309b150cb7a31e9780a0ccbaf6
3
+ size 1064
run-0/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-0/checkpoint-536/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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-0/checkpoint-536/trainer_state.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.43765045412808823,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-402",
4
+ "epoch": 4.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.5353219509124756,
14
+ "eval_matthews_correlation": 0.2835704013245166,
15
+ "eval_runtime": 1.3472,
16
+ "eval_samples_per_second": 774.178,
17
+ "eval_steps_per_second": 48.989,
18
+ "step": 134
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.514467716217041,
23
+ "eval_matthews_correlation": 0.4210344655831915,
24
+ "eval_runtime": 0.8237,
25
+ "eval_samples_per_second": 1266.262,
26
+ "eval_steps_per_second": 80.128,
27
+ "step": 268
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.5049848556518555,
32
+ "eval_matthews_correlation": 0.43765045412808823,
33
+ "eval_runtime": 0.8256,
34
+ "eval_samples_per_second": 1263.398,
35
+ "eval_steps_per_second": 79.947,
36
+ "step": 402
37
+ },
38
+ {
39
+ "epoch": 3.7313432835820897,
40
+ "grad_norm": 6.807294845581055,
41
+ "learning_rate": 5.515383037871622e-07,
42
+ "loss": 0.4793,
43
+ "step": 500
44
+ },
45
+ {
46
+ "epoch": 4.0,
47
+ "eval_loss": 0.5229844450950623,
48
+ "eval_matthews_correlation": 0.43643553358388004,
49
+ "eval_runtime": 0.9434,
50
+ "eval_samples_per_second": 1105.555,
51
+ "eval_steps_per_second": 69.958,
52
+ "step": 536
53
+ }
54
+ ],
55
+ "logging_steps": 500,
56
+ "max_steps": 536,
57
+ "num_input_tokens_seen": 0,
58
+ "num_train_epochs": 4,
59
+ "save_steps": 500,
60
+ "stateful_callbacks": {
61
+ "TrainerControl": {
62
+ "args": {
63
+ "should_epoch_stop": false,
64
+ "should_evaluate": false,
65
+ "should_log": false,
66
+ "should_save": true,
67
+ "should_training_stop": true
68
+ },
69
+ "attributes": {}
70
+ }
71
+ },
72
+ "total_flos": 209747119699272.0,
73
+ "train_batch_size": 64,
74
+ "trial_name": null,
75
+ "trial_params": {
76
+ "learning_rate": 8.211792523053304e-06,
77
+ "num_train_epochs": 4,
78
+ "per_device_train_batch_size": 64,
79
+ "seed": 38
80
+ }
81
+ }
run-0/checkpoint-536/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed124d14dc79b84cb07ed86b8da4c02956606d59537d7769f990e0b60eecf882
3
+ size 5304
run-0/checkpoint-536/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Sep26_13-34-33_f266a1036e13/events.out.tfevents.1727357973.f266a1036e13.258.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75a8a7e5a9fd80c37ba3467141ffec7a295c1b938cf0ccb3a9fdf54d80e77546
3
- size 5295
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d4b7d37008fe911ff15ae53ff2927d429ddc3a57516dd133c0d5012607ab539
3
+ size 6865