anamelchor commited on
Commit
d300bed
·
verified ·
1 Parent(s): 49a7988

Training in progress, epoch 1

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-4/checkpoint-108/config.json +27 -0
  3. run-4/checkpoint-108/model.safetensors +3 -0
  4. run-4/checkpoint-108/optimizer.pt +3 -0
  5. run-4/checkpoint-108/rng_state.pth +3 -0
  6. run-4/checkpoint-108/scheduler.pt +3 -0
  7. run-4/checkpoint-108/special_tokens_map.json +7 -0
  8. run-4/checkpoint-108/tokenizer.json +0 -0
  9. run-4/checkpoint-108/tokenizer_config.json +55 -0
  10. run-4/checkpoint-108/trainer_state.json +44 -0
  11. run-4/checkpoint-108/training_args.bin +3 -0
  12. run-4/checkpoint-108/vocab.txt +0 -0
  13. run-4/checkpoint-162/config.json +27 -0
  14. run-4/checkpoint-162/model.safetensors +3 -0
  15. run-4/checkpoint-162/optimizer.pt +3 -0
  16. run-4/checkpoint-162/rng_state.pth +3 -0
  17. run-4/checkpoint-162/scheduler.pt +3 -0
  18. run-4/checkpoint-162/special_tokens_map.json +7 -0
  19. run-4/checkpoint-162/tokenizer.json +0 -0
  20. run-4/checkpoint-162/tokenizer_config.json +55 -0
  21. run-4/checkpoint-162/trainer_state.json +53 -0
  22. run-4/checkpoint-162/training_args.bin +3 -0
  23. run-4/checkpoint-162/vocab.txt +0 -0
  24. run-4/checkpoint-216/config.json +27 -0
  25. run-4/checkpoint-216/model.safetensors +3 -0
  26. run-4/checkpoint-216/optimizer.pt +3 -0
  27. run-4/checkpoint-216/rng_state.pth +3 -0
  28. run-4/checkpoint-216/scheduler.pt +3 -0
  29. run-4/checkpoint-216/special_tokens_map.json +7 -0
  30. run-4/checkpoint-216/tokenizer.json +0 -0
  31. run-4/checkpoint-216/tokenizer_config.json +55 -0
  32. run-4/checkpoint-216/trainer_state.json +62 -0
  33. run-4/checkpoint-216/training_args.bin +3 -0
  34. run-4/checkpoint-216/vocab.txt +0 -0
  35. runs/Mar05_08-21-06_22d65867544c/events.out.tfevents.1709627764.22d65867544c.687.7 +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3070b68af2b5b1af658dc1e2a6e3be8ea425f467e86eefc12039256ee87529fe
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74ca4ddd96bc4a4a32dd8d658aac57aca32d84a5376b2a923e3df8b458d6b88c
3
  size 437958648
run-4/checkpoint-108/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-4/checkpoint-108/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd85a99a8bf17e72b62f621784fc540038ad73a8cb0cdbd5105b818ccc2b13b
3
+ size 437958648
run-4/checkpoint-108/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb3b43e431583a09fec7e22ac469ab724f716b8935e6a8a727b7eeb04545d0c
3
+ size 876038394
run-4/checkpoint-108/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9390756cd0ccbb61d29a3cdf4de2e5bd0406795934e6b32bd1a95aa46b3b9e12
3
+ size 14308
run-4/checkpoint-108/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16bc84f5f881d930a829405cdd92258215f0571c5228e3187f4a0df3c764c94d
3
+ size 1064
run-4/checkpoint-108/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-108/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-108/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-4/checkpoint-108/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0463559874942472,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-4/checkpoint-108",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 108,
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.6218078136444092,
14
+ "eval_matthews_correlation": 0.0437601222642778,
15
+ "eval_runtime": 1.3199,
16
+ "eval_samples_per_second": 790.222,
17
+ "eval_steps_per_second": 50.004,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6049550771713257,
23
+ "eval_matthews_correlation": 0.0463559874942472,
24
+ "eval_runtime": 2.1277,
25
+ "eval_samples_per_second": 490.205,
26
+ "eval_steps_per_second": 31.02,
27
+ "step": 108
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 216,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 4,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 16,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 3.3551737277474504e-06,
40
+ "num_train_epochs": 4,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 26
43
+ }
44
+ }
run-4/checkpoint-108/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ee2bfb29153f1a6057106ee13c97468757a2f384827dbea67c524b1adfc6bd
3
+ size 4920
run-4/checkpoint-108/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-162/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-4/checkpoint-162/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42277ea7f8daa6eec6061f252d55179c5bd5940562845f538ea2024f6168aed5
3
+ size 437958648
run-4/checkpoint-162/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc47b985b6a203b4ac4eb78ea7b5d1bac15dcb24179d8e1b10086fe94dcb56c
3
+ size 876038394
run-4/checkpoint-162/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:756bf90f9ef88927b7968a25d2b1e55769006361d21a16660508cf47499ebaf1
3
+ size 14308
run-4/checkpoint-162/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a56bc3e864b551287cff8faab05f88f25e7edfeca115ee63136eb2b152bac2cb
3
+ size 1064
run-4/checkpoint-162/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-162/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-162/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-4/checkpoint-162/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0463559874942472,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-4/checkpoint-108",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 162,
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.6218078136444092,
14
+ "eval_matthews_correlation": 0.0437601222642778,
15
+ "eval_runtime": 1.3199,
16
+ "eval_samples_per_second": 790.222,
17
+ "eval_steps_per_second": 50.004,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6049550771713257,
23
+ "eval_matthews_correlation": 0.0463559874942472,
24
+ "eval_runtime": 2.1277,
25
+ "eval_samples_per_second": 490.205,
26
+ "eval_steps_per_second": 31.02,
27
+ "step": 108
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.6000790596008301,
32
+ "eval_matthews_correlation": 0.0463559874942472,
33
+ "eval_runtime": 1.7923,
34
+ "eval_samples_per_second": 581.934,
35
+ "eval_steps_per_second": 36.824,
36
+ "step": 162
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 216,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 4,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 16,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 3.3551737277474504e-06,
49
+ "num_train_epochs": 4,
50
+ "per_device_train_batch_size": 16,
51
+ "seed": 26
52
+ }
53
+ }
run-4/checkpoint-162/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ee2bfb29153f1a6057106ee13c97468757a2f384827dbea67c524b1adfc6bd
3
+ size 4920
run-4/checkpoint-162/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-216/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-4/checkpoint-216/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e359c5126b04fc3f25208d1048922024e0a44a95a8d0a7f4c4924ebb24fe5ad2
3
+ size 437958648
run-4/checkpoint-216/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39458ede157809bd3caa741036a839507ede55b4127ed4fc932729d673ca6fc6
3
+ size 876038394
run-4/checkpoint-216/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59492816dfb9dd3d0774f42b3fe91114d6338b0e30e9ac611c459ec6b4679975
3
+ size 14308
run-4/checkpoint-216/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9051cc34347444b44954b2b6e32598b58cc3e800cfc1f51b877a5cdb0abbbed
3
+ size 1064
run-4/checkpoint-216/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-216/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-216/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-4/checkpoint-216/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0463559874942472,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-4/checkpoint-108",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 216,
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.6218078136444092,
14
+ "eval_matthews_correlation": 0.0437601222642778,
15
+ "eval_runtime": 1.3199,
16
+ "eval_samples_per_second": 790.222,
17
+ "eval_steps_per_second": 50.004,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6049550771713257,
23
+ "eval_matthews_correlation": 0.0463559874942472,
24
+ "eval_runtime": 2.1277,
25
+ "eval_samples_per_second": 490.205,
26
+ "eval_steps_per_second": 31.02,
27
+ "step": 108
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.6000790596008301,
32
+ "eval_matthews_correlation": 0.0463559874942472,
33
+ "eval_runtime": 1.7923,
34
+ "eval_samples_per_second": 581.934,
35
+ "eval_steps_per_second": 36.824,
36
+ "step": 162
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_loss": 0.5976410508155823,
41
+ "eval_matthews_correlation": 0.0463559874942472,
42
+ "eval_runtime": 1.3836,
43
+ "eval_samples_per_second": 753.82,
44
+ "eval_steps_per_second": 47.701,
45
+ "step": 216
46
+ }
47
+ ],
48
+ "logging_steps": 500,
49
+ "max_steps": 216,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 4,
52
+ "save_steps": 500,
53
+ "total_flos": 0,
54
+ "train_batch_size": 16,
55
+ "trial_name": null,
56
+ "trial_params": {
57
+ "learning_rate": 3.3551737277474504e-06,
58
+ "num_train_epochs": 4,
59
+ "per_device_train_batch_size": 16,
60
+ "seed": 26
61
+ }
62
+ }
run-4/checkpoint-216/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98ee2bfb29153f1a6057106ee13c97468757a2f384827dbea67c524b1adfc6bd
3
+ size 4920
run-4/checkpoint-216/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar05_08-21-06_22d65867544c/events.out.tfevents.1709627764.22d65867544c.687.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93673edc2be9f8ac5a8530b42ec45bf39a4a90734515d6667774111b8fb1da54
3
+ size 6410