rozasajneen commited on
Commit
6ca324c
1 Parent(s): 130323e

Training in progress, epoch 3

Browse files
Files changed (36) hide show
  1. model.safetensors +1 -1
  2. run-0/checkpoint-2138/config.json +25 -0
  3. run-0/checkpoint-2138/model.safetensors +3 -0
  4. run-0/checkpoint-2138/optimizer.pt +3 -0
  5. run-0/checkpoint-2138/rng_state.pth +3 -0
  6. run-0/checkpoint-2138/scheduler.pt +3 -0
  7. run-0/checkpoint-2138/special_tokens_map.json +7 -0
  8. run-0/checkpoint-2138/tokenizer.json +0 -0
  9. run-0/checkpoint-2138/tokenizer_config.json +55 -0
  10. run-0/checkpoint-2138/trainer_state.json +63 -0
  11. run-0/checkpoint-2138/training_args.bin +3 -0
  12. run-0/checkpoint-2138/vocab.txt +0 -0
  13. run-0/checkpoint-4276/config.json +25 -0
  14. run-0/checkpoint-4276/model.safetensors +3 -0
  15. run-0/checkpoint-4276/optimizer.pt +3 -0
  16. run-0/checkpoint-4276/rng_state.pth +3 -0
  17. run-0/checkpoint-4276/scheduler.pt +3 -0
  18. run-0/checkpoint-4276/special_tokens_map.json +7 -0
  19. run-0/checkpoint-4276/tokenizer.json +0 -0
  20. run-0/checkpoint-4276/tokenizer_config.json +55 -0
  21. run-0/checkpoint-4276/trainer_state.json +100 -0
  22. run-0/checkpoint-4276/training_args.bin +3 -0
  23. run-0/checkpoint-4276/vocab.txt +0 -0
  24. run-0/checkpoint-6414/config.json +25 -0
  25. run-0/checkpoint-6414/model.safetensors +3 -0
  26. run-0/checkpoint-6414/optimizer.pt +3 -0
  27. run-0/checkpoint-6414/rng_state.pth +3 -0
  28. run-0/checkpoint-6414/scheduler.pt +3 -0
  29. run-0/checkpoint-6414/special_tokens_map.json +7 -0
  30. run-0/checkpoint-6414/tokenizer.json +0 -0
  31. run-0/checkpoint-6414/tokenizer_config.json +55 -0
  32. run-0/checkpoint-6414/trainer_state.json +137 -0
  33. run-0/checkpoint-6414/training_args.bin +3 -0
  34. run-0/checkpoint-6414/vocab.txt +0 -0
  35. runs/Feb25_19-05-35_a56a1d5f314a/events.out.tfevents.1708888516.a56a1d5f314a.1698.2 +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:c9b9c8894a3469b664a47846d0d70f719b96d021a40ff13f3bbf15673d92db82
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15609c8679ccf25b5c03992c8824881d4931e827f19e8d21deb9c5b48a6183f1
3
  size 267832560
run-0/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.1",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef9c6ba68937c85e0da4b5422affce4df94cdc9feaccd1468cb1097044f2e8fe
3
+ size 267832560
run-0/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cc744a1aacfde8d4a435d15fe751ab0646eac6317dd997cd2908c207a8b2613
3
+ size 535727290
run-0/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c08ffc4bc74de2a976ef45ef8ed28b3438038181283effcb14cc51da3bdaa32
3
+ size 14308
run-0/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1bfe5bd8e3163a0f6eef672ade767d6e5d171279133d99a55c7159a4138f667
3
+ size 1064
run-0/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-0/checkpoint-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/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-0/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.472806497515492,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/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.7270963191986084,
14
+ "learning_rate": 1.0277702544991746e-05,
15
+ "loss": 0.5849,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.47,
20
+ "grad_norm": 16.02177619934082,
21
+ "learning_rate": 9.408772671387439e-06,
22
+ "loss": 0.5575,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7,
27
+ "grad_norm": 15.67810344696045,
28
+ "learning_rate": 8.539842797783132e-06,
29
+ "loss": 0.5369,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.94,
34
+ "grad_norm": 19.78717041015625,
35
+ "learning_rate": 7.670912924178823e-06,
36
+ "loss": 0.5402,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5537068843841553,
42
+ "eval_matthews_correlation": 0.472806497515492,
43
+ "eval_runtime": 0.7082,
44
+ "eval_samples_per_second": 1472.658,
45
+ "eval_steps_per_second": 93.188,
46
+ "step": 2138
47
+ }
48
+ ],
49
+ "logging_steps": 500,
50
+ "max_steps": 6414,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 3,
53
+ "save_steps": 500,
54
+ "total_flos": 32638725146976.0,
55
+ "train_batch_size": 4,
56
+ "trial_name": null,
57
+ "trial_params": {
58
+ "learning_rate": 1.1146632418596053e-05,
59
+ "num_train_epochs": 3,
60
+ "per_device_train_batch_size": 4,
61
+ "seed": 14
62
+ }
63
+ }
run-0/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd26d53ea6a56bf97ca32b87d1591bb17f3cfbb5b6e17b15ddad3a69357752cf
3
+ size 4984
run-0/checkpoint-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-4276/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.1",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-4276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5f99152a17e8907c7aa1040f92c65ae7965b7abc6177896c9a85c95b0737fc9
3
+ size 267832560
run-0/checkpoint-4276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ce8296034e4662882339c35d97c389d03358189df0d673e66d4395ce36ccf7d
3
+ size 535727290
run-0/checkpoint-4276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e3d35fc1a32d61ab5374f5710b03082046bff05cd67346d60c9d01369555e5f
3
+ size 14308
run-0/checkpoint-4276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abe128d965d16e52faa7abd30706db04f400795189536c5a783279bfffe10f4d
3
+ size 1064
run-0/checkpoint-4276/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-4276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-4276/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-4276/trainer_state.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4863630663948402,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-4276",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4276,
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.7270963191986084,
14
+ "learning_rate": 1.0277702544991746e-05,
15
+ "loss": 0.5849,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.47,
20
+ "grad_norm": 16.02177619934082,
21
+ "learning_rate": 9.408772671387439e-06,
22
+ "loss": 0.5575,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7,
27
+ "grad_norm": 15.67810344696045,
28
+ "learning_rate": 8.539842797783132e-06,
29
+ "loss": 0.5369,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.94,
34
+ "grad_norm": 19.78717041015625,
35
+ "learning_rate": 7.670912924178823e-06,
36
+ "loss": 0.5402,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5537068843841553,
42
+ "eval_matthews_correlation": 0.472806497515492,
43
+ "eval_runtime": 0.7082,
44
+ "eval_samples_per_second": 1472.658,
45
+ "eval_steps_per_second": 93.188,
46
+ "step": 2138
47
+ },
48
+ {
49
+ "epoch": 1.17,
50
+ "grad_norm": 10.657214164733887,
51
+ "learning_rate": 6.801983050574517e-06,
52
+ "loss": 0.4772,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.4,
57
+ "grad_norm": 9.260273933410645,
58
+ "learning_rate": 5.933053176970209e-06,
59
+ "loss": 0.4307,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 1.64,
64
+ "grad_norm": 0.3461722433567047,
65
+ "learning_rate": 5.064123303365902e-06,
66
+ "loss": 0.4898,
67
+ "step": 3500
68
+ },
69
+ {
70
+ "epoch": 1.87,
71
+ "grad_norm": 9.188729286193848,
72
+ "learning_rate": 4.195193429761595e-06,
73
+ "loss": 0.4323,
74
+ "step": 4000
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_loss": 0.8039517402648926,
79
+ "eval_matthews_correlation": 0.4863630663948402,
80
+ "eval_runtime": 0.7133,
81
+ "eval_samples_per_second": 1462.131,
82
+ "eval_steps_per_second": 92.522,
83
+ "step": 4276
84
+ }
85
+ ],
86
+ "logging_steps": 500,
87
+ "max_steps": 6414,
88
+ "num_input_tokens_seen": 0,
89
+ "num_train_epochs": 3,
90
+ "save_steps": 500,
91
+ "total_flos": 65242522366572.0,
92
+ "train_batch_size": 4,
93
+ "trial_name": null,
94
+ "trial_params": {
95
+ "learning_rate": 1.1146632418596053e-05,
96
+ "num_train_epochs": 3,
97
+ "per_device_train_batch_size": 4,
98
+ "seed": 14
99
+ }
100
+ }
run-0/checkpoint-4276/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd26d53ea6a56bf97ca32b87d1591bb17f3cfbb5b6e17b15ddad3a69357752cf
3
+ size 4984
run-0/checkpoint-4276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-6414/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.1",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-6414/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15609c8679ccf25b5c03992c8824881d4931e827f19e8d21deb9c5b48a6183f1
3
+ size 267832560
run-0/checkpoint-6414/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0e4521057da3a37d5f218c9e659696b6d108a75db34b60e58bddf47cee2b6ce
3
+ size 535727290
run-0/checkpoint-6414/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5effe086e3a1152c63f112399a47232954fc9841a28f5e07de5364fb2cd5a1b
3
+ size 14308
run-0/checkpoint-6414/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d09d36c6826cfc8619d9ab4049cb53f21d507b006b3307d423ec47ddd4499c0
3
+ size 1064
run-0/checkpoint-6414/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-6414/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-6414/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-6414/trainer_state.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4863630663948402,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-4276",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 6414,
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.7270963191986084,
14
+ "learning_rate": 1.0277702544991746e-05,
15
+ "loss": 0.5849,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.47,
20
+ "grad_norm": 16.02177619934082,
21
+ "learning_rate": 9.408772671387439e-06,
22
+ "loss": 0.5575,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7,
27
+ "grad_norm": 15.67810344696045,
28
+ "learning_rate": 8.539842797783132e-06,
29
+ "loss": 0.5369,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.94,
34
+ "grad_norm": 19.78717041015625,
35
+ "learning_rate": 7.670912924178823e-06,
36
+ "loss": 0.5402,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5537068843841553,
42
+ "eval_matthews_correlation": 0.472806497515492,
43
+ "eval_runtime": 0.7082,
44
+ "eval_samples_per_second": 1472.658,
45
+ "eval_steps_per_second": 93.188,
46
+ "step": 2138
47
+ },
48
+ {
49
+ "epoch": 1.17,
50
+ "grad_norm": 10.657214164733887,
51
+ "learning_rate": 6.801983050574517e-06,
52
+ "loss": 0.4772,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.4,
57
+ "grad_norm": 9.260273933410645,
58
+ "learning_rate": 5.933053176970209e-06,
59
+ "loss": 0.4307,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 1.64,
64
+ "grad_norm": 0.3461722433567047,
65
+ "learning_rate": 5.064123303365902e-06,
66
+ "loss": 0.4898,
67
+ "step": 3500
68
+ },
69
+ {
70
+ "epoch": 1.87,
71
+ "grad_norm": 9.188729286193848,
72
+ "learning_rate": 4.195193429761595e-06,
73
+ "loss": 0.4323,
74
+ "step": 4000
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_loss": 0.8039517402648926,
79
+ "eval_matthews_correlation": 0.4863630663948402,
80
+ "eval_runtime": 0.7133,
81
+ "eval_samples_per_second": 1462.131,
82
+ "eval_steps_per_second": 92.522,
83
+ "step": 4276
84
+ },
85
+ {
86
+ "epoch": 2.1,
87
+ "grad_norm": 0.2265389859676361,
88
+ "learning_rate": 3.326263556157288e-06,
89
+ "loss": 0.4019,
90
+ "step": 4500
91
+ },
92
+ {
93
+ "epoch": 2.34,
94
+ "grad_norm": 0.21080313622951508,
95
+ "learning_rate": 2.4573336825529805e-06,
96
+ "loss": 0.3251,
97
+ "step": 5000
98
+ },
99
+ {
100
+ "epoch": 2.57,
101
+ "grad_norm": 0.7802304029464722,
102
+ "learning_rate": 1.5884038089486737e-06,
103
+ "loss": 0.3373,
104
+ "step": 5500
105
+ },
106
+ {
107
+ "epoch": 2.81,
108
+ "grad_norm": 99.31454467773438,
109
+ "learning_rate": 7.194739353443664e-07,
110
+ "loss": 0.3688,
111
+ "step": 6000
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "eval_loss": 0.9660905599594116,
116
+ "eval_matthews_correlation": 0.48475890971255925,
117
+ "eval_runtime": 0.7748,
118
+ "eval_samples_per_second": 1346.116,
119
+ "eval_steps_per_second": 85.181,
120
+ "step": 6414
121
+ }
122
+ ],
123
+ "logging_steps": 500,
124
+ "max_steps": 6414,
125
+ "num_input_tokens_seen": 0,
126
+ "num_train_epochs": 3,
127
+ "save_steps": 500,
128
+ "total_flos": 97838816549916.0,
129
+ "train_batch_size": 4,
130
+ "trial_name": null,
131
+ "trial_params": {
132
+ "learning_rate": 1.1146632418596053e-05,
133
+ "num_train_epochs": 3,
134
+ "per_device_train_batch_size": 4,
135
+ "seed": 14
136
+ }
137
+ }
run-0/checkpoint-6414/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd26d53ea6a56bf97ca32b87d1591bb17f3cfbb5b6e17b15ddad3a69357752cf
3
+ size 4984
run-0/checkpoint-6414/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Feb25_19-05-35_a56a1d5f314a/events.out.tfevents.1708888516.a56a1d5f314a.1698.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ca9ce702a3fd5141e42a1776c77fe398175c9681c94bd0ee40933661ba8882e
3
+ size 8433
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f28ae92bdf34f74a5ba8528307f8f80db2614cc101b054bfeb8f03349fda441
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd26d53ea6a56bf97ca32b87d1591bb17f3cfbb5b6e17b15ddad3a69357752cf
3
  size 4984