towa-kato commited on
Commit
64c9e08
·
verified ·
1 Parent(s): 7a0f87a

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:a964e75fe2e3951181cf3880ccf035be33831c87d38643ff34a9a2d3c403c6fa
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a30b074d67ccd797477243d3b1bc5052a821c55d0bfde992f4e2298c80cfc07
3
  size 267832560
run-5/checkpoint-1340/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.48.3",
24
+ "vocab_size": 30522
25
+ }
run-5/checkpoint-1340/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e08bf0199bb15767120a6ee23c16e7f8ead7fafdc0ad06426c3bde43ffc10218
3
+ size 267832560
run-5/checkpoint-1340/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd747fbb80ebeeb861635b3461b959a803507688272f169d0ada05afb06b59c3
3
+ size 535727290
run-5/checkpoint-1340/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79aa44be1ef7fdc1c485216bc854d747aa742cbc691fb8972cc5dbbcac1eb041
3
+ size 14308
run-5/checkpoint-1340/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1e1d24877dac829cb0186721a5c8a1fb0f1958c1a3769d2c832a1ca3a83ff63
3
+ size 1064
run-5/checkpoint-1340/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-1340/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-1340/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-5/checkpoint-1340/trainer_state.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4774618517292431,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/checkpoint-1340",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1340,
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.5259255766868591,
14
+ "eval_matthews_correlation": 0.3778486229848452,
15
+ "eval_runtime": 0.7696,
16
+ "eval_samples_per_second": 1355.216,
17
+ "eval_steps_per_second": 85.757,
18
+ "step": 268
19
+ },
20
+ {
21
+ "epoch": 1.8656716417910446,
22
+ "grad_norm": 6.19685173034668,
23
+ "learning_rate": 4.16921192631477e-06,
24
+ "loss": 0.5223,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_loss": 0.5131245851516724,
30
+ "eval_matthews_correlation": 0.45314237018673453,
31
+ "eval_runtime": 0.7936,
32
+ "eval_samples_per_second": 1314.232,
33
+ "eval_steps_per_second": 83.163,
34
+ "step": 536
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_loss": 0.5032510161399841,
39
+ "eval_matthews_correlation": 0.46092393422967476,
40
+ "eval_runtime": 0.7773,
41
+ "eval_samples_per_second": 1341.766,
42
+ "eval_steps_per_second": 84.906,
43
+ "step": 804
44
+ },
45
+ {
46
+ "epoch": 3.7313432835820897,
47
+ "grad_norm": 8.043768882751465,
48
+ "learning_rate": 1.6875381606512164e-06,
49
+ "loss": 0.3969,
50
+ "step": 1000
51
+ },
52
+ {
53
+ "epoch": 4.0,
54
+ "eval_loss": 0.507060170173645,
55
+ "eval_matthews_correlation": 0.46481173360635625,
56
+ "eval_runtime": 0.757,
57
+ "eval_samples_per_second": 1377.81,
58
+ "eval_steps_per_second": 87.186,
59
+ "step": 1072
60
+ },
61
+ {
62
+ "epoch": 5.0,
63
+ "eval_loss": 0.5162538290023804,
64
+ "eval_matthews_correlation": 0.4774618517292431,
65
+ "eval_runtime": 0.8572,
66
+ "eval_samples_per_second": 1216.701,
67
+ "eval_steps_per_second": 76.992,
68
+ "step": 1340
69
+ }
70
+ ],
71
+ "logging_steps": 500,
72
+ "max_steps": 1340,
73
+ "num_input_tokens_seen": 0,
74
+ "num_train_epochs": 5,
75
+ "save_steps": 500,
76
+ "stateful_callbacks": {
77
+ "TrainerControl": {
78
+ "args": {
79
+ "should_epoch_stop": false,
80
+ "should_evaluate": false,
81
+ "should_log": false,
82
+ "should_save": true,
83
+ "should_training_stop": true
84
+ },
85
+ "attributes": {}
86
+ }
87
+ },
88
+ "total_flos": 190973229369828.0,
89
+ "train_batch_size": 32,
90
+ "trial_name": null,
91
+ "trial_params": {
92
+ "learning_rate": 6.650885691978323e-06,
93
+ "num_train_epochs": 5,
94
+ "per_device_train_batch_size": 32,
95
+ "seed": 26
96
+ }
97
+ }
run-5/checkpoint-1340/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a750443dbfdafacdc0fbf5edeb5c7cbfed04d276af227da6895d6396b37c0f
3
+ size 5432
run-5/checkpoint-1340/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-535/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.48.3",
24
+ "vocab_size": 30522
25
+ }
run-6/checkpoint-535/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a30b074d67ccd797477243d3b1bc5052a821c55d0bfde992f4e2298c80cfc07
3
+ size 267832560
run-6/checkpoint-535/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1db6216ce68958ac9d79aa3e419b207533eaf0e81789117415dd9e519417a2f
3
+ size 535727290
run-6/checkpoint-535/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1019ffe52189fc9309a6d474017990d28be822109bb3cad22b215a8e46829032
3
+ size 14308
run-6/checkpoint-535/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b36208c4e76d1c14db3206a8fdefa1dd0545ec24b41113f68acf103fe2c8eb
3
+ size 1064
run-6/checkpoint-535/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-535/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-535/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
run-6/checkpoint-535/trainer_state.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.23415050823672504,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-6/checkpoint-535",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 535,
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": 4.418112277984619,
14
+ "learning_rate": 2.6223556776404837e-06,
15
+ "loss": 0.5858,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.5560063123703003,
21
+ "eval_matthews_correlation": 0.23415050823672504,
22
+ "eval_runtime": 0.7994,
23
+ "eval_samples_per_second": 1304.716,
24
+ "eval_steps_per_second": 82.561,
25
+ "step": 535
26
+ }
27
+ ],
28
+ "logging_steps": 500,
29
+ "max_steps": 2140,
30
+ "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 4,
32
+ "save_steps": 500,
33
+ "stateful_callbacks": {
34
+ "TrainerControl": {
35
+ "args": {
36
+ "should_epoch_stop": false,
37
+ "should_evaluate": false,
38
+ "should_log": false,
39
+ "should_save": true,
40
+ "should_training_stop": false
41
+ },
42
+ "attributes": {}
43
+ }
44
+ },
45
+ "total_flos": 42828365827968.0,
46
+ "train_batch_size": 16,
47
+ "trial_name": null,
48
+ "trial_params": {
49
+ "learning_rate": 3.4218543598479485e-06,
50
+ "num_train_epochs": 4,
51
+ "per_device_train_batch_size": 16,
52
+ "seed": 14
53
+ }
54
+ }
run-6/checkpoint-535/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd004c7e78c99be78f0dd560b18c0e6e8d339da58015a8b03439515c2545f81
3
+ size 5432
run-6/checkpoint-535/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar20_11-54-05_c50c1849b8cd/events.out.tfevents.1742472948.c50c1849b8cd.231.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c7278fbbe92f179f06040f2357e4cf189799ffd4b22cb1c4f4a83da6d0de4e5
3
+ size 6850
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42a750443dbfdafacdc0fbf5edeb5c7cbfed04d276af227da6895d6396b37c0f
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd004c7e78c99be78f0dd560b18c0e6e8d339da58015a8b03439515c2545f81
3
  size 5432