End of training
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: Fine_tune_PubMedBert
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# Fine_tune_PubMedBert
|
20 |
+
|
21 |
+
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 an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.4669
|
24 |
+
- Precision: 0.6359
|
25 |
+
- Recall: 0.7044
|
26 |
+
- F1: 0.6684
|
27 |
+
- Accuracy: 0.8802
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 5e-05
|
47 |
+
- train_batch_size: 32
|
48 |
+
- eval_batch_size: 32
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 11 | 0.8690 | 0.3548 | 0.0401 | 0.0721 | 0.7691 |
|
59 |
+
| No log | 2.0 | 22 | 0.6036 | 0.6005 | 0.4635 | 0.5232 | 0.8468 |
|
60 |
+
| No log | 3.0 | 33 | 0.4788 | 0.6160 | 0.5912 | 0.6034 | 0.8678 |
|
61 |
+
| No log | 4.0 | 44 | 0.4621 | 0.5331 | 0.6898 | 0.6014 | 0.8611 |
|
62 |
+
| No log | 5.0 | 55 | 0.4319 | 0.5795 | 0.6916 | 0.6306 | 0.8681 |
|
63 |
+
| No log | 6.0 | 66 | 0.4444 | 0.5754 | 0.7099 | 0.6356 | 0.8694 |
|
64 |
+
| No log | 7.0 | 77 | 0.4472 | 0.6069 | 0.7099 | 0.6543 | 0.8756 |
|
65 |
+
| No log | 8.0 | 88 | 0.4556 | 0.6227 | 0.6898 | 0.6545 | 0.8786 |
|
66 |
+
| No log | 9.0 | 99 | 0.4613 | 0.6118 | 0.7190 | 0.6611 | 0.8767 |
|
67 |
+
| No log | 10.0 | 110 | 0.4669 | 0.6359 | 0.7044 | 0.6684 | 0.8802 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.35.2
|
73 |
+
- Pytorch 2.1.0+cu118
|
74 |
+
- Datasets 2.15.0
|
75 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435623772
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7e9cf136fdd722a7f4c1d1d4e54f0869a41c4e89eb39bbbcf58147d466a3a58
|
3 |
size 435623772
|
runs/Dec09_12-24-11_4e052a4b0b10/events.out.tfevents.1702124652.4e052a4b0b10.558.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:6b1bc6ef924562809590442588db6b63a7b9f1c2bf39b260c7537b34557ab71b
|
3 |
+
size 9777
|