wy3106714391 commited on
Commit
4cd2c0f
·
verified ·
1 Parent(s): e3ac39f

Training in progress, epoch 4

Browse files
Files changed (35) hide show
  1. model.safetensors +1 -1
  2. run-5/checkpoint-1070/config.json +25 -0
  3. run-5/checkpoint-1070/model.safetensors +3 -0
  4. run-5/checkpoint-1070/optimizer.pt +3 -0
  5. run-5/checkpoint-1070/rng_state.pth +3 -0
  6. run-5/checkpoint-1070/scheduler.pt +3 -0
  7. run-5/checkpoint-1070/special_tokens_map.json +7 -0
  8. run-5/checkpoint-1070/tokenizer.json +0 -0
  9. run-5/checkpoint-1070/tokenizer_config.json +55 -0
  10. run-5/checkpoint-1070/trainer_state.json +70 -0
  11. run-5/checkpoint-1070/training_args.bin +3 -0
  12. run-5/checkpoint-1070/vocab.txt +0 -0
  13. run-5/checkpoint-1605/config.json +25 -0
  14. run-5/checkpoint-1605/model.safetensors +3 -0
  15. run-5/checkpoint-1605/optimizer.pt +3 -0
  16. run-5/checkpoint-1605/rng_state.pth +3 -0
  17. run-5/checkpoint-1605/scheduler.pt +3 -0
  18. run-5/checkpoint-1605/special_tokens_map.json +7 -0
  19. run-5/checkpoint-1605/tokenizer.json +0 -0
  20. run-5/checkpoint-1605/tokenizer_config.json +55 -0
  21. run-5/checkpoint-1605/trainer_state.json +86 -0
  22. run-5/checkpoint-1605/training_args.bin +3 -0
  23. run-5/checkpoint-1605/vocab.txt +0 -0
  24. run-5/checkpoint-2140/config.json +25 -0
  25. run-5/checkpoint-2140/model.safetensors +3 -0
  26. run-5/checkpoint-2140/optimizer.pt +3 -0
  27. run-5/checkpoint-2140/rng_state.pth +3 -0
  28. run-5/checkpoint-2140/scheduler.pt +3 -0
  29. run-5/checkpoint-2140/special_tokens_map.json +7 -0
  30. run-5/checkpoint-2140/tokenizer.json +0 -0
  31. run-5/checkpoint-2140/tokenizer_config.json +55 -0
  32. run-5/checkpoint-2140/trainer_state.json +102 -0
  33. run-5/checkpoint-2140/training_args.bin +3 -0
  34. run-5/checkpoint-2140/vocab.txt +0 -0
  35. runs/Jun05_17-06-49_52616c5e4acb/events.out.tfevents.1717608445.52616c5e4acb.227.7 +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:206fae79d17296218a9d3d778b99f79bd898285505f68e6f4f86815e588fe52b
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31af0226b8031aeacee5d2e12897fc0347e10d3e4d6527ffd742dc1fa8541e28
3
  size 267832560
run-5/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-5/checkpoint-1070/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35e552fd6ecf29a3ee8cf9158215c6f45ad90fcdb4b019b5420423c1e31dfcf6
3
+ size 267832560
run-5/checkpoint-1070/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3911264cda0115a18d96d7f79f71d32f150378d14069b95d42f347856f61d9b
3
+ size 535727290
run-5/checkpoint-1070/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:840b3d4b08161378e7753e4f3bf25def98d15d6bc1d1cf0ce104ad57f4c62688
3
+ size 14244
run-5/checkpoint-1070/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24d457e89e341552124d6bd58afcc9fed415422b798551074a1a1772469a9606
3
+ size 1064
run-5/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-5/checkpoint-1070/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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-5/checkpoint-1070/trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.08036809130702588,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/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": 1.418704867362976,
14
+ "learning_rate": 9.051429251998609e-07,
15
+ "loss": 0.6201,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.5985676646232605,
21
+ "eval_matthews_correlation": 0.0,
22
+ "eval_runtime": 0.7973,
23
+ "eval_samples_per_second": 1308.083,
24
+ "eval_steps_per_second": 82.774,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 4.440581798553467,
30
+ "learning_rate": 6.291847162974642e-07,
31
+ "loss": 0.5727,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5634607076644897,
37
+ "eval_matthews_correlation": 0.08036809130702588,
38
+ "eval_runtime": 0.8821,
39
+ "eval_samples_per_second": 1182.372,
40
+ "eval_steps_per_second": 74.819,
41
+ "step": 1070
42
+ }
43
+ ],
44
+ "logging_steps": 500,
45
+ "max_steps": 2140,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 4,
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": 85650780972012.0,
62
+ "train_batch_size": 16,
63
+ "trial_name": null,
64
+ "trial_params": {
65
+ "learning_rate": 1.1811011341022575e-06,
66
+ "num_train_epochs": 4,
67
+ "per_device_train_batch_size": 16,
68
+ "seed": 22
69
+ }
70
+ }
run-5/checkpoint-1070/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d11ff39f07e33d5b6301458d31e37c56a9a2f71decad6414000b44e051ae7a4
3
+ size 5176
run-5/checkpoint-1070/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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-5/checkpoint-1605/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:157adb374d8772477bd235681f65537d5d7db99294adc0ee80c4b842d8a60ef5
3
+ size 267832560
run-5/checkpoint-1605/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb023ec4e7f9285b4f35510787ec42408a0a28223ccda2a19cb09b4524064282
3
+ size 535727290
run-5/checkpoint-1605/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f36b248d0a1373fe1d5ce2897793689764ac936c3c7e61022d97a767d838314
3
+ size 14244
run-5/checkpoint-1605/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550649ac49ccad1cd5489b6fe01b59422292e358afd3c5998f3b9c053e36f84a
3
+ size 1064
run-5/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-5/checkpoint-1605/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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-5/checkpoint-1605/trainer_state.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.20740621404954238,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/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": 1.418704867362976,
14
+ "learning_rate": 9.051429251998609e-07,
15
+ "loss": 0.6201,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.5985676646232605,
21
+ "eval_matthews_correlation": 0.0,
22
+ "eval_runtime": 0.7973,
23
+ "eval_samples_per_second": 1308.083,
24
+ "eval_steps_per_second": 82.774,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 4.440581798553467,
30
+ "learning_rate": 6.291847162974642e-07,
31
+ "loss": 0.5727,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5634607076644897,
37
+ "eval_matthews_correlation": 0.08036809130702588,
38
+ "eval_runtime": 0.8821,
39
+ "eval_samples_per_second": 1182.372,
40
+ "eval_steps_per_second": 74.819,
41
+ "step": 1070
42
+ },
43
+ {
44
+ "epoch": 2.803738317757009,
45
+ "grad_norm": 5.3037919998168945,
46
+ "learning_rate": 3.5322650739506763e-07,
47
+ "loss": 0.5395,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_loss": 0.5501772165298462,
53
+ "eval_matthews_correlation": 0.20740621404954238,
54
+ "eval_runtime": 0.8916,
55
+ "eval_samples_per_second": 1169.764,
56
+ "eval_steps_per_second": 74.021,
57
+ "step": 1605
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 2140,
62
+ "num_input_tokens_seen": 0,
63
+ "num_train_epochs": 4,
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": 128305542064632.0,
78
+ "train_batch_size": 16,
79
+ "trial_name": null,
80
+ "trial_params": {
81
+ "learning_rate": 1.1811011341022575e-06,
82
+ "num_train_epochs": 4,
83
+ "per_device_train_batch_size": 16,
84
+ "seed": 22
85
+ }
86
+ }
run-5/checkpoint-1605/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d11ff39f07e33d5b6301458d31e37c56a9a2f71decad6414000b44e051ae7a4
3
+ size 5176
run-5/checkpoint-1605/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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-5/checkpoint-2140/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31af0226b8031aeacee5d2e12897fc0347e10d3e4d6527ffd742dc1fa8541e28
3
+ size 267832560
run-5/checkpoint-2140/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:168b08a6f528e1c5253ef9199f02d9223005d04352ee53bab2fae944d5752c16
3
+ size 535727290
run-5/checkpoint-2140/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc6c2311613ba99327614dc4b2344db16aa2f641149cf5c979eec6a6828d86ac
3
+ size 14244
run-5/checkpoint-2140/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebac54f0aa27727c03184bfba6477b3c2ca6a05bd08fa525fdd52264d1b010b3
3
+ size 1064
run-5/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-5/checkpoint-2140/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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-5/checkpoint-2140/trainer_state.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.272543584642415,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/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": 1.418704867362976,
14
+ "learning_rate": 9.051429251998609e-07,
15
+ "loss": 0.6201,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.5985676646232605,
21
+ "eval_matthews_correlation": 0.0,
22
+ "eval_runtime": 0.7973,
23
+ "eval_samples_per_second": 1308.083,
24
+ "eval_steps_per_second": 82.774,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.8691588785046729,
29
+ "grad_norm": 4.440581798553467,
30
+ "learning_rate": 6.291847162974642e-07,
31
+ "loss": 0.5727,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5634607076644897,
37
+ "eval_matthews_correlation": 0.08036809130702588,
38
+ "eval_runtime": 0.8821,
39
+ "eval_samples_per_second": 1182.372,
40
+ "eval_steps_per_second": 74.819,
41
+ "step": 1070
42
+ },
43
+ {
44
+ "epoch": 2.803738317757009,
45
+ "grad_norm": 5.3037919998168945,
46
+ "learning_rate": 3.5322650739506763e-07,
47
+ "loss": 0.5395,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_loss": 0.5501772165298462,
53
+ "eval_matthews_correlation": 0.20740621404954238,
54
+ "eval_runtime": 0.8916,
55
+ "eval_samples_per_second": 1169.764,
56
+ "eval_steps_per_second": 74.021,
57
+ "step": 1605
58
+ },
59
+ {
60
+ "epoch": 3.7383177570093458,
61
+ "grad_norm": 7.205862045288086,
62
+ "learning_rate": 7.726829849267105e-08,
63
+ "loss": 0.5215,
64
+ "step": 2000
65
+ },
66
+ {
67
+ "epoch": 4.0,
68
+ "eval_loss": 0.5470464825630188,
69
+ "eval_matthews_correlation": 0.272543584642415,
70
+ "eval_runtime": 0.7782,
71
+ "eval_samples_per_second": 1340.19,
72
+ "eval_steps_per_second": 84.806,
73
+ "step": 2140
74
+ }
75
+ ],
76
+ "logging_steps": 500,
77
+ "max_steps": 2140,
78
+ "num_input_tokens_seen": 0,
79
+ "num_train_epochs": 4,
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": true
89
+ },
90
+ "attributes": {}
91
+ }
92
+ },
93
+ "total_flos": 171337783498344.0,
94
+ "train_batch_size": 16,
95
+ "trial_name": null,
96
+ "trial_params": {
97
+ "learning_rate": 1.1811011341022575e-06,
98
+ "num_train_epochs": 4,
99
+ "per_device_train_batch_size": 16,
100
+ "seed": 22
101
+ }
102
+ }
run-5/checkpoint-2140/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d11ff39f07e33d5b6301458d31e37c56a9a2f71decad6414000b44e051ae7a4
3
+ size 5176
run-5/checkpoint-2140/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jun05_17-06-49_52616c5e4acb/events.out.tfevents.1717608445.52616c5e4acb.227.7 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d69c9bae36865d5f9c36fd0f17aca85a6147b41bcfe3e6265cbc83228309c1a
3
- size 5881
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2049fa9cb2870884e53d4dd75b3d8232f181e430f3bd4289e95e78a262ca7b
3
+ size 7327