End of training
Browse files- README.md +79 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: google-bert/bert-base-uncased
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
- accuracy
|
12 |
+
model-index:
|
13 |
+
- name: biobert-ner-finetuned-con-kaggle
|
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 |
+
# biobert-ner-finetuned-con-kaggle
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on an unknown dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0894
|
25 |
+
- Precision: 0.9293
|
26 |
+
- Recall: 0.9551
|
27 |
+
- F1: 0.9420
|
28 |
+
- Accuracy: 0.9795
|
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: 16
|
49 |
+
- eval_batch_size: 16
|
50 |
+
- seed: 42
|
51 |
+
- gradient_accumulation_steps: 2
|
52 |
+
- total_train_batch_size: 32
|
53 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
+
- lr_scheduler_type: linear
|
55 |
+
- lr_scheduler_warmup_steps: 500
|
56 |
+
- num_epochs: 10
|
57 |
+
|
58 |
+
### Training results
|
59 |
+
|
60 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
61 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
62 |
+
| No log | 1.0 | 306 | 0.2575 | 0.7864 | 0.8034 | 0.7948 | 0.9322 |
|
63 |
+
| 0.8692 | 2.0 | 612 | 0.0949 | 0.9170 | 0.9451 | 0.9308 | 0.9759 |
|
64 |
+
| 0.8692 | 3.0 | 918 | 0.0854 | 0.9234 | 0.9607 | 0.9417 | 0.9791 |
|
65 |
+
| 0.1096 | 4.0 | 1224 | 0.0768 | 0.9333 | 0.9585 | 0.9457 | 0.9809 |
|
66 |
+
| 0.0656 | 5.0 | 1530 | 0.0772 | 0.9320 | 0.9562 | 0.9439 | 0.9806 |
|
67 |
+
| 0.0656 | 6.0 | 1836 | 0.0810 | 0.9360 | 0.9575 | 0.9466 | 0.9806 |
|
68 |
+
| 0.0468 | 7.0 | 2142 | 0.0827 | 0.9308 | 0.9580 | 0.9442 | 0.9803 |
|
69 |
+
| 0.0468 | 8.0 | 2448 | 0.0890 | 0.9248 | 0.9568 | 0.9405 | 0.9788 |
|
70 |
+
| 0.038 | 9.0 | 2754 | 0.0859 | 0.9345 | 0.9579 | 0.9460 | 0.9806 |
|
71 |
+
| 0.031 | 10.0 | 3060 | 0.0894 | 0.9293 | 0.9551 | 0.9420 | 0.9795 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.45.1
|
77 |
+
- Pytorch 2.4.0
|
78 |
+
- Datasets 3.0.1
|
79 |
+
- Tokenizers 0.20.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 435682216
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e5c57230749adfd4cf9c5e0af4dd904f7c73b6973de7f28a2a2b8e625fe8264
|
3 |
size 435682216
|