Kyudan commited on
Commit
06a1b8f
·
verified ·
1 Parent(s): bc24a0b

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:06214e9f6f4eb9b200226cf11682c47f1555ca061a2e865184f1b53b461191e5
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4e118c72b82e97ffb3c6a80958dea43b7b835428b78fe6da62efb35d54bace8
3
  size 267832560
run-9/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.42.4",
24
+ "vocab_size": 30522
25
+ }
run-9/checkpoint-2138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb21d1185fa45e73d4638dd8465fa48db9e7ff3b577b33e93781d67179465351
3
+ size 267832560
run-9/checkpoint-2138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:583022e6bf0ac5320107e9c223a684848a817324d973f73b86a80c9eee86787a
3
+ size 535727290
run-9/checkpoint-2138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e82e8e5c924089bf2d105c906ca0a273a99d7892d3964255fbc0c1f9f92600
3
+ size 14308
run-9/checkpoint-2138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24a82d254a9435604db62707bd031e2548db150881f8b310e22f326983ce4923
3
+ size 1064
run-9/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-9/checkpoint-2138/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9/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-9/checkpoint-2138/trainer_state.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.44105796467098995,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-9/checkpoint-2138",
4
+ "epoch": 2.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.4677268475210477,
13
+ "grad_norm": 6.5308308601379395,
14
+ "learning_rate": 5.582764372490121e-06,
15
+ "loss": 0.5807,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.9354536950420954,
20
+ "grad_norm": 22.300085067749023,
21
+ "learning_rate": 4.551592526814074e-06,
22
+ "loss": 0.508,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_loss": 0.503247857093811,
28
+ "eval_matthews_correlation": 0.40593903621340166,
29
+ "eval_runtime": 0.7341,
30
+ "eval_samples_per_second": 1420.723,
31
+ "eval_steps_per_second": 89.902,
32
+ "step": 1069
33
+ },
34
+ {
35
+ "epoch": 1.4031805425631432,
36
+ "grad_norm": 21.28409767150879,
37
+ "learning_rate": 3.5204206811380263e-06,
38
+ "loss": 0.4363,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.8709073900841908,
43
+ "grad_norm": 11.990026473999023,
44
+ "learning_rate": 2.489248835461979e-06,
45
+ "loss": 0.4128,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_loss": 0.5167035460472107,
51
+ "eval_matthews_correlation": 0.44105796467098995,
52
+ "eval_runtime": 0.8047,
53
+ "eval_samples_per_second": 1296.171,
54
+ "eval_steps_per_second": 82.02,
55
+ "step": 2138
56
+ }
57
+ ],
58
+ "logging_steps": 500,
59
+ "max_steps": 3207,
60
+ "num_input_tokens_seen": 0,
61
+ "num_train_epochs": 3,
62
+ "save_steps": 500,
63
+ "stateful_callbacks": {
64
+ "TrainerControl": {
65
+ "args": {
66
+ "should_epoch_stop": false,
67
+ "should_evaluate": false,
68
+ "should_log": false,
69
+ "should_save": true,
70
+ "should_training_stop": false
71
+ },
72
+ "attributes": {}
73
+ }
74
+ },
75
+ "total_flos": 75365670622848.0,
76
+ "train_batch_size": 8,
77
+ "trial_name": null,
78
+ "trial_params": {
79
+ "learning_rate": 6.6139362181661694e-06,
80
+ "num_train_epochs": 3,
81
+ "per_device_train_batch_size": 8,
82
+ "seed": 33
83
+ }
84
+ }
run-9/checkpoint-2138/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c227f8444743a8babe9030bc65e1891428a23077f05b0239616927bdaba76839
3
+ size 5176
run-9/checkpoint-2138/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-9/checkpoint-3207/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.42.4",
24
+ "vocab_size": 30522
25
+ }
run-9/checkpoint-3207/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1117931917c778fbfde626a1f294644c0c22832e32e4cf79d7296af115c49f8b
3
+ size 267832560
run-9/checkpoint-3207/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:174532e99d6713d00fbe9695c6a68d5f91a3b48bc6b32e9a7f34f8a06b5309d6
3
+ size 535727290
run-9/checkpoint-3207/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fb5f471fb7434fe7252f4c3cd04bbd6a75902f901b5baad6d452454688935e3
3
+ size 14308
run-9/checkpoint-3207/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44d8e28881305b84c1ecd1ed2e2cc2ede9b00b468390d47b239911b643891c89
3
+ size 1064
run-9/checkpoint-3207/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-9/checkpoint-3207/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-9/checkpoint-3207/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-9/checkpoint-3207/trainer_state.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.44105796467098995,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-9/checkpoint-2138",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3207,
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.4677268475210477,
13
+ "grad_norm": 6.5308308601379395,
14
+ "learning_rate": 5.582764372490121e-06,
15
+ "loss": 0.5807,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.9354536950420954,
20
+ "grad_norm": 22.300085067749023,
21
+ "learning_rate": 4.551592526814074e-06,
22
+ "loss": 0.508,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_loss": 0.503247857093811,
28
+ "eval_matthews_correlation": 0.40593903621340166,
29
+ "eval_runtime": 0.7341,
30
+ "eval_samples_per_second": 1420.723,
31
+ "eval_steps_per_second": 89.902,
32
+ "step": 1069
33
+ },
34
+ {
35
+ "epoch": 1.4031805425631432,
36
+ "grad_norm": 21.28409767150879,
37
+ "learning_rate": 3.5204206811380263e-06,
38
+ "loss": 0.4363,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.8709073900841908,
43
+ "grad_norm": 11.990026473999023,
44
+ "learning_rate": 2.489248835461979e-06,
45
+ "loss": 0.4128,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_loss": 0.5167035460472107,
51
+ "eval_matthews_correlation": 0.44105796467098995,
52
+ "eval_runtime": 0.8047,
53
+ "eval_samples_per_second": 1296.171,
54
+ "eval_steps_per_second": 82.02,
55
+ "step": 2138
56
+ },
57
+ {
58
+ "epoch": 2.3386342376052385,
59
+ "grad_norm": 18.249948501586914,
60
+ "learning_rate": 1.4580769897859313e-06,
61
+ "loss": 0.351,
62
+ "step": 2500
63
+ },
64
+ {
65
+ "epoch": 2.8063610851262863,
66
+ "grad_norm": 46.102420806884766,
67
+ "learning_rate": 4.2690514410988375e-07,
68
+ "loss": 0.3452,
69
+ "step": 3000
70
+ }
71
+ ],
72
+ "logging_steps": 500,
73
+ "max_steps": 3207,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 3,
76
+ "save_steps": 500,
77
+ "stateful_callbacks": {
78
+ "TrainerControl": {
79
+ "args": {
80
+ "should_epoch_stop": false,
81
+ "should_evaluate": false,
82
+ "should_log": false,
83
+ "should_save": true,
84
+ "should_training_stop": true
85
+ },
86
+ "attributes": {}
87
+ }
88
+ },
89
+ "total_flos": 113168295788916.0,
90
+ "train_batch_size": 8,
91
+ "trial_name": null,
92
+ "trial_params": {
93
+ "learning_rate": 6.6139362181661694e-06,
94
+ "num_train_epochs": 3,
95
+ "per_device_train_batch_size": 8,
96
+ "seed": 33
97
+ }
98
+ }
run-9/checkpoint-3207/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c227f8444743a8babe9030bc65e1891428a23077f05b0239616927bdaba76839
3
+ size 5176
run-9/checkpoint-3207/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Aug28_15-48-15_c15c80b486ff/events.out.tfevents.1724863041.c15c80b486ff.424.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7f5d4763df824227aa9337a55a9acdbf90706c6ecb149a7dc0794e76e21c1d
3
+ size 7295
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c227f8444743a8babe9030bc65e1891428a23077f05b0239616927bdaba76839
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40a2336d317662ba45154e97f4a0557ac333eaa4d23cc07df79bd5c651ca7afc
3
  size 5176