wy3106714391 commited on
Commit
3925871
·
verified ·
1 Parent(s): ba271f2

Training in progress, epoch 5

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-6/checkpoint-1070/config.json +25 -0
  3. run-6/checkpoint-1070/model.safetensors +3 -0
  4. run-6/checkpoint-1070/optimizer.pt +3 -0
  5. run-6/checkpoint-1070/rng_state.pth +3 -0
  6. run-6/checkpoint-1070/scheduler.pt +3 -0
  7. run-6/checkpoint-1070/special_tokens_map.json +7 -0
  8. run-6/checkpoint-1070/tokenizer.json +0 -0
  9. run-6/checkpoint-1070/tokenizer_config.json +55 -0
  10. run-6/checkpoint-1070/trainer_state.json +70 -0
  11. run-6/checkpoint-1070/training_args.bin +3 -0
  12. run-6/checkpoint-1070/vocab.txt +0 -0
  13. run-7/checkpoint-1070/config.json +25 -0
  14. run-7/checkpoint-1070/model.safetensors +3 -0
  15. run-7/checkpoint-1070/optimizer.pt +3 -0
  16. run-7/checkpoint-1070/rng_state.pth +3 -0
  17. run-7/checkpoint-1070/scheduler.pt +3 -0
  18. run-7/checkpoint-1070/special_tokens_map.json +7 -0
  19. run-7/checkpoint-1070/tokenizer.json +0 -0
  20. run-7/checkpoint-1070/tokenizer_config.json +55 -0
  21. run-7/checkpoint-1070/trainer_state.json +70 -0
  22. run-7/checkpoint-1070/training_args.bin +3 -0
  23. run-7/checkpoint-1070/vocab.txt +0 -0
  24. run-7/checkpoint-1605/config.json +25 -0
  25. run-7/checkpoint-1605/model.safetensors +3 -0
  26. run-7/checkpoint-1605/optimizer.pt +3 -0
  27. run-7/checkpoint-1605/rng_state.pth +3 -0
  28. run-7/checkpoint-1605/scheduler.pt +3 -0
  29. run-7/checkpoint-1605/special_tokens_map.json +7 -0
  30. run-7/checkpoint-1605/tokenizer.json +0 -0
  31. run-7/checkpoint-1605/tokenizer_config.json +55 -0
  32. run-7/checkpoint-1605/trainer_state.json +86 -0
  33. run-7/checkpoint-1605/training_args.bin +3 -0
  34. run-7/checkpoint-1605/vocab.txt +0 -0
  35. run-7/checkpoint-2140/config.json +25 -0
  36. run-7/checkpoint-2140/model.safetensors +3 -0
  37. run-7/checkpoint-2140/optimizer.pt +3 -0
  38. run-7/checkpoint-2140/rng_state.pth +3 -0
  39. run-7/checkpoint-2140/scheduler.pt +3 -0
  40. run-7/checkpoint-2140/special_tokens_map.json +7 -0
  41. run-7/checkpoint-2140/tokenizer.json +0 -0
  42. run-7/checkpoint-2140/tokenizer_config.json +55 -0
  43. run-7/checkpoint-2140/trainer_state.json +102 -0
  44. run-7/checkpoint-2140/training_args.bin +3 -0
  45. run-7/checkpoint-2140/vocab.txt +0 -0
  46. run-7/checkpoint-2675/config.json +25 -0
  47. run-7/checkpoint-2675/model.safetensors +3 -0
  48. run-7/checkpoint-2675/optimizer.pt +3 -0
  49. run-7/checkpoint-2675/rng_state.pth +3 -0
  50. run-7/checkpoint-2675/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44f8bfe5bcf362861fb56c7bb964c016e49919e22fd066bb44a1cc8eba8abe99
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c43e1215f73fc568c514acceabd2a44f14d7a9c925ccf50e2729458b993e75
3
  size 267832560
run-6/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.41.2",
24
+ "vocab_size": 30522
25
+ }
run-6/checkpoint-1070/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3725e5b02608dc5530f85f3d8de9648f0322bc73be9aabbc14aa13e5de2d36a
3
+ size 267832560
run-6/checkpoint-1070/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4b6aa1d2f97da431f87095da5bb03b490888449af70e3d53c29e2cc2a3c45c
3
+ size 535727290
run-6/checkpoint-1070/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c91714c6b2f0f09885139e31866886a2f77c59c074835c8cbc6409ac6c8a5ac
3
+ size 14244
run-6/checkpoint-1070/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e24aa567e76f80e8af52de559a916d2fe815c7c6e5eb5bafb9dbeaa3250bd70a
3
+ size 1064
run-6/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-6/checkpoint-1070/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/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-6/checkpoint-1070/trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4637527852072172,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-6/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.238464832305908,
14
+ "learning_rate": 3.402333319834233e-05,
15
+ "loss": 0.5511,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.49575698375701904,
21
+ "eval_matthews_correlation": 0.39308651644145964,
22
+ "eval_runtime": 0.7715,
23
+ "eval_samples_per_second": 1351.958,
24
+ "eval_steps_per_second": 85.551,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 2.997009515762329,
30
+ "learning_rate": 4.178304076989409e-06,
31
+ "loss": 0.3322,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5316250920295715,
37
+ "eval_matthews_correlation": 0.4637527852072172,
38
+ "eval_runtime": 0.8931,
39
+ "eval_samples_per_second": 1167.804,
40
+ "eval_steps_per_second": 73.897,
41
+ "step": 1070
42
+ }
43
+ ],
44
+ "logging_steps": 500,
45
+ "max_steps": 1070,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 2,
48
+ "save_steps": 500,
49
+ "stateful_callbacks": {
50
+ "TrainerControl": {
51
+ "args": {
52
+ "should_epoch_stop": false,
53
+ "should_evaluate": false,
54
+ "should_log": false,
55
+ "should_save": true,
56
+ "should_training_stop": true
57
+ },
58
+ "attributes": {}
59
+ }
60
+ },
61
+ "total_flos": 85503307500852.0,
62
+ "train_batch_size": 16,
63
+ "trial_name": null,
64
+ "trial_params": {
65
+ "learning_rate": 6.386836231969526e-05,
66
+ "num_train_epochs": 2,
67
+ "per_device_train_batch_size": 16,
68
+ "seed": 36
69
+ }
70
+ }
run-6/checkpoint-1070/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:251611c4bfb6b20f8af90da9319a02e669878d68a9a3f9531f54a41f4e7e6a09
3
+ size 5176
run-6/checkpoint-1070/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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.41.2",
24
+ "vocab_size": 30522
25
+ }
run-7/checkpoint-1070/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c41e2e4bd60847bf9b9006f6c345dcab2d2b3785657717a61ae8a1bcd0bdad1b
3
+ size 267832560
run-7/checkpoint-1070/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:791a807b6c39cf75b38c75893a6f2364208800a973278829c193eac2461133c4
3
+ size 535727290
run-7/checkpoint-1070/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7a469ef23f380f6f6e5e8b45ad8cd59ac4c05b1dfa32ea32f62d1f50c455270
3
+ size 14244
run-7/checkpoint-1070/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901af64e161e9abaccdffb563e304a1ddf41c99ef0a043b282b2593ef15a3974
3
+ size 1064
run-7/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-7/checkpoint-1070/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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-7/checkpoint-1070/trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4994543232175365,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/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": 7.454558372497559,
14
+ "learning_rate": 4.179162949014749e-05,
15
+ "loss": 0.5295,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.4814288020133972,
21
+ "eval_matthews_correlation": 0.4180033304707719,
22
+ "eval_runtime": 0.7741,
23
+ "eval_samples_per_second": 1347.455,
24
+ "eval_steps_per_second": 85.266,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 5.427362442016602,
30
+ "learning_rate": 3.218435834298715e-05,
31
+ "loss": 0.3193,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5887653827667236,
37
+ "eval_matthews_correlation": 0.4994543232175365,
38
+ "eval_runtime": 0.8397,
39
+ "eval_samples_per_second": 1242.051,
40
+ "eval_steps_per_second": 78.596,
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
+ "stateful_callbacks": {
50
+ "TrainerControl": {
51
+ "args": {
52
+ "should_epoch_stop": false,
53
+ "should_evaluate": false,
54
+ "should_log": false,
55
+ "should_save": true,
56
+ "should_training_stop": false
57
+ },
58
+ "attributes": {}
59
+ }
60
+ },
61
+ "total_flos": 85847929717668.0,
62
+ "train_batch_size": 16,
63
+ "trial_name": null,
64
+ "trial_params": {
65
+ "learning_rate": 5.1398900637307834e-05,
66
+ "num_train_epochs": 5,
67
+ "per_device_train_batch_size": 16,
68
+ "seed": 2
69
+ }
70
+ }
run-7/checkpoint-1070/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b9c11c5c4c8fd505118306685caa5ac2c15c0e0e7eba1c3401d416b60ed5b92
3
+ size 5176
run-7/checkpoint-1070/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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.41.2",
24
+ "vocab_size": 30522
25
+ }
run-7/checkpoint-1605/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:323aeabbd2a109a32adf0c1bc97292baffb475bd2c1d384b5548984b1496135d
3
+ size 267832560
run-7/checkpoint-1605/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da83b94354743e2e9ec7c7a3a2473a43013c75df78b8e7d4da0c72f14ceb3bf9
3
+ size 535727290
run-7/checkpoint-1605/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:683361f3d50302cd9f205ea62dde6f48e8d09e4abc6c35277c9c279dba7becd9
3
+ size 14244
run-7/checkpoint-1605/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c32f1f5acbf3868981e1087d29227aff84ecad1fbdb0988423d4ca1db457718
3
+ size 1064
run-7/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-7/checkpoint-1605/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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-7/checkpoint-1605/trainer_state.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5168734231170928,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/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": 7.454558372497559,
14
+ "learning_rate": 4.179162949014749e-05,
15
+ "loss": 0.5295,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.4814288020133972,
21
+ "eval_matthews_correlation": 0.4180033304707719,
22
+ "eval_runtime": 0.7741,
23
+ "eval_samples_per_second": 1347.455,
24
+ "eval_steps_per_second": 85.266,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 5.427362442016602,
30
+ "learning_rate": 3.218435834298715e-05,
31
+ "loss": 0.3193,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5887653827667236,
37
+ "eval_matthews_correlation": 0.4994543232175365,
38
+ "eval_runtime": 0.8397,
39
+ "eval_samples_per_second": 1242.051,
40
+ "eval_steps_per_second": 78.596,
41
+ "step": 1070
42
+ },
43
+ {
44
+ "epoch": 2.803738317757009,
45
+ "grad_norm": 15.598775863647461,
46
+ "learning_rate": 2.2577087195826806e-05,
47
+ "loss": 0.2049,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_loss": 0.6870770454406738,
53
+ "eval_matthews_correlation": 0.5168734231170928,
54
+ "eval_runtime": 0.8182,
55
+ "eval_samples_per_second": 1274.691,
56
+ "eval_steps_per_second": 80.661,
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
+ "stateful_callbacks": {
66
+ "TrainerControl": {
67
+ "args": {
68
+ "should_epoch_stop": false,
69
+ "should_evaluate": false,
70
+ "should_log": false,
71
+ "should_save": true,
72
+ "should_training_stop": false
73
+ },
74
+ "attributes": {}
75
+ }
76
+ },
77
+ "total_flos": 128329086074940.0,
78
+ "train_batch_size": 16,
79
+ "trial_name": null,
80
+ "trial_params": {
81
+ "learning_rate": 5.1398900637307834e-05,
82
+ "num_train_epochs": 5,
83
+ "per_device_train_batch_size": 16,
84
+ "seed": 2
85
+ }
86
+ }
run-7/checkpoint-1605/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b9c11c5c4c8fd505118306685caa5ac2c15c0e0e7eba1c3401d416b60ed5b92
3
+ size 5176
run-7/checkpoint-1605/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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.41.2",
24
+ "vocab_size": 30522
25
+ }
run-7/checkpoint-2140/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7afeb34689fd0c2147c3cb6788ad5c94e79c02ce231bda8a5ca562ff0765dbe5
3
+ size 267832560
run-7/checkpoint-2140/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02652c727536486beab3ffdf5c60392e045086f9a1e4a0e5bbb3cb3d44356207
3
+ size 535727290
run-7/checkpoint-2140/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e9841d77a931e8a16f89bbb51637dfb9e99e88554821ef0287ef2761b110a11
3
+ size 14244
run-7/checkpoint-2140/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c312d60b1f607f14da8deb1ca92af077e440f11561468451d7ce5a5483c06913
3
+ size 1064
run-7/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-7/checkpoint-2140/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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-7/checkpoint-2140/trainer_state.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.532072854687201,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-7/checkpoint-2140",
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": 7.454558372497559,
14
+ "learning_rate": 4.179162949014749e-05,
15
+ "loss": 0.5295,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.4814288020133972,
21
+ "eval_matthews_correlation": 0.4180033304707719,
22
+ "eval_runtime": 0.7741,
23
+ "eval_samples_per_second": 1347.455,
24
+ "eval_steps_per_second": 85.266,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 5.427362442016602,
30
+ "learning_rate": 3.218435834298715e-05,
31
+ "loss": 0.3193,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5887653827667236,
37
+ "eval_matthews_correlation": 0.4994543232175365,
38
+ "eval_runtime": 0.8397,
39
+ "eval_samples_per_second": 1242.051,
40
+ "eval_steps_per_second": 78.596,
41
+ "step": 1070
42
+ },
43
+ {
44
+ "epoch": 2.803738317757009,
45
+ "grad_norm": 15.598775863647461,
46
+ "learning_rate": 2.2577087195826806e-05,
47
+ "loss": 0.2049,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_loss": 0.6870770454406738,
53
+ "eval_matthews_correlation": 0.5168734231170928,
54
+ "eval_runtime": 0.8182,
55
+ "eval_samples_per_second": 1274.691,
56
+ "eval_steps_per_second": 80.661,
57
+ "step": 1605
58
+ },
59
+ {
60
+ "epoch": 3.7383177570093458,
61
+ "grad_norm": 24.2171630859375,
62
+ "learning_rate": 1.296981604866646e-05,
63
+ "loss": 0.1294,
64
+ "step": 2000
65
+ },
66
+ {
67
+ "epoch": 4.0,
68
+ "eval_loss": 0.8434147238731384,
69
+ "eval_matthews_correlation": 0.532072854687201,
70
+ "eval_runtime": 1.2184,
71
+ "eval_samples_per_second": 856.074,
72
+ "eval_steps_per_second": 54.172,
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
+ "stateful_callbacks": {
82
+ "TrainerControl": {
83
+ "args": {
84
+ "should_epoch_stop": false,
85
+ "should_evaluate": false,
86
+ "should_log": false,
87
+ "should_save": true,
88
+ "should_training_stop": false
89
+ },
90
+ "attributes": {}
91
+ }
92
+ },
93
+ "total_flos": 170953317571776.0,
94
+ "train_batch_size": 16,
95
+ "trial_name": null,
96
+ "trial_params": {
97
+ "learning_rate": 5.1398900637307834e-05,
98
+ "num_train_epochs": 5,
99
+ "per_device_train_batch_size": 16,
100
+ "seed": 2
101
+ }
102
+ }
run-7/checkpoint-2140/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b9c11c5c4c8fd505118306685caa5ac2c15c0e0e7eba1c3401d416b60ed5b92
3
+ size 5176
run-7/checkpoint-2140/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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.41.2",
24
+ "vocab_size": 30522
25
+ }
run-7/checkpoint-2675/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c43e1215f73fc568c514acceabd2a44f14d7a9c925ccf50e2729458b993e75
3
+ size 267832560
run-7/checkpoint-2675/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b731bfa6a968a710526d36464b9db3d5ad5b60d0fef3828c4a0b7bad3279e8ce
3
+ size 535727290
run-7/checkpoint-2675/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fcae3bc46d8594ee396c93fdc6d61c811fab3fcd2a22a3d71fcbae972ff78ed
3
+ size 14244
run-7/checkpoint-2675/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b01824afcc6c50627193c16a4307056b8948a9330fad410baadc48baec2d213
3
+ size 1064