Mardiyyah commited on
Commit
e518da8
·
verified ·
1 Parent(s): 93da802

push model to hub

Browse files
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ base_model: microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext
7
+ tags:
8
+ - generated_from_trainer
9
+ metrics:
10
+ - precision
11
+ - recall
12
+ - accuracy
13
+ model-index:
14
+ - name: CeLLaTe-ner-3class-pubmedbert-baseline
15
+ results: []
16
+ ---
17
+
18
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
+ should probably proofread and complete it, then remove this comment. -->
20
+
21
+ # CeLLaTe-ner-3class-pubmedbert-baseline
22
+
23
+ This model is a fine-tuned version of [microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext) on the OTAR3088/CeLLaTe-ner-3class-iob_final dataset.
24
+ It achieves the following results on the evaluation set:
25
+ - Loss: 0.0923
26
+ - Precision: 0.7695
27
+ - Recall: 0.7647
28
+ - Micro F1: 0.7671
29
+ - Weighted F1: 0.7667
30
+ - Macro F1: 0.7626
31
+ - Accuracy: 0.9829
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 2e-05
51
+ - train_batch_size: 16
52
+ - eval_batch_size: 16
53
+ - seed: 3407
54
+ - gradient_accumulation_steps: 2
55
+ - total_train_batch_size: 32
56
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
57
+ - lr_scheduler_type: linear
58
+ - lr_scheduler_warmup_ratio: 0.01
59
+ - num_epochs: 20
60
+ - mixed_precision_training: Native AMP
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Micro F1 | Weighted F1 | Macro F1 | Accuracy |
65
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:--------:|:-----------:|:--------:|:--------:|
66
+ | 0.3707 | 1.0 | 263 | 0.0799 | 0.6219 | 0.5815 | 0.6010 | 0.5923 | 0.5770 | 0.9770 |
67
+ | 0.0585 | 2.0 | 526 | 0.0618 | 0.7373 | 0.7246 | 0.7309 | 0.7313 | 0.7277 | 0.9815 |
68
+ | 0.0354 | 3.0 | 789 | 0.0642 | 0.7269 | 0.7647 | 0.7453 | 0.7451 | 0.7433 | 0.9818 |
69
+ | 0.0257 | 4.0 | 1052 | 0.0811 | 0.7938 | 0.7054 | 0.7470 | 0.7457 | 0.7406 | 0.9823 |
70
+ | 0.0192 | 5.0 | 1315 | 0.0726 | 0.7556 | 0.7324 | 0.7439 | 0.7433 | 0.7413 | 0.9821 |
71
+ | 0.0145 | 6.0 | 1578 | 0.0841 | 0.7036 | 0.7574 | 0.7295 | 0.7315 | 0.7282 | 0.9808 |
72
+ | 0.0108 | 7.0 | 1841 | 0.0896 | 0.7809 | 0.7330 | 0.7562 | 0.7536 | 0.7491 | 0.9824 |
73
+ | 0.0086 | 8.0 | 2104 | 0.0914 | 0.7442 | 0.7574 | 0.7508 | 0.7510 | 0.7500 | 0.9823 |
74
+ | 0.0071 | 9.0 | 2367 | 0.0928 | 0.7695 | 0.7647 | 0.7671 | 0.7667 | 0.7626 | 0.9829 |
75
+ | 0.0061 | 10.0 | 2630 | 0.1001 | 0.7536 | 0.7402 | 0.7468 | 0.7469 | 0.7463 | 0.9822 |
76
+ | 0.0053 | 11.0 | 2893 | 0.0949 | 0.7722 | 0.7517 | 0.7618 | 0.7611 | 0.7580 | 0.9828 |
77
+ | 0.0042 | 12.0 | 3156 | 0.1045 | 0.7545 | 0.7423 | 0.7484 | 0.7490 | 0.7484 | 0.9823 |
78
+ | 0.0034 | 13.0 | 3419 | 0.1130 | 0.7660 | 0.7548 | 0.7604 | 0.7597 | 0.7571 | 0.9827 |
79
+ | 0.0032 | 14.0 | 3682 | 0.1128 | 0.7572 | 0.7371 | 0.7470 | 0.7472 | 0.7465 | 0.9819 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.48.2
85
+ - Pytorch 2.4.1+cu121
86
+ - Datasets 3.0.2
87
+ - Tokenizers 0.21.0
all_results.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 14.0,
3
+ "eval_accuracy": 0.9829432966140413,
4
+ "eval_loss": 0.09231310337781906,
5
+ "eval_macro_f1": 0.7626358851133038,
6
+ "eval_micro_f1": 0.7671018276762401,
7
+ "eval_precision": 0.7695128339444736,
8
+ "eval_recall": 0.7647058823529411,
9
+ "eval_samples": 1407,
10
+ "eval_weighted_f1": 0.7667324717128587,
11
+ "total_flos": 2981574659125788.0,
12
+ "train_loss": 0.040905012183057296,
13
+ "train_runtime": 941.9422,
14
+ "train_samples": 8409,
15
+ "train_samples_per_second": 178.546,
16
+ "train_steps_per_second": 5.584
17
+ }
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "B-CellLine",
13
+ "1": "I-CellLine",
14
+ "2": "B-CellType",
15
+ "3": "I-CellType",
16
+ "4": "B-Tissue",
17
+ "5": "I-Tissue",
18
+ "6": "O"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "B-CellLine": 0,
24
+ "B-CellType": 2,
25
+ "B-Tissue": 4,
26
+ "I-CellLine": 1,
27
+ "I-CellType": 3,
28
+ "I-Tissue": 5,
29
+ "O": 6
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "max_position_embeddings": 512,
33
+ "model_type": "bert",
34
+ "num_attention_heads": 12,
35
+ "num_hidden_layers": 12,
36
+ "pad_token_id": 0,
37
+ "position_embedding_type": "absolute",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.48.2",
40
+ "type_vocab_size": 2,
41
+ "use_cache": true,
42
+ "vocab_size": 30522
43
+ }
eval_results.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 14.0,
3
+ "eval_accuracy": 0.9829432966140413,
4
+ "eval_loss": 0.09231310337781906,
5
+ "eval_macro_f1": 0.7626358851133038,
6
+ "eval_micro_f1": 0.7671018276762401,
7
+ "eval_precision": 0.7695128339444736,
8
+ "eval_recall": 0.7647058823529411,
9
+ "eval_samples": 1407,
10
+ "eval_weighted_f1": 0.7667324717128587,
11
+ "total_flos": 2981574659125788.0,
12
+ "train_loss": 0.040905012183057296,
13
+ "train_runtime": 941.9422,
14
+ "train_samples": 8409,
15
+ "train_samples_per_second": 178.546,
16
+ "train_steps_per_second": 5.584
17
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd02e1e80745cedeeb95bca3d7552942c8a23ffe65c48a14e03d2cbeffb9ffe
3
+ size 435611468
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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 14.0,
3
+ "total_flos": 2981574659125788.0,
4
+ "train_loss": 0.040905012183057296,
5
+ "train_runtime": 941.9422,
6
+ "train_samples": 8409,
7
+ "train_samples_per_second": 178.546,
8
+ "train_steps_per_second": 5.584
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7626358851133038,
3
+ "best_model_checkpoint": "/nfs/production/literature/amina-mardiyyah/new_data/Ner_Pipeline/src/ner_pipeline/model_outputs/NER/CeLLaTe_3_Class_1.0/BiomedNLP_BiomedBERT_base_uncased_abstract_fulltext/BaseStrategy/StandardNerHead/BaseTrainer/no_data_aug/checkpoint-2367",
4
+ "epoch": 14.0,
5
+ "eval_steps": 100,
6
+ "global_step": 3682,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 1.4862927198410034,
14
+ "learning_rate": 1.9204916458613406e-05,
15
+ "loss": 0.3707,
16
+ "step": 263
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.9770208301605835,
21
+ "eval_loss": 0.079874187707901,
22
+ "eval_macro_f1": 0.5769987323644276,
23
+ "eval_micro_f1": 0.6010223298358892,
24
+ "eval_precision": 0.6219376391982183,
25
+ "eval_recall": 0.5814679854242581,
26
+ "eval_weighted_f1": 0.592280710950957,
27
+ "step": 263
28
+ },
29
+ {
30
+ "epoch": 2.0,
31
+ "grad_norm": 1.9079930782318115,
32
+ "learning_rate": 1.819473785289034e-05,
33
+ "loss": 0.0585,
34
+ "step": 526
35
+ },
36
+ {
37
+ "epoch": 2.0,
38
+ "eval_accuracy": 0.9815049833324873,
39
+ "eval_loss": 0.06179345026612282,
40
+ "eval_macro_f1": 0.7277089050124769,
41
+ "eval_micro_f1": 0.7309004988185875,
42
+ "eval_precision": 0.7372881355932204,
43
+ "eval_recall": 0.7246225923997918,
44
+ "eval_weighted_f1": 0.7313446348142951,
45
+ "step": 526
46
+ },
47
+ {
48
+ "epoch": 3.0,
49
+ "grad_norm": 1.0678396224975586,
50
+ "learning_rate": 1.7184559247167276e-05,
51
+ "loss": 0.0354,
52
+ "step": 789
53
+ },
54
+ {
55
+ "epoch": 3.0,
56
+ "eval_accuracy": 0.9818434099869706,
57
+ "eval_loss": 0.06418469548225403,
58
+ "eval_macro_f1": 0.7432720323562445,
59
+ "eval_micro_f1": 0.7453069507864029,
60
+ "eval_precision": 0.7268678871845621,
61
+ "eval_recall": 0.7647058823529411,
62
+ "eval_weighted_f1": 0.7451202973389662,
63
+ "step": 789
64
+ },
65
+ {
66
+ "epoch": 4.0,
67
+ "grad_norm": 0.2629636824131012,
68
+ "learning_rate": 1.617438064144421e-05,
69
+ "loss": 0.0257,
70
+ "step": 1052
71
+ },
72
+ {
73
+ "epoch": 4.0,
74
+ "eval_accuracy": 0.9822664433050747,
75
+ "eval_loss": 0.08105488121509552,
76
+ "eval_macro_f1": 0.7405963948143229,
77
+ "eval_micro_f1": 0.74696802646086,
78
+ "eval_precision": 0.7937902753368483,
79
+ "eval_recall": 0.7053617907339927,
80
+ "eval_weighted_f1": 0.7457498165560936,
81
+ "step": 1052
82
+ },
83
+ {
84
+ "epoch": 5.0,
85
+ "grad_norm": 0.4527699947357178,
86
+ "learning_rate": 1.5164202035721145e-05,
87
+ "loss": 0.0192,
88
+ "step": 1315
89
+ },
90
+ {
91
+ "epoch": 5.0,
92
+ "eval_accuracy": 0.9820633873123847,
93
+ "eval_loss": 0.07257022708654404,
94
+ "eval_macro_f1": 0.7412864283559636,
95
+ "eval_micro_f1": 0.7438540840602695,
96
+ "eval_precision": 0.7556390977443609,
97
+ "eval_recall": 0.7324310255075481,
98
+ "eval_weighted_f1": 0.7433335893250815,
99
+ "step": 1315
100
+ },
101
+ {
102
+ "epoch": 6.0,
103
+ "grad_norm": 0.020912302657961845,
104
+ "learning_rate": 1.415402342999808e-05,
105
+ "loss": 0.0145,
106
+ "step": 1578
107
+ },
108
+ {
109
+ "epoch": 6.0,
110
+ "eval_accuracy": 0.980760444692624,
111
+ "eval_loss": 0.08405586332082748,
112
+ "eval_macro_f1": 0.728176283051415,
113
+ "eval_micro_f1": 0.729506141890198,
114
+ "eval_precision": 0.7035783365570599,
115
+ "eval_recall": 0.7574180114523685,
116
+ "eval_weighted_f1": 0.731476982530679,
117
+ "step": 1578
118
+ },
119
+ {
120
+ "epoch": 7.0,
121
+ "grad_norm": 1.8371907472610474,
122
+ "learning_rate": 1.3143844824275017e-05,
123
+ "loss": 0.0108,
124
+ "step": 1841
125
+ },
126
+ {
127
+ "epoch": 7.0,
128
+ "eval_accuracy": 0.9824356566323164,
129
+ "eval_loss": 0.08958898484706879,
130
+ "eval_macro_f1": 0.7491220181673697,
131
+ "eval_micro_f1": 0.7561761546723953,
132
+ "eval_precision": 0.7809206877426511,
133
+ "eval_recall": 0.7329515877147319,
134
+ "eval_weighted_f1": 0.7535894817666166,
135
+ "step": 1841
136
+ },
137
+ {
138
+ "epoch": 8.0,
139
+ "grad_norm": 0.036153607070446014,
140
+ "learning_rate": 1.213366621855195e-05,
141
+ "loss": 0.0086,
142
+ "step": 2104
143
+ },
144
+ {
145
+ "epoch": 8.0,
146
+ "eval_accuracy": 0.982300285970523,
147
+ "eval_loss": 0.09140016883611679,
148
+ "eval_macro_f1": 0.7499882167101145,
149
+ "eval_micro_f1": 0.7507739938080494,
150
+ "eval_precision": 0.7442455242966752,
151
+ "eval_recall": 0.7574180114523685,
152
+ "eval_weighted_f1": 0.7510494149917656,
153
+ "step": 2104
154
+ },
155
+ {
156
+ "epoch": 9.0,
157
+ "grad_norm": 0.6101483106613159,
158
+ "learning_rate": 1.1123487612828885e-05,
159
+ "loss": 0.0071,
160
+ "step": 2367
161
+ },
162
+ {
163
+ "epoch": 9.0,
164
+ "eval_accuracy": 0.9829432966140413,
165
+ "eval_loss": 0.09278572350740433,
166
+ "eval_macro_f1": 0.7626358851133038,
167
+ "eval_micro_f1": 0.7671018276762401,
168
+ "eval_precision": 0.7695128339444736,
169
+ "eval_recall": 0.7647058823529411,
170
+ "eval_weighted_f1": 0.7667324717128587,
171
+ "step": 2367
172
+ },
173
+ {
174
+ "epoch": 10.0,
175
+ "grad_norm": 0.0035175979137420654,
176
+ "learning_rate": 1.011330900710582e-05,
177
+ "loss": 0.0061,
178
+ "step": 2630
179
+ },
180
+ {
181
+ "epoch": 10.0,
182
+ "eval_accuracy": 0.9821818366414539,
183
+ "eval_loss": 0.10011798143386841,
184
+ "eval_macro_f1": 0.7462770455304736,
185
+ "eval_micro_f1": 0.7468487394957983,
186
+ "eval_precision": 0.753577106518283,
187
+ "eval_recall": 0.7402394586153045,
188
+ "eval_weighted_f1": 0.7468672605156849,
189
+ "step": 2630
190
+ },
191
+ {
192
+ "epoch": 11.0,
193
+ "grad_norm": 0.0037437197752296925,
194
+ "learning_rate": 9.103130401382755e-06,
195
+ "loss": 0.0053,
196
+ "step": 2893
197
+ },
198
+ {
199
+ "epoch": 11.0,
200
+ "eval_accuracy": 0.9827910046195238,
201
+ "eval_loss": 0.09489310532808304,
202
+ "eval_macro_f1": 0.7580331495732254,
203
+ "eval_micro_f1": 0.7618042732788183,
204
+ "eval_precision": 0.772192513368984,
205
+ "eval_recall": 0.7516918271733473,
206
+ "eval_weighted_f1": 0.7611300880366612,
207
+ "step": 2893
208
+ },
209
+ {
210
+ "epoch": 12.0,
211
+ "grad_norm": 0.33181801438331604,
212
+ "learning_rate": 8.092951795659689e-06,
213
+ "loss": 0.0042,
214
+ "step": 3156
215
+ },
216
+ {
217
+ "epoch": 12.0,
218
+ "eval_accuracy": 0.9823172073032472,
219
+ "eval_loss": 0.10447186231613159,
220
+ "eval_macro_f1": 0.74837113461728,
221
+ "eval_micro_f1": 0.7483600104959328,
222
+ "eval_precision": 0.7544973544973544,
223
+ "eval_recall": 0.7423217074440396,
224
+ "eval_weighted_f1": 0.7490474113274579,
225
+ "step": 3156
226
+ },
227
+ {
228
+ "epoch": 13.0,
229
+ "grad_norm": 0.046197082847356796,
230
+ "learning_rate": 7.082773189936625e-06,
231
+ "loss": 0.0034,
232
+ "step": 3419
233
+ },
234
+ {
235
+ "epoch": 13.0,
236
+ "eval_accuracy": 0.9826894766231788,
237
+ "eval_loss": 0.11298680305480957,
238
+ "eval_macro_f1": 0.7570912941995157,
239
+ "eval_micro_f1": 0.7603565810173047,
240
+ "eval_precision": 0.7659799260433174,
241
+ "eval_recall": 0.7548152004164498,
242
+ "eval_weighted_f1": 0.7597214121014263,
243
+ "step": 3419
244
+ },
245
+ {
246
+ "epoch": 14.0,
247
+ "grad_norm": 0.02146022580564022,
248
+ "learning_rate": 6.072594584213559e-06,
249
+ "loss": 0.0032,
250
+ "step": 3682
251
+ },
252
+ {
253
+ "epoch": 14.0,
254
+ "eval_accuracy": 0.9819110953178672,
255
+ "eval_loss": 0.11282865703105927,
256
+ "eval_macro_f1": 0.7464972293717181,
257
+ "eval_micro_f1": 0.7470324452651016,
258
+ "eval_precision": 0.7572192513368984,
259
+ "eval_recall": 0.737116085372202,
260
+ "eval_weighted_f1": 0.7472486799694477,
261
+ "step": 3682
262
+ },
263
+ {
264
+ "epoch": 14.0,
265
+ "step": 3682,
266
+ "total_flos": 2981574659125788.0,
267
+ "train_loss": 0.040905012183057296,
268
+ "train_runtime": 941.9422,
269
+ "train_samples_per_second": 178.546,
270
+ "train_steps_per_second": 5.584
271
+ }
272
+ ],
273
+ "logging_steps": 10,
274
+ "max_steps": 5260,
275
+ "num_input_tokens_seen": 0,
276
+ "num_train_epochs": 20,
277
+ "save_steps": 100,
278
+ "stateful_callbacks": {
279
+ "EarlyStoppingCallback": {
280
+ "args": {
281
+ "early_stopping_patience": 5,
282
+ "early_stopping_threshold": 0.0
283
+ },
284
+ "attributes": {
285
+ "early_stopping_patience_counter": 5
286
+ }
287
+ },
288
+ "TrainerControl": {
289
+ "args": {
290
+ "should_epoch_stop": false,
291
+ "should_evaluate": false,
292
+ "should_log": false,
293
+ "should_save": true,
294
+ "should_training_stop": true
295
+ },
296
+ "attributes": {}
297
+ }
298
+ },
299
+ "total_flos": 2981574659125788.0,
300
+ "train_batch_size": 16,
301
+ "trial_name": null,
302
+ "trial_params": null
303
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17a170b9e623987daf76056a24fc0016d9520717b7969d1e9ad9e26465224fdd
3
+ size 5816
vocab.txt ADDED
The diff for this file is too large to render. See raw diff