Rodrigo1771
commited on
Commit
•
fe65bfb
1
Parent(s):
44aa670
Model save
Browse files- README.md +102 -0
- model.safetensors +1 -1
- tb/events.out.tfevents.1725526555.6cb9bed92fd1.4510.0 +2 -2
- train.log +13 -0
README.md
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: michiyasunaga/BioLinkBERT-base
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- drugtemist-en-75-ner
|
9 |
+
metrics:
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
+
- f1
|
13 |
+
- accuracy
|
14 |
+
model-index:
|
15 |
+
- name: output
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
name: Token Classification
|
19 |
+
type: token-classification
|
20 |
+
dataset:
|
21 |
+
name: drugtemist-en-75-ner
|
22 |
+
type: drugtemist-en-75-ner
|
23 |
+
config: DrugTEMIST English NER
|
24 |
+
split: validation
|
25 |
+
args: DrugTEMIST English NER
|
26 |
+
metrics:
|
27 |
+
- name: Precision
|
28 |
+
type: precision
|
29 |
+
value: 0.921028466483012
|
30 |
+
- name: Recall
|
31 |
+
type: recall
|
32 |
+
value: 0.934762348555452
|
33 |
+
- name: F1
|
34 |
+
type: f1
|
35 |
+
value: 0.9278445883441258
|
36 |
+
- name: Accuracy
|
37 |
+
type: accuracy
|
38 |
+
value: 0.9986883598917199
|
39 |
+
---
|
40 |
+
|
41 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
42 |
+
should probably proofread and complete it, then remove this comment. -->
|
43 |
+
|
44 |
+
# output
|
45 |
+
|
46 |
+
This model is a fine-tuned version of [michiyasunaga/BioLinkBERT-base](https://huggingface.co/michiyasunaga/BioLinkBERT-base) on the drugtemist-en-75-ner dataset.
|
47 |
+
It achieves the following results on the evaluation set:
|
48 |
+
- Loss: 0.0083
|
49 |
+
- Precision: 0.9210
|
50 |
+
- Recall: 0.9348
|
51 |
+
- F1: 0.9278
|
52 |
+
- Accuracy: 0.9987
|
53 |
+
|
54 |
+
## Model description
|
55 |
+
|
56 |
+
More information needed
|
57 |
+
|
58 |
+
## Intended uses & limitations
|
59 |
+
|
60 |
+
More information needed
|
61 |
+
|
62 |
+
## Training and evaluation data
|
63 |
+
|
64 |
+
More information needed
|
65 |
+
|
66 |
+
## Training procedure
|
67 |
+
|
68 |
+
### Training hyperparameters
|
69 |
+
|
70 |
+
The following hyperparameters were used during training:
|
71 |
+
- learning_rate: 5e-05
|
72 |
+
- train_batch_size: 32
|
73 |
+
- eval_batch_size: 8
|
74 |
+
- seed: 42
|
75 |
+
- gradient_accumulation_steps: 2
|
76 |
+
- total_train_batch_size: 64
|
77 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
78 |
+
- lr_scheduler_type: linear
|
79 |
+
- num_epochs: 10.0
|
80 |
+
|
81 |
+
### Training results
|
82 |
+
|
83 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
84 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
85 |
+
| 0.0189 | 1.0 | 504 | 0.0052 | 0.8712 | 0.9394 | 0.9040 | 0.9984 |
|
86 |
+
| 0.0047 | 2.0 | 1008 | 0.0048 | 0.9253 | 0.9236 | 0.9244 | 0.9987 |
|
87 |
+
| 0.0027 | 3.0 | 1512 | 0.0059 | 0.9252 | 0.9226 | 0.9239 | 0.9986 |
|
88 |
+
| 0.0015 | 4.0 | 2016 | 0.0065 | 0.9342 | 0.9264 | 0.9303 | 0.9987 |
|
89 |
+
| 0.0011 | 5.0 | 2520 | 0.0073 | 0.9073 | 0.9394 | 0.9231 | 0.9986 |
|
90 |
+
| 0.0005 | 6.0 | 3024 | 0.0090 | 0.9191 | 0.9217 | 0.9204 | 0.9984 |
|
91 |
+
| 0.0007 | 7.0 | 3528 | 0.0084 | 0.9074 | 0.9310 | 0.9190 | 0.9986 |
|
92 |
+
| 0.0004 | 8.0 | 4032 | 0.0085 | 0.9093 | 0.9338 | 0.9214 | 0.9986 |
|
93 |
+
| 0.0003 | 9.0 | 4536 | 0.0080 | 0.9186 | 0.9357 | 0.9271 | 0.9987 |
|
94 |
+
| 0.0002 | 10.0 | 5040 | 0.0083 | 0.9210 | 0.9348 | 0.9278 | 0.9987 |
|
95 |
+
|
96 |
+
|
97 |
+
### Framework versions
|
98 |
+
|
99 |
+
- Transformers 4.44.2
|
100 |
+
- Pytorch 2.4.0+cu121
|
101 |
+
- Datasets 2.21.0
|
102 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 430601004
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bac7367dde258c667978ad27522f15a1f2caeb2ed58166eec16673704a732e98
|
3 |
size 430601004
|
tb/events.out.tfevents.1725526555.6cb9bed92fd1.4510.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b997e02cb357ba36d50ba20ca9d874b3df1576e5d678167da71f72577e0f45e
|
3 |
+
size 12305
|
train.log
CHANGED
@@ -1276,3 +1276,16 @@ Training completed. Do not forget to share your model on huggingface.co/models =
|
|
1276 |
[INFO|trainer.py:2632] 2024-09-05 09:16:45,046 >> Loading best model from /content/dissertation/scripts/ner/output/checkpoint-2016 (score: 0.930276087973795).
|
1277 |
|
1278 |
|
1279 |
[INFO|trainer.py:4283] 2024-09-05 09:16:45,216 >> Waiting for the current checkpoint push to be finished, this might take a couple of minutes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1276 |
[INFO|trainer.py:2632] 2024-09-05 09:16:45,046 >> Loading best model from /content/dissertation/scripts/ner/output/checkpoint-2016 (score: 0.930276087973795).
|
1277 |
|
1278 |
|
1279 |
[INFO|trainer.py:4283] 2024-09-05 09:16:45,216 >> Waiting for the current checkpoint push to be finished, this might take a couple of minutes.
|
1280 |
+
[INFO|trainer.py:3503] 2024-09-05 09:16:57,035 >> Saving model checkpoint to /content/dissertation/scripts/ner/output
|
1281 |
+
[INFO|configuration_utils.py:472] 2024-09-05 09:16:57,037 >> Configuration saved in /content/dissertation/scripts/ner/output/config.json
|
1282 |
+
[INFO|modeling_utils.py:2799] 2024-09-05 09:16:58,300 >> Model weights saved in /content/dissertation/scripts/ner/output/model.safetensors
|
1283 |
+
[INFO|tokenization_utils_base.py:2684] 2024-09-05 09:16:58,301 >> tokenizer config file saved in /content/dissertation/scripts/ner/output/tokenizer_config.json
|
1284 |
+
[INFO|tokenization_utils_base.py:2693] 2024-09-05 09:16:58,301 >> Special tokens file saved in /content/dissertation/scripts/ner/output/special_tokens_map.json
|
1285 |
+
[INFO|trainer.py:3503] 2024-09-05 09:16:58,314 >> Saving model checkpoint to /content/dissertation/scripts/ner/output
|
1286 |
+
[INFO|configuration_utils.py:472] 2024-09-05 09:16:58,315 >> Configuration saved in /content/dissertation/scripts/ner/output/config.json
|
1287 |
+
[INFO|modeling_utils.py:2799] 2024-09-05 09:16:59,583 >> Model weights saved in /content/dissertation/scripts/ner/output/model.safetensors
|
1288 |
+
[INFO|tokenization_utils_base.py:2684] 2024-09-05 09:16:59,584 >> tokenizer config file saved in /content/dissertation/scripts/ner/output/tokenizer_config.json
|
1289 |
+
[INFO|tokenization_utils_base.py:2693] 2024-09-05 09:16:59,585 >> Special tokens file saved in /content/dissertation/scripts/ner/output/special_tokens_map.json
|
1290 |
+
{'eval_loss': 0.008253143168985844, 'eval_precision': 0.921028466483012, 'eval_recall': 0.934762348555452, 'eval_f1': 0.9278445883441258, 'eval_accuracy': 0.9986883598917199, 'eval_runtime': 13.7257, 'eval_samples_per_second': 506.057, 'eval_steps_per_second': 63.312, 'epoch': 10.0}
|
1291 |
+
{'train_runtime': 1249.6681, 'train_samples_per_second': 257.924, 'train_steps_per_second': 4.033, 'train_loss': 0.0030765269683407886, 'epoch': 10.0}
|
1292 |
+
|