hfdsajkfd commited on
Commit
4fc3f11
1 Parent(s): 8ee2f38

Training in progress, epoch 1

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. model.safetensors +1 -1
  2. run-2/checkpoint-1070/config.json +25 -0
  3. run-2/checkpoint-1070/model.safetensors +3 -0
  4. run-2/checkpoint-1070/optimizer.pt +3 -0
  5. run-2/checkpoint-1070/rng_state.pth +3 -0
  6. run-2/checkpoint-1070/scheduler.pt +3 -0
  7. run-2/checkpoint-1070/special_tokens_map.json +7 -0
  8. run-2/checkpoint-1070/tokenizer.json +0 -0
  9. run-2/checkpoint-1070/tokenizer_config.json +55 -0
  10. run-2/checkpoint-1070/trainer_state.json +58 -0
  11. run-2/checkpoint-1070/training_args.bin +3 -0
  12. run-2/checkpoint-1070/vocab.txt +0 -0
  13. run-2/checkpoint-1605/config.json +25 -0
  14. run-2/checkpoint-1605/model.safetensors +3 -0
  15. run-2/checkpoint-1605/optimizer.pt +3 -0
  16. run-2/checkpoint-1605/rng_state.pth +3 -0
  17. run-2/checkpoint-1605/scheduler.pt +3 -0
  18. run-2/checkpoint-1605/special_tokens_map.json +7 -0
  19. run-2/checkpoint-1605/tokenizer.json +0 -0
  20. run-2/checkpoint-1605/tokenizer_config.json +55 -0
  21. run-2/checkpoint-1605/trainer_state.json +74 -0
  22. run-2/checkpoint-1605/training_args.bin +3 -0
  23. run-2/checkpoint-1605/vocab.txt +0 -0
  24. run-2/checkpoint-2140/config.json +25 -0
  25. run-2/checkpoint-2140/model.safetensors +3 -0
  26. run-2/checkpoint-2140/optimizer.pt +3 -0
  27. run-2/checkpoint-2140/rng_state.pth +3 -0
  28. run-2/checkpoint-2140/scheduler.pt +3 -0
  29. run-2/checkpoint-2140/special_tokens_map.json +7 -0
  30. run-2/checkpoint-2140/tokenizer.json +0 -0
  31. run-2/checkpoint-2140/tokenizer_config.json +55 -0
  32. run-2/checkpoint-2140/trainer_state.json +90 -0
  33. run-2/checkpoint-2140/training_args.bin +3 -0
  34. run-2/checkpoint-2140/vocab.txt +0 -0
  35. run-2/checkpoint-2675/config.json +25 -0
  36. run-2/checkpoint-2675/model.safetensors +3 -0
  37. run-2/checkpoint-2675/optimizer.pt +3 -0
  38. run-2/checkpoint-2675/rng_state.pth +3 -0
  39. run-2/checkpoint-2675/scheduler.pt +3 -0
  40. run-2/checkpoint-2675/special_tokens_map.json +7 -0
  41. run-2/checkpoint-2675/tokenizer.json +0 -0
  42. run-2/checkpoint-2675/tokenizer_config.json +55 -0
  43. run-2/checkpoint-2675/trainer_state.json +106 -0
  44. run-2/checkpoint-2675/training_args.bin +3 -0
  45. run-2/checkpoint-2675/vocab.txt +0 -0
  46. run-3/checkpoint-134/config.json +25 -0
  47. run-3/checkpoint-134/model.safetensors +3 -0
  48. run-3/checkpoint-134/optimizer.pt +3 -0
  49. run-3/checkpoint-134/rng_state.pth +3 -0
  50. run-3/checkpoint-134/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c44f40241882d43d1192bd8ecbe6a18fcffc320508cf66af7ba9fc0765b7ddf
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0b46a03117a30b4cb6728141993318afbd64fbddb7bf76632095e5a0f82136d
3
  size 267832560
run-2/checkpoint-1070/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.40.2",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-1070/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c07206b09044882ac35d599ec205545326d6153e8a138b0e88c21aaebd13c5
3
+ size 267832560
run-2/checkpoint-1070/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0fbc04f6856c3a776b2e8e5b859d38bdff1c6a7478b50f7b07cc7341bb0d134
3
+ size 535727290
run-2/checkpoint-1070/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc326810e752fcc7182919d846ff872ae3415e13b24c953d1076202546217d82
3
+ size 14244
run-2/checkpoint-1070/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1ee5da7baca42314125aad673b347cde93af0f44ff3bae899ad57b3985627c
3
+ size 1064
run-2/checkpoint-1070/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-1070/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-1070/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-1070/trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.415128776020243,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-1070",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1070,
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.9345794392523364,
13
+ "grad_norm": 5.135624885559082,
14
+ "learning_rate": 3.571015099578109e-06,
15
+ "loss": 0.5612,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.5108451843261719,
21
+ "eval_matthews_correlation": 0.4068953869702192,
22
+ "eval_runtime": 0.3429,
23
+ "eval_samples_per_second": 3041.66,
24
+ "eval_steps_per_second": 192.473,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 11.39373779296875,
30
+ "learning_rate": 2.750092088180842e-06,
31
+ "loss": 0.4687,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5220178365707397,
37
+ "eval_matthews_correlation": 0.415128776020243,
38
+ "eval_runtime": 0.3609,
39
+ "eval_samples_per_second": 2889.801,
40
+ "eval_steps_per_second": 182.864,
41
+ "step": 1070
42
+ }
43
+ ],
44
+ "logging_steps": 500,
45
+ "max_steps": 2675,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 5,
48
+ "save_steps": 500,
49
+ "total_flos": 85863970691724.0,
50
+ "train_batch_size": 16,
51
+ "trial_name": null,
52
+ "trial_params": {
53
+ "learning_rate": 4.391938110975375e-06,
54
+ "num_train_epochs": 5,
55
+ "per_device_train_batch_size": 16,
56
+ "seed": 23
57
+ }
58
+ }
run-2/checkpoint-1070/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c0c99d5135598e41d9cfcd5d809cb4ad2ec062b4f8de30cf2751cb06fa39f8
3
+ size 5048
run-2/checkpoint-1070/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-1605/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.40.2",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-1605/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f304b87ede28d9f3a0aee8219195c3fedb9ca2c30e84fe46cb5300447053f7f
3
+ size 267832560
run-2/checkpoint-1605/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ca4f7b1cade4afddbb09fae636234ec0b09c1c5203e4cc41b8875b69bf672b7
3
+ size 535727290
run-2/checkpoint-1605/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f0e39da31ecf8134a66b4a09eb1f46fa8b3760f432b43e79545b69a23a9d700
3
+ size 14244
run-2/checkpoint-1605/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd67a39da768e3b3d557f0a8c9dbf4246a73e43b0b43526c40d0066c28a4f3f
3
+ size 1064
run-2/checkpoint-1605/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-1605/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-1605/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-1605/trainer_state.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.45042204436320565,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-1605",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1605,
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.9345794392523364,
13
+ "grad_norm": 5.135624885559082,
14
+ "learning_rate": 3.571015099578109e-06,
15
+ "loss": 0.5612,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.5108451843261719,
21
+ "eval_matthews_correlation": 0.4068953869702192,
22
+ "eval_runtime": 0.3429,
23
+ "eval_samples_per_second": 3041.66,
24
+ "eval_steps_per_second": 192.473,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 11.39373779296875,
30
+ "learning_rate": 2.750092088180842e-06,
31
+ "loss": 0.4687,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5220178365707397,
37
+ "eval_matthews_correlation": 0.415128776020243,
38
+ "eval_runtime": 0.3609,
39
+ "eval_samples_per_second": 2889.801,
40
+ "eval_steps_per_second": 182.864,
41
+ "step": 1070
42
+ },
43
+ {
44
+ "epoch": 2.803738317757009,
45
+ "grad_norm": 14.82923412322998,
46
+ "learning_rate": 1.929169076783576e-06,
47
+ "loss": 0.4153,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_loss": 0.5056647658348083,
53
+ "eval_matthews_correlation": 0.45042204436320565,
54
+ "eval_runtime": 0.396,
55
+ "eval_samples_per_second": 2633.94,
56
+ "eval_steps_per_second": 166.673,
57
+ "step": 1605
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 2675,
62
+ "num_input_tokens_seen": 0,
63
+ "num_train_epochs": 5,
64
+ "save_steps": 500,
65
+ "total_flos": 128780303151612.0,
66
+ "train_batch_size": 16,
67
+ "trial_name": null,
68
+ "trial_params": {
69
+ "learning_rate": 4.391938110975375e-06,
70
+ "num_train_epochs": 5,
71
+ "per_device_train_batch_size": 16,
72
+ "seed": 23
73
+ }
74
+ }
run-2/checkpoint-1605/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c0c99d5135598e41d9cfcd5d809cb4ad2ec062b4f8de30cf2751cb06fa39f8
3
+ size 5048
run-2/checkpoint-1605/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-2140/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.40.2",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-2140/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3d2a74fa5b51fcc187a81536b27d18625f65233c47eea13c2f2a89e7f7b3205
3
+ size 267832560
run-2/checkpoint-2140/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7c305061c8f6afd15a4c67851af28e75f3ee2ff24ff9643d852e49bdfbabc11
3
+ size 535727290
run-2/checkpoint-2140/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ebcf8c05df1438c7acf46f93b2c0db5a77f0c030da859acfe9915e55756d39
3
+ size 14244
run-2/checkpoint-2140/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a179f515f177b718ff19b8bfd53e6186ea8670fa69ee72ddcfb16e5f80cb851e
3
+ size 1064
run-2/checkpoint-2140/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-2140/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-2140/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-2140/trainer_state.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.45042204436320565,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-1605",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2140,
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.9345794392523364,
13
+ "grad_norm": 5.135624885559082,
14
+ "learning_rate": 3.571015099578109e-06,
15
+ "loss": 0.5612,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.5108451843261719,
21
+ "eval_matthews_correlation": 0.4068953869702192,
22
+ "eval_runtime": 0.3429,
23
+ "eval_samples_per_second": 3041.66,
24
+ "eval_steps_per_second": 192.473,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 11.39373779296875,
30
+ "learning_rate": 2.750092088180842e-06,
31
+ "loss": 0.4687,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5220178365707397,
37
+ "eval_matthews_correlation": 0.415128776020243,
38
+ "eval_runtime": 0.3609,
39
+ "eval_samples_per_second": 2889.801,
40
+ "eval_steps_per_second": 182.864,
41
+ "step": 1070
42
+ },
43
+ {
44
+ "epoch": 2.803738317757009,
45
+ "grad_norm": 14.82923412322998,
46
+ "learning_rate": 1.929169076783576e-06,
47
+ "loss": 0.4153,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_loss": 0.5056647658348083,
53
+ "eval_matthews_correlation": 0.45042204436320565,
54
+ "eval_runtime": 0.396,
55
+ "eval_samples_per_second": 2633.94,
56
+ "eval_steps_per_second": 166.673,
57
+ "step": 1605
58
+ },
59
+ {
60
+ "epoch": 3.7383177570093458,
61
+ "grad_norm": 9.636689186096191,
62
+ "learning_rate": 1.1082460653863094e-06,
63
+ "loss": 0.3805,
64
+ "step": 2000
65
+ },
66
+ {
67
+ "epoch": 4.0,
68
+ "eval_loss": 0.5095609426498413,
69
+ "eval_matthews_correlation": 0.4504043574931814,
70
+ "eval_runtime": 0.3683,
71
+ "eval_samples_per_second": 2832.059,
72
+ "eval_steps_per_second": 179.21,
73
+ "step": 2140
74
+ }
75
+ ],
76
+ "logging_steps": 500,
77
+ "max_steps": 2675,
78
+ "num_input_tokens_seen": 0,
79
+ "num_train_epochs": 5,
80
+ "save_steps": 500,
81
+ "total_flos": 171771924699408.0,
82
+ "train_batch_size": 16,
83
+ "trial_name": null,
84
+ "trial_params": {
85
+ "learning_rate": 4.391938110975375e-06,
86
+ "num_train_epochs": 5,
87
+ "per_device_train_batch_size": 16,
88
+ "seed": 23
89
+ }
90
+ }
run-2/checkpoint-2140/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c0c99d5135598e41d9cfcd5d809cb4ad2ec062b4f8de30cf2751cb06fa39f8
3
+ size 5048
run-2/checkpoint-2140/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-2675/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.40.2",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-2675/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c55ab4cfed3acde1a877d524459181d66ce08c6f4a86d290ce08027d85140948
3
+ size 267832560
run-2/checkpoint-2675/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22996676b8c6bdfd68be316ca94489930472b69d7ae467b00be48b605c120754
3
+ size 535727290
run-2/checkpoint-2675/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4097c9f86c53f5a6be89f29d5f96a0305bfff2e0d6155daf48e2d74bba9654b
3
+ size 14244
run-2/checkpoint-2675/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4493e274e582287fad66a925802d7a03178d973697592554799a612d10a72fc
3
+ size 1064
run-2/checkpoint-2675/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-2675/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-2675/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-2675/trainer_state.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.45749443397572137,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-2675",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2675,
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.9345794392523364,
13
+ "grad_norm": 5.135624885559082,
14
+ "learning_rate": 3.571015099578109e-06,
15
+ "loss": 0.5612,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.5108451843261719,
21
+ "eval_matthews_correlation": 0.4068953869702192,
22
+ "eval_runtime": 0.3429,
23
+ "eval_samples_per_second": 3041.66,
24
+ "eval_steps_per_second": 192.473,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 11.39373779296875,
30
+ "learning_rate": 2.750092088180842e-06,
31
+ "loss": 0.4687,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5220178365707397,
37
+ "eval_matthews_correlation": 0.415128776020243,
38
+ "eval_runtime": 0.3609,
39
+ "eval_samples_per_second": 2889.801,
40
+ "eval_steps_per_second": 182.864,
41
+ "step": 1070
42
+ },
43
+ {
44
+ "epoch": 2.803738317757009,
45
+ "grad_norm": 14.82923412322998,
46
+ "learning_rate": 1.929169076783576e-06,
47
+ "loss": 0.4153,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_loss": 0.5056647658348083,
53
+ "eval_matthews_correlation": 0.45042204436320565,
54
+ "eval_runtime": 0.396,
55
+ "eval_samples_per_second": 2633.94,
56
+ "eval_steps_per_second": 166.673,
57
+ "step": 1605
58
+ },
59
+ {
60
+ "epoch": 3.7383177570093458,
61
+ "grad_norm": 9.636689186096191,
62
+ "learning_rate": 1.1082460653863094e-06,
63
+ "loss": 0.3805,
64
+ "step": 2000
65
+ },
66
+ {
67
+ "epoch": 4.0,
68
+ "eval_loss": 0.5095609426498413,
69
+ "eval_matthews_correlation": 0.4504043574931814,
70
+ "eval_runtime": 0.3683,
71
+ "eval_samples_per_second": 2832.059,
72
+ "eval_steps_per_second": 179.21,
73
+ "step": 2140
74
+ },
75
+ {
76
+ "epoch": 4.672897196261682,
77
+ "grad_norm": 6.002148628234863,
78
+ "learning_rate": 2.8732305398904323e-07,
79
+ "loss": 0.358,
80
+ "step": 2500
81
+ },
82
+ {
83
+ "epoch": 5.0,
84
+ "eval_loss": 0.525900661945343,
85
+ "eval_matthews_correlation": 0.45749443397572137,
86
+ "eval_runtime": 0.3551,
87
+ "eval_samples_per_second": 2936.996,
88
+ "eval_steps_per_second": 185.85,
89
+ "step": 2675
90
+ }
91
+ ],
92
+ "logging_steps": 500,
93
+ "max_steps": 2675,
94
+ "num_input_tokens_seen": 0,
95
+ "num_train_epochs": 5,
96
+ "save_steps": 500,
97
+ "total_flos": 214443502942248.0,
98
+ "train_batch_size": 16,
99
+ "trial_name": null,
100
+ "trial_params": {
101
+ "learning_rate": 4.391938110975375e-06,
102
+ "num_train_epochs": 5,
103
+ "per_device_train_batch_size": 16,
104
+ "seed": 23
105
+ }
106
+ }
run-2/checkpoint-2675/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c0c99d5135598e41d9cfcd5d809cb4ad2ec062b4f8de30cf2751cb06fa39f8
3
+ size 5048
run-2/checkpoint-2675/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-134/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.40.2",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-134/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0b46a03117a30b4cb6728141993318afbd64fbddb7bf76632095e5a0f82136d
3
+ size 267832560
run-3/checkpoint-134/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c1ddc0c3dcf1312fea205a65556108dffda368f41694298e91c761b99adcde
3
+ size 535727290
run-3/checkpoint-134/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44f9684e45a24545175da7aaef6a3aa8a5e3e151bf2483fd7b2240c9e868bc16
3
+ size 14244
run-3/checkpoint-134/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6793a24cdf1e1fa6569ad08ed5dbbc059c955a6d86bba8a29875727973f5ae4f
3
+ size 1064