wy3106714391 commited on
Commit
99fb2c9
·
verified ·
1 Parent(s): e173e4f

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33d51b1f7fb21cc21a79270b93502d2534799a43c337dd7c6dd693ea2b02780d
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e255d9da0a1fa2b436a65e914a613f21666b79601d9ce780863dd74b7b4cdb43
3
  size 267832560
run-2/checkpoint-1072/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-2/checkpoint-1072/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbdd714a61b1c729ef52f62a82f953ce0e864100cf1bfe2c9878506ea22cb397
3
+ size 267832560
run-2/checkpoint-1072/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090dd0d660ecc3ff45869e7f97fc967535d8d30248d0eb9f2bb8ce8c5fe78cf1
3
+ size 535727290
run-2/checkpoint-1072/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:155267efce647da5f4ae787f7665da52e0813d6d35f1dd512f9a41788c0b2689
3
+ size 14244
run-2/checkpoint-1072/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9679fe976d9a1907986b778550d3ff6880c276fcb2ece41d08fd93ee3a99568f
3
+ size 1064
run-2/checkpoint-1072/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-1072/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-1072/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-1072/trainer_state.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5218569449731576,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-1072",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1072,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_loss": 0.4662579298019409,
14
+ "eval_matthews_correlation": 0.4371942629400363,
15
+ "eval_runtime": 0.7823,
16
+ "eval_samples_per_second": 1333.256,
17
+ "eval_steps_per_second": 84.367,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.8656716417910446,
22
+ "grad_norm": 7.156657695770264,
23
+ "learning_rate": 1.779275357921531e-05,
24
+ "loss": 0.4221,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.4933030307292938,
30
+ "eval_matthews_correlation": 0.5051600900029769,
31
+ "eval_runtime": 0.9851,
32
+ "eval_samples_per_second": 1058.779,
33
+ "eval_steps_per_second": 66.998,
34
+ "step": 536
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.5625799298286438,
39
+ "eval_matthews_correlation": 0.51728018358102,
40
+ "eval_runtime": 0.73,
41
+ "eval_samples_per_second": 1428.672,
42
+ "eval_steps_per_second": 90.405,
43
+ "step": 804
44
+ },
45
+ {
46
+ "epoch": 3.7313432835820897,
47
+ "grad_norm": 10.139643669128418,
48
+ "learning_rate": 2.2396473036774517e-06,
49
+ "loss": 0.1708,
50
+ "step": 1000
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_loss": 0.7123728394508362,
55
+ "eval_matthews_correlation": 0.5218569449731576,
56
+ "eval_runtime": 0.8073,
57
+ "eval_samples_per_second": 1292.023,
58
+ "eval_steps_per_second": 81.758,
59
+ "step": 1072
60
+ }
61
+ ],
62
+ "logging_steps": 500,
63
+ "max_steps": 1072,
64
+ "num_input_tokens_seen": 0,
65
+ "num_train_epochs": 4,
66
+ "save_steps": 500,
67
+ "stateful_callbacks": {
68
+ "TrainerControl": {
69
+ "args": {
70
+ "should_epoch_stop": false,
71
+ "should_evaluate": false,
72
+ "should_log": false,
73
+ "should_save": true,
74
+ "should_training_stop": true
75
+ },
76
+ "attributes": {}
77
+ }
78
+ },
79
+ "total_flos": 190307528946504.0,
80
+ "train_batch_size": 32,
81
+ "trial_name": null,
82
+ "trial_params": {
83
+ "learning_rate": 3.334585985475317e-05,
84
+ "num_train_epochs": 4,
85
+ "per_device_train_batch_size": 32,
86
+ "seed": 40
87
+ }
88
+ }
run-2/checkpoint-1072/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:797662c4918b42e253fb8a23d373f0129a7aea17f9f7db8453fabf187f249502
3
+ size 5176
run-2/checkpoint-1072/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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.41.2",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e255d9da0a1fa2b436a65e914a613f21666b79601d9ce780863dd74b7b4cdb43
3
+ size 267832560
run-3/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb8526e8fa77da2e64228b947049f9aaed5e69fbdb3375ca74585618b218ef78
3
+ size 535727290
run-3/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7420204ce756934358b74169b5e7ac1f0b50022ac6b5031ceea68686e63995f4
3
+ size 14244
run-3/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df0704e57f9f54c81ddc326445961ccfd767ae16da35d1ac529ba18158dcd52
3
+ size 1064
run-3/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-3/checkpoint-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/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-3/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.39789056142736157,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/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.23386342376052385,
13
+ "grad_norm": 5.432587623596191,
14
+ "learning_rate": 4.647117896599981e-06,
15
+ "loss": 0.5853,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.4677268475210477,
20
+ "grad_norm": 9.158794403076172,
21
+ "learning_rate": 3.2285837401286797e-06,
22
+ "loss": 0.5473,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7015902712815716,
27
+ "grad_norm": 12.113940238952637,
28
+ "learning_rate": 1.8100495836573793e-06,
29
+ "loss": 0.5397,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.9354536950420954,
34
+ "grad_norm": 34.98690414428711,
35
+ "learning_rate": 3.91515427186079e-07,
36
+ "loss": 0.5173,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5481561422348022,
42
+ "eval_matthews_correlation": 0.39789056142736157,
43
+ "eval_runtime": 0.7673,
44
+ "eval_samples_per_second": 1359.242,
45
+ "eval_steps_per_second": 86.011,
46
+ "step": 2138
47
+ }
48
+ ],
49
+ "logging_steps": 500,
50
+ "max_steps": 2138,
51
+ "num_input_tokens_seen": 0,
52
+ "num_train_epochs": 1,
53
+ "save_steps": 500,
54
+ "stateful_callbacks": {
55
+ "TrainerControl": {
56
+ "args": {
57
+ "should_epoch_stop": false,
58
+ "should_evaluate": false,
59
+ "should_log": false,
60
+ "should_save": true,
61
+ "should_training_stop": true
62
+ },
63
+ "attributes": {}
64
+ }
65
+ },
66
+ "total_flos": 32610782805072.0,
67
+ "train_batch_size": 4,
68
+ "trial_name": null,
69
+ "trial_params": {
70
+ "learning_rate": 6.065652053071281e-06,
71
+ "num_train_epochs": 1,
72
+ "per_device_train_batch_size": 4,
73
+ "seed": 1
74
+ }
75
+ }
run-3/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8659f2ed11d2c46b28f17647b3484357873136979f2f45d86163cc1e3e0975bb
3
+ size 5176
run-3/checkpoint-2138/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.1717608156.52616c5e4acb.227.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9721d5e670a69bcd63720096be0bec0e66a1937cfefc2118c49d53ea8721072f
3
+ size 6319
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:797662c4918b42e253fb8a23d373f0129a7aea17f9f7db8453fabf187f249502
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8659f2ed11d2c46b28f17647b3484357873136979f2f45d86163cc1e3e0975bb
3
  size 5176