Duocas commited on
Commit
2ef7b06
·
verified ·
1 Parent(s): a8323ae

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:686dae01a5f5ff62ca84deb385085fe832215d27a85fb7dea19c6554428eaee9
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b002475867a6556113b7be4967ee415d9cdcc33de8158c4f48a676d97e09ee69
3
  size 267832560
run-5/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.38.2",
24
+ "vocab_size": 30522
25
+ }
run-5/checkpoint-6414/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b002475867a6556113b7be4967ee415d9cdcc33de8158c4f48a676d97e09ee69
3
+ size 267832560
run-5/checkpoint-6414/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f7115cece05bb3ea4b5bd37be75ffa336f5d6f0a1b48e24265f9a7949f63de0
3
+ size 535727290
run-5/checkpoint-6414/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:043952d9edc00d21829eaba972db94580847d9d9cabcef696b311fc9b53d5436
3
+ size 14244
run-5/checkpoint-6414/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b95b532d27db1fa030540bd930737dcceeccaad98a5a0e110f80e514beaf37d
3
+ size 1064
run-5/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-5/checkpoint-6414/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/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-5/checkpoint-6414/trainer_state.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5100838064555473,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/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
+ "grad_norm": 6.39190673828125,
14
+ "learning_rate": 1.1209948118290708e-05,
15
+ "loss": 0.6229,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.47,
20
+ "grad_norm": 9.500582695007324,
21
+ "learning_rate": 1.026220140555054e-05,
22
+ "loss": 0.5429,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7,
27
+ "grad_norm": 26.185821533203125,
28
+ "learning_rate": 9.314454692810372e-06,
29
+ "loss": 0.5158,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.94,
34
+ "grad_norm": 1.5794659852981567,
35
+ "learning_rate": 8.366707980070203e-06,
36
+ "loss": 0.5486,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5384177565574646,
42
+ "eval_matthews_correlation": 0.47375271850377065,
43
+ "eval_runtime": 0.7535,
44
+ "eval_samples_per_second": 1384.226,
45
+ "eval_steps_per_second": 87.592,
46
+ "step": 2138
47
+ },
48
+ {
49
+ "epoch": 1.17,
50
+ "grad_norm": 1.9103285074234009,
51
+ "learning_rate": 7.418961267330036e-06,
52
+ "loss": 0.4782,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.4,
57
+ "grad_norm": 108.48860168457031,
58
+ "learning_rate": 6.471214554589867e-06,
59
+ "loss": 0.4572,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 1.64,
64
+ "grad_norm": 0.3420422673225403,
65
+ "learning_rate": 5.5234678418497e-06,
66
+ "loss": 0.4584,
67
+ "step": 3500
68
+ },
69
+ {
70
+ "epoch": 1.87,
71
+ "grad_norm": 16.485048294067383,
72
+ "learning_rate": 4.5757211291095315e-06,
73
+ "loss": 0.4633,
74
+ "step": 4000
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_loss": 0.7257216572761536,
79
+ "eval_matthews_correlation": 0.4894919726378361,
80
+ "eval_runtime": 0.8153,
81
+ "eval_samples_per_second": 1279.261,
82
+ "eval_steps_per_second": 80.95,
83
+ "step": 4276
84
+ },
85
+ {
86
+ "epoch": 2.1,
87
+ "grad_norm": 0.4752595126628876,
88
+ "learning_rate": 3.6279744163693633e-06,
89
+ "loss": 0.3977,
90
+ "step": 4500
91
+ },
92
+ {
93
+ "epoch": 2.34,
94
+ "grad_norm": 84.74446105957031,
95
+ "learning_rate": 2.680227703629195e-06,
96
+ "loss": 0.3094,
97
+ "step": 5000
98
+ },
99
+ {
100
+ "epoch": 2.57,
101
+ "grad_norm": 44.53423309326172,
102
+ "learning_rate": 1.7324809908890274e-06,
103
+ "loss": 0.3461,
104
+ "step": 5500
105
+ },
106
+ {
107
+ "epoch": 2.81,
108
+ "grad_norm": 45.21189498901367,
109
+ "learning_rate": 7.847342781488592e-07,
110
+ "loss": 0.3176,
111
+ "step": 6000
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "eval_loss": 0.9411513209342957,
116
+ "eval_matthews_correlation": 0.5100838064555473,
117
+ "eval_runtime": 0.7484,
118
+ "eval_samples_per_second": 1393.668,
119
+ "eval_steps_per_second": 88.19,
120
+ "step": 6414
121
+ }
122
+ ],
123
+ "logging_steps": 500,
124
+ "max_steps": 6414,
125
+ "num_input_tokens_seen": 0,
126
+ "num_train_epochs": 3,
127
+ "save_steps": 500,
128
+ "total_flos": 97851494093928.0,
129
+ "train_batch_size": 4,
130
+ "trial_name": null,
131
+ "trial_params": {
132
+ "learning_rate": 1.2157694831030876e-05,
133
+ "num_train_epochs": 3,
134
+ "per_device_train_batch_size": 4,
135
+ "seed": 38
136
+ }
137
+ }
run-5/checkpoint-6414/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e7488a23871540af1a662c62183f9a7ec76213a6a302500c4aad6a29c3d9bb
3
+ size 4984
run-5/checkpoint-6414/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar04_02-28-38_78dd22f13cdf/events.out.tfevents.1709520731.78dd22f13cdf.294.7 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2488e3235d66a13fb55f399040e9c6f7379a0edb5bb0dfd83280658b58b32ff8
3
- size 7552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7196594ee67a500b89c897836d51cef3c8c23adaa7fe933d694408c966307d58
3
+ size 8452