anamelchor commited on
Commit
b877dcd
1 Parent(s): dfae824

Training in progress, epoch 1

Browse files
Files changed (47) hide show
  1. model.safetensors +1 -1
  2. run-4/checkpoint-214/config.json +27 -0
  3. run-4/checkpoint-214/model.safetensors +3 -0
  4. run-4/checkpoint-214/optimizer.pt +3 -0
  5. run-4/checkpoint-214/rng_state.pth +3 -0
  6. run-4/checkpoint-214/scheduler.pt +3 -0
  7. run-4/checkpoint-214/special_tokens_map.json +7 -0
  8. run-4/checkpoint-214/tokenizer.json +0 -0
  9. run-4/checkpoint-214/tokenizer_config.json +55 -0
  10. run-4/checkpoint-214/trainer_state.json +44 -0
  11. run-4/checkpoint-214/training_args.bin +3 -0
  12. run-4/checkpoint-214/vocab.txt +0 -0
  13. run-4/checkpoint-321/config.json +27 -0
  14. run-4/checkpoint-321/model.safetensors +3 -0
  15. run-4/checkpoint-321/optimizer.pt +3 -0
  16. run-4/checkpoint-321/rng_state.pth +3 -0
  17. run-4/checkpoint-321/scheduler.pt +3 -0
  18. run-4/checkpoint-321/special_tokens_map.json +7 -0
  19. run-4/checkpoint-321/tokenizer.json +0 -0
  20. run-4/checkpoint-321/tokenizer_config.json +55 -0
  21. run-4/checkpoint-321/trainer_state.json +53 -0
  22. run-4/checkpoint-321/training_args.bin +3 -0
  23. run-4/checkpoint-321/vocab.txt +0 -0
  24. run-4/checkpoint-428/config.json +27 -0
  25. run-4/checkpoint-428/model.safetensors +3 -0
  26. run-4/checkpoint-428/optimizer.pt +3 -0
  27. run-4/checkpoint-428/rng_state.pth +3 -0
  28. run-4/checkpoint-428/scheduler.pt +3 -0
  29. run-4/checkpoint-428/special_tokens_map.json +7 -0
  30. run-4/checkpoint-428/tokenizer.json +0 -0
  31. run-4/checkpoint-428/tokenizer_config.json +55 -0
  32. run-4/checkpoint-428/trainer_state.json +62 -0
  33. run-4/checkpoint-428/training_args.bin +3 -0
  34. run-4/checkpoint-428/vocab.txt +0 -0
  35. run-5/checkpoint-54/config.json +27 -0
  36. run-5/checkpoint-54/model.safetensors +3 -0
  37. run-5/checkpoint-54/optimizer.pt +3 -0
  38. run-5/checkpoint-54/rng_state.pth +3 -0
  39. run-5/checkpoint-54/scheduler.pt +3 -0
  40. run-5/checkpoint-54/special_tokens_map.json +7 -0
  41. run-5/checkpoint-54/tokenizer.json +0 -0
  42. run-5/checkpoint-54/tokenizer_config.json +55 -0
  43. run-5/checkpoint-54/trainer_state.json +35 -0
  44. run-5/checkpoint-54/training_args.bin +3 -0
  45. run-5/checkpoint-54/vocab.txt +0 -0
  46. runs/Mar05_08-21-06_22d65867544c/events.out.tfevents.1709629639.22d65867544c.687.14 +3 -0
  47. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69d3ee1820cd2f0615867ba8eb1a11284106e94c266ee96843e5a65b216ca578
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e79f01712901cdf062a537eb65ca1bf91180ce8ab8f6192d6b4ae5787ac136
3
  size 437958648
run-4/checkpoint-214/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-214/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bb52bdc9d790a073715df44f9225ff9cba857ea9871a1c3728ef3da2a41e878
3
+ size 437958648
run-4/checkpoint-214/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:669656fe55c477ce873bf689adf9c28e6b1335a7548511a20021169e24216e77
3
+ size 876038394
run-4/checkpoint-214/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3ffcefaa2094df5a3fa63b08c6395f319bad01ea109655b4c8da97400739b2b
3
+ size 14244
run-4/checkpoint-214/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f105d4bee9f8f4c7b223513d808bfa9bcbad1d7a0db9dc6e09f62a1b3e8c47a
3
+ size 1064
run-4/checkpoint-214/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-214/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-214/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-214/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.32680474776600543,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-4/checkpoint-214",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 214,
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.5780940055847168,
14
+ "eval_matthews_correlation": 0.058936921430734465,
15
+ "eval_runtime": 1.4242,
16
+ "eval_samples_per_second": 732.327,
17
+ "eval_steps_per_second": 46.341,
18
+ "step": 107
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5356377363204956,
23
+ "eval_matthews_correlation": 0.32680474776600543,
24
+ "eval_runtime": 1.3948,
25
+ "eval_samples_per_second": 747.774,
26
+ "eval_steps_per_second": 47.318,
27
+ "step": 214
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 428,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 4,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 8,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 5.417097130632801e-06,
40
+ "num_train_epochs": 4,
41
+ "per_device_train_batch_size": 8,
42
+ "seed": 11
43
+ }
44
+ }
run-4/checkpoint-214/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6efc0acbb0afa15f8fb365c79aec4e5e4a0341e4fe529b27b779febaccbe8de9
3
+ size 4920
run-4/checkpoint-214/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-321/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-321/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c83eee1c43cc868f2b01ed9a3af9c807177570254f75e0deea151255d397d6
3
+ size 437958648
run-4/checkpoint-321/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8d4a060217255fd4eb6cc07018abf34251afd9d4a77f5961052aea0a6763a9e
3
+ size 876038394
run-4/checkpoint-321/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30f4b98cb7cee2711c18b5aa6f5e89b1365aabc0ed810ebadf7da6edd1b22d1b
3
+ size 14244
run-4/checkpoint-321/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cfe4b008219c5ea11f5cd75c00b131a4cef81eef7c942314812284b3f7a3730
3
+ size 1064
run-4/checkpoint-321/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-321/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-321/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-321/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3743591779398503,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-4/checkpoint-321",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 321,
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.5780940055847168,
14
+ "eval_matthews_correlation": 0.058936921430734465,
15
+ "eval_runtime": 1.4242,
16
+ "eval_samples_per_second": 732.327,
17
+ "eval_steps_per_second": 46.341,
18
+ "step": 107
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5356377363204956,
23
+ "eval_matthews_correlation": 0.32680474776600543,
24
+ "eval_runtime": 1.3948,
25
+ "eval_samples_per_second": 747.774,
26
+ "eval_steps_per_second": 47.318,
27
+ "step": 214
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.528928816318512,
32
+ "eval_matthews_correlation": 0.3743591779398503,
33
+ "eval_runtime": 2.2878,
34
+ "eval_samples_per_second": 455.9,
35
+ "eval_steps_per_second": 28.849,
36
+ "step": 321
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 428,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 4,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 8,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 5.417097130632801e-06,
49
+ "num_train_epochs": 4,
50
+ "per_device_train_batch_size": 8,
51
+ "seed": 11
52
+ }
53
+ }
run-4/checkpoint-321/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6efc0acbb0afa15f8fb365c79aec4e5e4a0341e4fe529b27b779febaccbe8de9
3
+ size 4920
run-4/checkpoint-321/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-428/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-428/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bf2d0376ed762879ddf4edc233c12c225433207b5ad4fd79a53eb7acdd928f9
3
+ size 437958648
run-4/checkpoint-428/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4ee95aaa1fbb6547e3dd67bcb1727240afeab459cb40b57bbce0b68beda7e04
3
+ size 876038394
run-4/checkpoint-428/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0a8716aebc6c35e60ac35110bd25eae34ca996b657e679489982f4f3eb1ee3
3
+ size 14244
run-4/checkpoint-428/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f3e9f097432c3f2d42c07449b16a05e2f17300e0e950a6146d0c6e3a689ff38
3
+ size 1064
run-4/checkpoint-428/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-428/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-428/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-428/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3743591779398503,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-4/checkpoint-321",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 428,
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.5780940055847168,
14
+ "eval_matthews_correlation": 0.058936921430734465,
15
+ "eval_runtime": 1.4242,
16
+ "eval_samples_per_second": 732.327,
17
+ "eval_steps_per_second": 46.341,
18
+ "step": 107
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.5356377363204956,
23
+ "eval_matthews_correlation": 0.32680474776600543,
24
+ "eval_runtime": 1.3948,
25
+ "eval_samples_per_second": 747.774,
26
+ "eval_steps_per_second": 47.318,
27
+ "step": 214
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_loss": 0.528928816318512,
32
+ "eval_matthews_correlation": 0.3743591779398503,
33
+ "eval_runtime": 2.2878,
34
+ "eval_samples_per_second": 455.9,
35
+ "eval_steps_per_second": 28.849,
36
+ "step": 321
37
+ },
38
+ {
39
+ "epoch": 4.0,
40
+ "eval_loss": 0.5320471525192261,
41
+ "eval_matthews_correlation": 0.37043671622714247,
42
+ "eval_runtime": 1.4278,
43
+ "eval_samples_per_second": 730.474,
44
+ "eval_steps_per_second": 46.224,
45
+ "step": 428
46
+ }
47
+ ],
48
+ "logging_steps": 500,
49
+ "max_steps": 428,
50
+ "num_input_tokens_seen": 0,
51
+ "num_train_epochs": 4,
52
+ "save_steps": 500,
53
+ "total_flos": 0,
54
+ "train_batch_size": 8,
55
+ "trial_name": null,
56
+ "trial_params": {
57
+ "learning_rate": 5.417097130632801e-06,
58
+ "num_train_epochs": 4,
59
+ "per_device_train_batch_size": 8,
60
+ "seed": 11
61
+ }
62
+ }
run-4/checkpoint-428/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6efc0acbb0afa15f8fb365c79aec4e5e4a0341e4fe529b27b779febaccbe8de9
3
+ size 4920
run-4/checkpoint-428/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-54/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-5/checkpoint-54/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e79f01712901cdf062a537eb65ca1bf91180ce8ab8f6192d6b4ae5787ac136
3
+ size 437958648
run-5/checkpoint-54/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d4359cef8d272defa0bc24250fde2530072d5a9e26d3b8d3c92c1e5fcbcda2
3
+ size 876038394
run-5/checkpoint-54/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c669928599861916e5e4a1a4b7492a2b89c91233046dc18d8c050bbbb721648
3
+ size 14244
run-5/checkpoint-54/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:944af798e2af3b2d5bcaa0a533b37323389a78d4a198839458712388c9ad6b11
3
+ size 1064
run-5/checkpoint-54/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-54/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-54/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-5/checkpoint-54/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.23501301708307232,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-cola/run-5/checkpoint-54",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 54,
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.5518490672111511,
14
+ "eval_matthews_correlation": 0.23501301708307232,
15
+ "eval_runtime": 1.3078,
16
+ "eval_samples_per_second": 797.506,
17
+ "eval_steps_per_second": 50.465,
18
+ "step": 54
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 54,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 16,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 2.8799353160478695e-05,
31
+ "num_train_epochs": 1,
32
+ "per_device_train_batch_size": 16,
33
+ "seed": 5
34
+ }
35
+ }
run-5/checkpoint-54/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cb9130a4d25418d830e20d0449fa4d2ce7cf9f9a7032c041f91ddbec76c4bae
3
+ size 4920
run-5/checkpoint-54/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.1709629639.22d65867544c.687.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:381aecc59e916152bd6ceea134c9e08a847183c88734d7644fb912418e3a82e8
3
+ size 5313
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6efc0acbb0afa15f8fb365c79aec4e5e4a0341e4fe529b27b779febaccbe8de9
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cb9130a4d25418d830e20d0449fa4d2ce7cf9f9a7032c041f91ddbec76c4bae
3
  size 4920