harrisr-smu commited on
Commit
11124df
1 Parent(s): 7960612

Training in progress, epoch 1

Browse files
Files changed (37) hide show
  1. model.safetensors +1 -1
  2. run-1/checkpoint-268/config.json +25 -0
  3. run-1/checkpoint-268/model.safetensors +3 -0
  4. run-1/checkpoint-268/optimizer.pt +3 -0
  5. run-1/checkpoint-268/rng_state.pth +3 -0
  6. run-1/checkpoint-268/scheduler.pt +3 -0
  7. run-1/checkpoint-268/special_tokens_map.json +7 -0
  8. run-1/checkpoint-268/tokenizer.json +0 -0
  9. run-1/checkpoint-268/tokenizer_config.json +55 -0
  10. run-1/checkpoint-268/trainer_state.json +35 -0
  11. run-1/checkpoint-268/training_args.bin +3 -0
  12. run-1/checkpoint-268/vocab.txt +0 -0
  13. run-1/checkpoint-536/config.json +25 -0
  14. run-1/checkpoint-536/model.safetensors +3 -0
  15. run-1/checkpoint-536/optimizer.pt +3 -0
  16. run-1/checkpoint-536/rng_state.pth +3 -0
  17. run-1/checkpoint-536/scheduler.pt +3 -0
  18. run-1/checkpoint-536/special_tokens_map.json +7 -0
  19. run-1/checkpoint-536/tokenizer.json +0 -0
  20. run-1/checkpoint-536/tokenizer_config.json +55 -0
  21. run-1/checkpoint-536/trainer_state.json +51 -0
  22. run-1/checkpoint-536/training_args.bin +3 -0
  23. run-1/checkpoint-536/vocab.txt +0 -0
  24. run-2/checkpoint-2138/config.json +25 -0
  25. run-2/checkpoint-2138/model.safetensors +3 -0
  26. run-2/checkpoint-2138/optimizer.pt +3 -0
  27. run-2/checkpoint-2138/rng_state.pth +3 -0
  28. run-2/checkpoint-2138/scheduler.pt +3 -0
  29. run-2/checkpoint-2138/special_tokens_map.json +7 -0
  30. run-2/checkpoint-2138/tokenizer.json +0 -0
  31. run-2/checkpoint-2138/tokenizer_config.json +55 -0
  32. run-2/checkpoint-2138/trainer_state.json +63 -0
  33. run-2/checkpoint-2138/training_args.bin +3 -0
  34. run-2/checkpoint-2138/vocab.txt +0 -0
  35. runs/Apr22_15-37-01_8b9197ee03bb/events.out.tfevents.1713808824.8b9197ee03bb.4753.3 +3 -0
  36. runs/Apr22_15-37-01_8b9197ee03bb/events.out.tfevents.1713811054.8b9197ee03bb.4753.4 +3 -0
  37. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56d6085f169360eadfe859696c1189f847d98309baf331ea37906a43ff882bef
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200ee35d297dc8b8e8eb2bd2d9e52426cc400de72560cdb131044b6b73e0b864
3
  size 267832560
run-1/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.38.2",
24
+ "vocab_size": 30522
25
+ }
run-1/checkpoint-268/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ebe0a946d0fbdc3c63d27772dfe5fb1d1bb3c3557d07342d5353a3a26e65d9b
3
+ size 267832560
run-1/checkpoint-268/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d0c158d325a5a8685b2ee0ec24c9156d199aa8dd4b2a4c35e3a1e2e0275f16f
3
+ size 535724410
run-1/checkpoint-268/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:437b41cf2ea2fedc278c7511252e9fc0b66d7c7adf8dd3c368f9f20286caab0b
3
+ size 14054
run-1/checkpoint-268/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a50ca45706dc071f2f8a3b563de19beff1b3eaedd370ee9e4ca8748f487c286
3
+ size 1064
run-1/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-1/checkpoint-268/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/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-1/checkpoint-268/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4621927387299967,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/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.4628433287143707,
14
+ "eval_matthews_correlation": 0.4621927387299967,
15
+ "eval_runtime": 29.9442,
16
+ "eval_samples_per_second": 34.831,
17
+ "eval_steps_per_second": 2.204,
18
+ "step": 268
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 536,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 2,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 32,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 4.201981343939461e-05,
31
+ "num_train_epochs": 2,
32
+ "per_device_train_batch_size": 32,
33
+ "seed": 25
34
+ }
35
+ }
run-1/checkpoint-268/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adfe591874bf2abce25a8d263fb86b136dbbb0f16fc8300833a26fd0f5f0cf2c
3
+ size 4984
run-1/checkpoint-268/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/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.38.2",
24
+ "vocab_size": 30522
25
+ }
run-1/checkpoint-536/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b53a8a0f9f6e0d91a7d8239675b8149690c21ba0cb1ca71201edd99f35b0469
3
+ size 267832560
run-1/checkpoint-536/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b91a004abf8e6b2c8f10847b5c07396642f04667cb95a60ede192572d3cacf68
3
+ size 535724410
run-1/checkpoint-536/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e37ceb73fa3e811c6bd9ee3c49d2ae9ea12c42bcbb19ba917b74c6df5b4974f
3
+ size 14054
run-1/checkpoint-536/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:450803a3f624f76330222734b0bc30ee28707b5e2076b3127d98d21fefdf140b
3
+ size 1064
run-1/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-1/checkpoint-536/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/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-1/checkpoint-536/trainer_state.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4959240027089484,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/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.4628433287143707,
14
+ "eval_matthews_correlation": 0.4621927387299967,
15
+ "eval_runtime": 29.9442,
16
+ "eval_samples_per_second": 34.831,
17
+ "eval_steps_per_second": 2.204,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.87,
22
+ "grad_norm": 8.765374183654785,
23
+ "learning_rate": 2.822226275780235e-06,
24
+ "loss": 0.4202,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.4986613690853119,
30
+ "eval_matthews_correlation": 0.4959240027089484,
31
+ "eval_runtime": 31.4713,
32
+ "eval_samples_per_second": 33.141,
33
+ "eval_steps_per_second": 2.097,
34
+ "step": 536
35
+ }
36
+ ],
37
+ "logging_steps": 500,
38
+ "max_steps": 536,
39
+ "num_input_tokens_seen": 0,
40
+ "num_train_epochs": 2,
41
+ "save_steps": 500,
42
+ "total_flos": 96028256284692.0,
43
+ "train_batch_size": 32,
44
+ "trial_name": null,
45
+ "trial_params": {
46
+ "learning_rate": 4.201981343939461e-05,
47
+ "num_train_epochs": 2,
48
+ "per_device_train_batch_size": 32,
49
+ "seed": 25
50
+ }
51
+ }
run-1/checkpoint-536/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adfe591874bf2abce25a8d263fb86b136dbbb0f16fc8300833a26fd0f5f0cf2c
3
+ size 4984
run-1/checkpoint-536/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/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.38.2",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200ee35d297dc8b8e8eb2bd2d9e52426cc400de72560cdb131044b6b73e0b864
3
+ size 267832560
run-2/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:461213f9e8a54d8999067eeb75e099c03eb938d69eb56ffe5e68269a9134cf36
3
+ size 535724410
run-2/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98400294eef529d1f2787b05722f24c8811106c0700e9e830fc37d3292a00f04
3
+ size 14054
run-2/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060e1a085d6858de1c12aaf460994c62236816afccdd8f1dc65ddbde3e0d26b4
3
+ size 1064
run-2/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-2/checkpoint-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/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-2/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.16393153624590007,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-2138",
4
+ "epoch": 1.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.23,
13
+ "grad_norm": 3.03009033203125,
14
+ "learning_rate": 6.435826529339398e-05,
15
+ "loss": 0.6104,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.47,
20
+ "grad_norm": 3.0893821716308594,
21
+ "learning_rate": 6.120035237418916e-05,
22
+ "loss": 0.599,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7,
27
+ "grad_norm": 4.689079284667969,
28
+ "learning_rate": 5.804243945498436e-05,
29
+ "loss": 0.6233,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.94,
34
+ "grad_norm": 2.1753005981445312,
35
+ "learning_rate": 5.488452653577955e-05,
36
+ "loss": 0.6504,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.6044347286224365,
42
+ "eval_matthews_correlation": 0.16393153624590007,
43
+ "eval_runtime": 30.5852,
44
+ "eval_samples_per_second": 34.102,
45
+ "eval_steps_per_second": 2.158,
46
+ "step": 2138
47
+ }
48
+ ],
49
+ "logging_steps": 500,
50
+ "max_steps": 10690,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 5,
53
+ "save_steps": 500,
54
+ "total_flos": 32685295716816.0,
55
+ "train_batch_size": 4,
56
+ "trial_name": null,
57
+ "trial_params": {
58
+ "learning_rate": 6.751617821259878e-05,
59
+ "num_train_epochs": 5,
60
+ "per_device_train_batch_size": 4,
61
+ "seed": 13
62
+ }
63
+ }
run-2/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c5c7be0f50a61c6e9e22c6c96912df518c2bf9ae78538097c92c4dbd3fca91
3
+ size 4984
run-2/checkpoint-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr22_15-37-01_8b9197ee03bb/events.out.tfevents.1713808824.8b9197ee03bb.4753.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f1235e2938b2ec0c4ef6182d8051835902bff56e375f16611efa8c885401cc
3
+ size 5777
runs/Apr22_15-37-01_8b9197ee03bb/events.out.tfevents.1713811054.8b9197ee03bb.4753.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea949f6907a44c92797ee361daf3d5bc3dde3572d3b546c4ec76c9d8cc963bd2
3
+ size 5720
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e68dcaeaaa7b85726310fa2d1d977e77e5a2fd412333729b7b500e3b6fc5de5
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c5c7be0f50a61c6e9e22c6c96912df518c2bf9ae78538097c92c4dbd3fca91
3
  size 4984