nairaxo commited on
Commit
72204e2
1 Parent(s): 0777da2

End of training

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc0-1.0
4
+ base_model: bionlp/bluebert_pubmed_uncased_L-24_H-1024_A-16
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: medical-ner-bluebert
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # medical-ner-bluebert
21
+
22
+ This model is a fine-tuned version of [bionlp/bluebert_pubmed_uncased_L-24_H-1024_A-16](https://huggingface.co/bionlp/bluebert_pubmed_uncased_L-24_H-1024_A-16) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0894
25
+ - Precision: 0.9365
26
+ - Recall: 0.9705
27
+ - F1: 0.9532
28
+ - Accuracy: 0.9810
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 4
49
+ - eval_batch_size: 4
50
+ - seed: 42
51
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: cosine
53
+ - num_epochs: 20
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | No log | 1.0 | 90 | 0.7138 | 0.5501 | 0.6082 | 0.5777 | 0.7757 |
60
+ | No log | 2.0 | 180 | 0.6697 | 0.5391 | 0.7574 | 0.6298 | 0.7863 |
61
+ | No log | 3.0 | 270 | 0.4996 | 0.6284 | 0.8024 | 0.7048 | 0.8429 |
62
+ | No log | 4.0 | 360 | 0.3957 | 0.6779 | 0.8332 | 0.7476 | 0.8760 |
63
+ | No log | 5.0 | 450 | 0.2886 | 0.7603 | 0.8658 | 0.8096 | 0.9160 |
64
+ | 0.4932 | 6.0 | 540 | 0.2345 | 0.8026 | 0.8839 | 0.8413 | 0.9321 |
65
+ | 0.4932 | 7.0 | 630 | 0.2061 | 0.8290 | 0.9121 | 0.8686 | 0.9419 |
66
+ | 0.4932 | 8.0 | 720 | 0.1715 | 0.8537 | 0.9226 | 0.8868 | 0.9518 |
67
+ | 0.4932 | 9.0 | 810 | 0.1454 | 0.8701 | 0.9374 | 0.9025 | 0.9603 |
68
+ | 0.4932 | 10.0 | 900 | 0.1422 | 0.8857 | 0.9437 | 0.9137 | 0.9635 |
69
+ | 0.4932 | 11.0 | 990 | 0.1134 | 0.9081 | 0.9516 | 0.9293 | 0.9718 |
70
+ | 0.0935 | 12.0 | 1080 | 0.1147 | 0.9075 | 0.9582 | 0.9322 | 0.9722 |
71
+ | 0.0935 | 13.0 | 1170 | 0.1039 | 0.9165 | 0.9616 | 0.9385 | 0.9757 |
72
+ | 0.0935 | 14.0 | 1260 | 0.0978 | 0.9256 | 0.9658 | 0.9453 | 0.9774 |
73
+ | 0.0935 | 15.0 | 1350 | 0.0925 | 0.9283 | 0.9671 | 0.9473 | 0.9797 |
74
+ | 0.0935 | 16.0 | 1440 | 0.0873 | 0.9378 | 0.9679 | 0.9526 | 0.9813 |
75
+ | 0.0301 | 17.0 | 1530 | 0.0927 | 0.9334 | 0.9703 | 0.9515 | 0.9803 |
76
+ | 0.0301 | 18.0 | 1620 | 0.0903 | 0.9355 | 0.97 | 0.9525 | 0.9804 |
77
+ | 0.0301 | 19.0 | 1710 | 0.0890 | 0.9373 | 0.9711 | 0.9539 | 0.9811 |
78
+ | 0.0301 | 20.0 | 1800 | 0.0894 | 0.9365 | 0.9705 | 0.9532 | 0.9810 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.46.2
84
+ - Pytorch 2.5.1+cu121
85
+ - Datasets 3.1.0
86
+ - Tokenizers 0.20.3
runs/Nov17_20-42-23_9a306e48a168/events.out.tfevents.1731879123.9a306e48a168.255.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ea139c84291704a05aeb110b2404c6ad7b384fce7f34f112063738e1e3b1da8
3
+ size 560