stuser2023 commited on
Commit
3018eb5
1 Parent(s): 9288865

Training in progress, epoch 3

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-9/checkpoint-1069/config.json +25 -0
  3. run-9/checkpoint-1069/model.safetensors +3 -0
  4. run-9/checkpoint-1069/optimizer.pt +3 -0
  5. run-9/checkpoint-1069/rng_state.pth +3 -0
  6. run-9/checkpoint-1069/scheduler.pt +3 -0
  7. run-9/checkpoint-1069/special_tokens_map.json +7 -0
  8. run-9/checkpoint-1069/tokenizer.json +0 -0
  9. run-9/checkpoint-1069/tokenizer_config.json +55 -0
  10. run-9/checkpoint-1069/trainer_state.json +45 -0
  11. run-9/checkpoint-1069/training_args.bin +3 -0
  12. run-9/checkpoint-1069/vocab.txt +0 -0
  13. run-9/checkpoint-2138/config.json +25 -0
  14. run-9/checkpoint-2138/model.safetensors +3 -0
  15. run-9/checkpoint-2138/optimizer.pt +3 -0
  16. run-9/checkpoint-2138/rng_state.pth +3 -0
  17. run-9/checkpoint-2138/scheduler.pt +3 -0
  18. run-9/checkpoint-2138/special_tokens_map.json +7 -0
  19. run-9/checkpoint-2138/tokenizer.json +0 -0
  20. run-9/checkpoint-2138/tokenizer_config.json +55 -0
  21. run-9/checkpoint-2138/trainer_state.json +66 -0
  22. run-9/checkpoint-2138/training_args.bin +3 -0
  23. run-9/checkpoint-2138/vocab.txt +0 -0
  24. run-9/checkpoint-3207/config.json +25 -0
  25. run-9/checkpoint-3207/model.safetensors +3 -0
  26. run-9/checkpoint-3207/optimizer.pt +3 -0
  27. run-9/checkpoint-3207/rng_state.pth +3 -0
  28. run-9/checkpoint-3207/scheduler.pt +3 -0
  29. run-9/checkpoint-3207/special_tokens_map.json +7 -0
  30. run-9/checkpoint-3207/tokenizer.json +0 -0
  31. run-9/checkpoint-3207/tokenizer_config.json +55 -0
  32. run-9/checkpoint-3207/trainer_state.json +87 -0
  33. run-9/checkpoint-3207/training_args.bin +3 -0
  34. run-9/checkpoint-3207/vocab.txt +0 -0
  35. runs/Nov17_02-59-16_faa202bf7ecf/events.out.tfevents.1700192285.faa202bf7ecf.336.13 +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:aab0c8c520fb9100b11012b33ef3945592d78aeaf9785c7b9a9e26bc874aed84
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7078b3b1db14fae62d286394e370271149c52e7669446c720e9b52ba6270084c
3
  size 267832560
run-9/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.35.2",
24
+ "vocab_size": 30522
25
+ }
run-9/checkpoint-1069/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa683f8eb8ed680b8eb4056a4ff7d9e8ebf5bdd64c79a76ba4deecbf2c4c6092
3
+ size 267832560
run-9/checkpoint-1069/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fb26634a10dfa230029aa1f7f9cfb198aa22959b7b30ee760651514353ae0b2
3
+ size 535727290
run-9/checkpoint-1069/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:912a21dd2faf9f53d6272ab6fe592dae1f2caea82de30009f8e16f928f4cb249
3
+ size 14244
run-9/checkpoint-1069/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45398392412e361ae8a356f38977bd7a204d551694f7c567672c17211411bb6b
3
+ size 1064
run-9/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-9/checkpoint-1069/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9/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-9/checkpoint-1069/trainer_state.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4043410378269883,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-9/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": 4.453324739094023e-05,
14
+ "loss": 0.5772,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 3.993745302655011e-05,
20
+ "loss": 0.5332,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.5163644552230835,
26
+ "eval_matthews_correlation": 0.4043410378269883,
27
+ "eval_runtime": 0.8124,
28
+ "eval_samples_per_second": 1283.809,
29
+ "eval_steps_per_second": 81.238,
30
+ "step": 1069
31
+ }
32
+ ],
33
+ "logging_steps": 500,
34
+ "max_steps": 5345,
35
+ "num_train_epochs": 5,
36
+ "save_steps": 500,
37
+ "total_flos": 151772969657784.0,
38
+ "trial_name": null,
39
+ "trial_params": {
40
+ "learning_rate": 4.9129041755330344e-05,
41
+ "num_train_epochs": 5,
42
+ "per_device_train_batch_size": 8,
43
+ "seed": 38
44
+ }
45
+ }
run-9/checkpoint-1069/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d92480d808ffe52df127d4454620c53b0242efef3696b58490fc75fd6a6f454
3
+ size 4664
run-9/checkpoint-1069/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-9/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.35.2",
24
+ "vocab_size": 30522
25
+ }
run-9/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:756f896887da8ba2772762b5ef6e4ca5d8a6a04a1edcf388a4b2e5f9429fbc3f
3
+ size 267832560
run-9/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430fe64ef42778d41e8bda96113399b14bd39d13e7a4500f4dbca4a6e5ffcd85
3
+ size 535727290
run-9/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad52735ecd1a313dff823557ca3632ed4980154785d4da9806baf2e6c8ab2de
3
+ size 14244
run-9/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c5f48138ec3983ba13ec77d87f79ddb9d9503334ea42074dab0e437c2e7a4d
3
+ size 1064
run-9/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-9/checkpoint-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9/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-9/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4092437141936731,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-9/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": 4.453324739094023e-05,
14
+ "loss": 0.5772,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 3.993745302655011e-05,
20
+ "loss": 0.5332,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.5163644552230835,
26
+ "eval_matthews_correlation": 0.4043410378269883,
27
+ "eval_runtime": 0.8124,
28
+ "eval_samples_per_second": 1283.809,
29
+ "eval_steps_per_second": 81.238,
30
+ "step": 1069
31
+ },
32
+ {
33
+ "epoch": 1.4,
34
+ "learning_rate": 3.5341658662159996e-05,
35
+ "loss": 0.4009,
36
+ "step": 1500
37
+ },
38
+ {
39
+ "epoch": 1.87,
40
+ "learning_rate": 3.0745864297769874e-05,
41
+ "loss": 0.3795,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 2.0,
46
+ "eval_loss": 0.5874858498573303,
47
+ "eval_matthews_correlation": 0.4092437141936731,
48
+ "eval_runtime": 1.6757,
49
+ "eval_samples_per_second": 622.409,
50
+ "eval_steps_per_second": 39.385,
51
+ "step": 2138
52
+ }
53
+ ],
54
+ "logging_steps": 500,
55
+ "max_steps": 5345,
56
+ "num_train_epochs": 5,
57
+ "save_steps": 500,
58
+ "total_flos": 189719963590356.0,
59
+ "trial_name": null,
60
+ "trial_params": {
61
+ "learning_rate": 4.9129041755330344e-05,
62
+ "num_train_epochs": 5,
63
+ "per_device_train_batch_size": 8,
64
+ "seed": 38
65
+ }
66
+ }
run-9/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d92480d808ffe52df127d4454620c53b0242efef3696b58490fc75fd6a6f454
3
+ size 4664
run-9/checkpoint-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-9/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.35.2",
24
+ "vocab_size": 30522
25
+ }
run-9/checkpoint-3207/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7078b3b1db14fae62d286394e370271149c52e7669446c720e9b52ba6270084c
3
+ size 267832560
run-9/checkpoint-3207/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd8e7d10fcd1cb9d31a4182893ee51b4ec7c469ddae91cdc4abc159c90426416
3
+ size 535727290
run-9/checkpoint-3207/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fc50943c185b69deb40d8bc7130e1a94082a0711bb7d56b99c6de016c2c2385
3
+ size 14244
run-9/checkpoint-3207/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20d53880fd19012bf144c7108a8842b7d62a41bc3efc54db82859f2e772849e2
3
+ size 1064
run-9/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-9/checkpoint-3207/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9/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-9/checkpoint-3207/trainer_state.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.44799494293545944,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-9/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": 4.453324739094023e-05,
14
+ "loss": 0.5772,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 3.993745302655011e-05,
20
+ "loss": 0.5332,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.5163644552230835,
26
+ "eval_matthews_correlation": 0.4043410378269883,
27
+ "eval_runtime": 0.8124,
28
+ "eval_samples_per_second": 1283.809,
29
+ "eval_steps_per_second": 81.238,
30
+ "step": 1069
31
+ },
32
+ {
33
+ "epoch": 1.4,
34
+ "learning_rate": 3.5341658662159996e-05,
35
+ "loss": 0.4009,
36
+ "step": 1500
37
+ },
38
+ {
39
+ "epoch": 1.87,
40
+ "learning_rate": 3.0745864297769874e-05,
41
+ "loss": 0.3795,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 2.0,
46
+ "eval_loss": 0.5874858498573303,
47
+ "eval_matthews_correlation": 0.4092437141936731,
48
+ "eval_runtime": 1.6757,
49
+ "eval_samples_per_second": 622.409,
50
+ "eval_steps_per_second": 39.385,
51
+ "step": 2138
52
+ },
53
+ {
54
+ "epoch": 2.34,
55
+ "learning_rate": 2.6150069933379758e-05,
56
+ "loss": 0.2679,
57
+ "step": 2500
58
+ },
59
+ {
60
+ "epoch": 2.81,
61
+ "learning_rate": 2.1554275568989645e-05,
62
+ "loss": 0.2669,
63
+ "step": 3000
64
+ },
65
+ {
66
+ "epoch": 3.0,
67
+ "eval_loss": 0.8904589414596558,
68
+ "eval_matthews_correlation": 0.44799494293545944,
69
+ "eval_runtime": 0.7124,
70
+ "eval_samples_per_second": 1464.018,
71
+ "eval_steps_per_second": 92.642,
72
+ "step": 3207
73
+ }
74
+ ],
75
+ "logging_steps": 500,
76
+ "max_steps": 5345,
77
+ "num_train_epochs": 5,
78
+ "save_steps": 500,
79
+ "total_flos": 227521036404096.0,
80
+ "trial_name": null,
81
+ "trial_params": {
82
+ "learning_rate": 4.9129041755330344e-05,
83
+ "num_train_epochs": 5,
84
+ "per_device_train_batch_size": 8,
85
+ "seed": 38
86
+ }
87
+ }
run-9/checkpoint-3207/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d92480d808ffe52df127d4454620c53b0242efef3696b58490fc75fd6a6f454
3
+ size 4664
run-9/checkpoint-3207/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Nov17_02-59-16_faa202bf7ecf/events.out.tfevents.1700192285.faa202bf7ecf.336.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beb5fab23e9ac9c47bf4721d198e06c79c907f580779463d0a8f30d76f71da01
3
+ size 6833
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e036b0341157ca336e2f60d3c309f003686ef3e66d2f7e07090d6eda358d6255
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d92480d808ffe52df127d4454620c53b0242efef3696b58490fc75fd6a6f454
3
  size 4664