judithrosell
commited on
Commit
•
876d152
1
Parent(s):
4ae7dff
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google-bert/bert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: BERT_BIOMAT_NER3600_ST_DA
|
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 |
+
# BERT_BIOMAT_NER3600_ST_DA
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3385
|
24 |
+
- Precision: 0.9673
|
25 |
+
- Recall: 0.9631
|
26 |
+
- F1: 0.9652
|
27 |
+
- Accuracy: 0.9636
|
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: 2e-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 |
+
| 0.2217 | 1.0 | 601 | 0.2356 | 0.9543 | 0.9508 | 0.9525 | 0.9472 |
|
59 |
+
| 0.0692 | 2.0 | 1202 | 0.2555 | 0.9571 | 0.9529 | 0.9550 | 0.9525 |
|
60 |
+
| 0.0406 | 3.0 | 1803 | 0.2416 | 0.9626 | 0.9584 | 0.9605 | 0.9584 |
|
61 |
+
| 0.0257 | 4.0 | 2404 | 0.2984 | 0.9644 | 0.9594 | 0.9619 | 0.9598 |
|
62 |
+
| 0.011 | 5.0 | 3005 | 0.2851 | 0.9663 | 0.9622 | 0.9643 | 0.9627 |
|
63 |
+
| 0.0079 | 6.0 | 3606 | 0.3022 | 0.9665 | 0.9622 | 0.9644 | 0.9627 |
|
64 |
+
| 0.0056 | 7.0 | 4207 | 0.3214 | 0.9668 | 0.9619 | 0.9644 | 0.9625 |
|
65 |
+
| 0.0043 | 8.0 | 4808 | 0.3227 | 0.9673 | 0.9631 | 0.9652 | 0.9636 |
|
66 |
+
| 0.0036 | 9.0 | 5409 | 0.3405 | 0.9672 | 0.9629 | 0.9650 | 0.9634 |
|
67 |
+
| 0.0025 | 10.0 | 6010 | 0.3385 | 0.9673 | 0.9631 | 0.9652 | 0.9636 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.42.4
|
73 |
+
- Pytorch 2.4.0+cu121
|
74 |
+
- Datasets 2.21.0
|
75 |
+
- 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 435642228
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f542c12347f27a94c40c196499caafc8b1c8806a7b2e222883ff811b3644a0e2
|
3 |
size 435642228
|
runs/Sep02_22-21-10_e8f1885030ef/events.out.tfevents.1725315672.e8f1885030ef.603.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:0fe35c76281f9956a2e812aaef57761fb6d564ba1a73334fbc8f52a19af0e9bd
|
3 |
+
size 13559
|