halu1003 commited on
Commit
cea9859
·
1 Parent(s): 661d80c

Training in progress, epoch 3

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9533b2071acf8adc45b12085153135a595570e6ebc96380b9e145f579c506ff7
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3842cbeb9c80ecc10d415d7fc4b0e674dad4c34a5fa0afc3d7d516aff9af1669
3
  size 267832560
run-3/checkpoint-6414/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.36.2",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-6414/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3842cbeb9c80ecc10d415d7fc4b0e674dad4c34a5fa0afc3d7d516aff9af1669
3
+ size 267832560
run-3/checkpoint-6414/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:092723afd4f6725521ccf3a70fe2779cca52e8bd7a418b7b51e3c8c638b42d43
3
+ size 535727290
run-3/checkpoint-6414/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e638ee70d645caff5d428fcc5315efdc83fde310b7ad9be4bda2ed58870194ac
3
+ size 14244
run-3/checkpoint-6414/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1525455bc351e7c57d7c4abab54c700f4609a2a0d94f5604c77dd3d2f57a2e86
3
+ size 1064
run-3/checkpoint-6414/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-6414/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-6414/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-6414/trainer_state.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4116764797450708,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-6414",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 6414,
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.23,
13
+ "learning_rate": 1.8134386732635114e-06,
14
+ "loss": 0.6097,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.47,
19
+ "learning_rate": 1.6601212338601031e-06,
20
+ "loss": 0.5883,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.7,
25
+ "learning_rate": 1.506803794456695e-06,
26
+ "loss": 0.562,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.94,
31
+ "learning_rate": 1.3534863550532868e-06,
32
+ "loss": 0.5302,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 1.0,
37
+ "eval_loss": 0.5693901181221008,
38
+ "eval_matthews_correlation": 0.2787671229651657,
39
+ "eval_runtime": 0.716,
40
+ "eval_samples_per_second": 1456.694,
41
+ "eval_steps_per_second": 92.178,
42
+ "step": 2138
43
+ },
44
+ {
45
+ "epoch": 1.17,
46
+ "learning_rate": 1.2001689156498788e-06,
47
+ "loss": 0.5141,
48
+ "step": 2500
49
+ },
50
+ {
51
+ "epoch": 1.4,
52
+ "learning_rate": 1.0468514762464705e-06,
53
+ "loss": 0.5067,
54
+ "step": 3000
55
+ },
56
+ {
57
+ "epoch": 1.64,
58
+ "learning_rate": 8.935340368430625e-07,
59
+ "loss": 0.4926,
60
+ "step": 3500
61
+ },
62
+ {
63
+ "epoch": 1.87,
64
+ "learning_rate": 7.402165974396544e-07,
65
+ "loss": 0.501,
66
+ "step": 4000
67
+ },
68
+ {
69
+ "epoch": 2.0,
70
+ "eval_loss": 0.5920860171318054,
71
+ "eval_matthews_correlation": 0.4068953869702192,
72
+ "eval_runtime": 0.7393,
73
+ "eval_samples_per_second": 1410.839,
74
+ "eval_steps_per_second": 89.276,
75
+ "step": 4276
76
+ },
77
+ {
78
+ "epoch": 2.1,
79
+ "learning_rate": 5.868991580362463e-07,
80
+ "loss": 0.487,
81
+ "step": 4500
82
+ },
83
+ {
84
+ "epoch": 2.34,
85
+ "learning_rate": 4.3358171863283815e-07,
86
+ "loss": 0.4612,
87
+ "step": 5000
88
+ },
89
+ {
90
+ "epoch": 2.57,
91
+ "learning_rate": 2.802642792294301e-07,
92
+ "loss": 0.4818,
93
+ "step": 5500
94
+ },
95
+ {
96
+ "epoch": 2.81,
97
+ "learning_rate": 1.2694683982602193e-07,
98
+ "loss": 0.4724,
99
+ "step": 6000
100
+ },
101
+ {
102
+ "epoch": 3.0,
103
+ "eval_loss": 0.6004377007484436,
104
+ "eval_matthews_correlation": 0.4116764797450708,
105
+ "eval_runtime": 0.7351,
106
+ "eval_samples_per_second": 1418.79,
107
+ "eval_steps_per_second": 89.78,
108
+ "step": 6414
109
+ }
110
+ ],
111
+ "logging_steps": 500,
112
+ "max_steps": 6414,
113
+ "num_input_tokens_seen": 0,
114
+ "num_train_epochs": 3,
115
+ "save_steps": 500,
116
+ "total_flos": 97649170840512.0,
117
+ "train_batch_size": 4,
118
+ "trial_name": null,
119
+ "trial_params": {
120
+ "learning_rate": 1.9667561126669194e-06,
121
+ "num_train_epochs": 3,
122
+ "per_device_train_batch_size": 4,
123
+ "seed": 1
124
+ }
125
+ }
run-3/checkpoint-6414/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b91e4836dde5a11432215e79bbc165d4ffa71f41124bd5e3404c89fe5fe37126
3
+ size 4792
run-3/checkpoint-6414/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Dec23_02-22-21_04248f4b0c3a/events.out.tfevents.1703299284.04248f4b0c3a.492.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3530fccc718c2aaeb2a5a5b3a3ee7014f61c517e0b1fcc7f55eb211617a86a61
3
- size 6747
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e19f98a58079b301ac421a1767c0f0d3c646bfa158763a47e5cac6ed2e3b8d1
3
+ size 7593