stuser2023 commited on
Commit
96a88b5
1 Parent(s): c3d5ccf

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:8740e6818af4f7b3de81524dc8912b49bce0877f182ba27f482d246dcec98beb
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898c5e96d647648a7ef654501f82166a08f86b55c447364076d9a7be18c30d21
3
  size 267832560
run-2/checkpoint-4276/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.35.2",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-4276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2641a0fb5e8098c1e4392dd7fb772522aab8196dfa550989e9b11678c3074660
3
+ size 267832560
run-2/checkpoint-4276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73bb318ea7868b4d3b5448eee3af2735d8e81824613de6e44e76ff1f949a34cf
3
+ size 535727290
run-2/checkpoint-4276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff56f6cf771ddd7d20265eca53b8a64af4c290f26007b82e13456dec8a4076f6
3
+ size 14308
run-2/checkpoint-4276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c001a95dc22efb46374f1f965702e4e20dbf9fde40fb4980df8a756842d4e0ac
3
+ size 1064
run-2/checkpoint-4276/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-4276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-4276/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-4276/trainer_state.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.49329306040311344,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-3207",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4276,
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.47,
13
+ "learning_rate": 5.944660653119031e-06,
14
+ "loss": 0.5558,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.94,
19
+ "learning_rate": 5.157496901381872e-06,
20
+ "loss": 0.5053,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 1.0,
25
+ "eval_loss": 0.4907635748386383,
26
+ "eval_matthews_correlation": 0.42854888313294803,
27
+ "eval_runtime": 0.8054,
28
+ "eval_samples_per_second": 1295.012,
29
+ "eval_steps_per_second": 81.947,
30
+ "step": 1069
31
+ },
32
+ {
33
+ "epoch": 1.4,
34
+ "learning_rate": 4.370333149644712e-06,
35
+ "loss": 0.4286,
36
+ "step": 1500
37
+ },
38
+ {
39
+ "epoch": 1.87,
40
+ "learning_rate": 3.5831693979075514e-06,
41
+ "loss": 0.3992,
42
+ "step": 2000
43
+ },
44
+ {
45
+ "epoch": 2.0,
46
+ "eval_loss": 0.5015696883201599,
47
+ "eval_matthews_correlation": 0.48409375114357234,
48
+ "eval_runtime": 0.8234,
49
+ "eval_samples_per_second": 1266.73,
50
+ "eval_steps_per_second": 80.157,
51
+ "step": 2138
52
+ },
53
+ {
54
+ "epoch": 2.34,
55
+ "learning_rate": 2.796005646170392e-06,
56
+ "loss": 0.3434,
57
+ "step": 2500
58
+ },
59
+ {
60
+ "epoch": 2.81,
61
+ "learning_rate": 2.008841894433232e-06,
62
+ "loss": 0.3371,
63
+ "step": 3000
64
+ },
65
+ {
66
+ "epoch": 3.0,
67
+ "eval_loss": 0.5880187749862671,
68
+ "eval_matthews_correlation": 0.49329306040311344,
69
+ "eval_runtime": 0.9037,
70
+ "eval_samples_per_second": 1154.15,
71
+ "eval_steps_per_second": 73.033,
72
+ "step": 3207
73
+ },
74
+ {
75
+ "epoch": 3.27,
76
+ "learning_rate": 1.2216781426960722e-06,
77
+ "loss": 0.2988,
78
+ "step": 3500
79
+ },
80
+ {
81
+ "epoch": 3.74,
82
+ "learning_rate": 4.345143909589123e-07,
83
+ "loss": 0.2797,
84
+ "step": 4000
85
+ },
86
+ {
87
+ "epoch": 4.0,
88
+ "eval_loss": 0.6395880579948425,
89
+ "eval_matthews_correlation": 0.49249265259737396,
90
+ "eval_runtime": 1.057,
91
+ "eval_samples_per_second": 986.747,
92
+ "eval_steps_per_second": 62.44,
93
+ "step": 4276
94
+ }
95
+ ],
96
+ "logging_steps": 500,
97
+ "max_steps": 4276,
98
+ "num_train_epochs": 4,
99
+ "save_steps": 500,
100
+ "total_flos": 150793435338816.0,
101
+ "trial_name": null,
102
+ "trial_params": {
103
+ "learning_rate": 6.7318244048561916e-06,
104
+ "num_train_epochs": 4,
105
+ "per_device_train_batch_size": 8,
106
+ "seed": 14
107
+ }
108
+ }
run-2/checkpoint-4276/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:618b6f744377ad587ba25f1af0a1c4f702e5743116ab1fe52e9ecc52d00dc59b
3
+ size 4664
run-2/checkpoint-4276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-268/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.35.2",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-268/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898c5e96d647648a7ef654501f82166a08f86b55c447364076d9a7be18c30d21
3
+ size 267832560
run-3/checkpoint-268/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:337aee2b1a486ea4479048b32762b72242d1b4f2f5d433c579fd962d5310805b
3
+ size 535727290
run-3/checkpoint-268/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09ec9d40a98694db4fec537074c925323970df8b2c023db2dd2e1f7829c4c7b1
3
+ size 14244
run-3/checkpoint-268/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0f78f6fdc3f5b0e504bfaa07cf6dbc0cc0e0a82a06d8a2aa0678b8e5810be57
3
+ size 1064
run-3/checkpoint-268/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-268/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-268/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-268/trainer_state.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3884569188624487,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-268",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 268,
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.5160695314407349,
14
+ "eval_matthews_correlation": 0.3884569188624487,
15
+ "eval_runtime": 0.688,
16
+ "eval_samples_per_second": 1516.05,
17
+ "eval_steps_per_second": 95.934,
18
+ "step": 268
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 1340,
23
+ "num_train_epochs": 5,
24
+ "save_steps": 500,
25
+ "total_flos": 0,
26
+ "trial_name": null,
27
+ "trial_params": {
28
+ "learning_rate": 7.597085082438434e-06,
29
+ "num_train_epochs": 5,
30
+ "per_device_train_batch_size": 32,
31
+ "seed": 25
32
+ }
33
+ }
run-3/checkpoint-268/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e146b53417e0b814d9ba13d0cee3eaa639091f08d7b686dbe13e8a915dd71743
3
+ size 4664
run-3/checkpoint-268/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Nov17_02-59-16_faa202bf7ecf/events.out.tfevents.1700191263.faa202bf7ecf.336.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff12f3cc4840249d2eb97690265f7fff0151bca314454a237f78d63688d1d83
3
+ size 6580
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:618b6f744377ad587ba25f1af0a1c4f702e5743116ab1fe52e9ecc52d00dc59b
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e146b53417e0b814d9ba13d0cee3eaa639091f08d7b686dbe13e8a915dd71743
3
  size 4664