update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
4 |
model-index:
|
5 |
- name: biobert-v1.1-BC2GM-IOBES
|
6 |
results: []
|
@@ -13,7 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model was trained from scratch on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Loss: 0.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -32,9 +39,9 @@ More information needed
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
-
- learning_rate:
|
36 |
-
- train_batch_size:
|
37 |
-
- eval_batch_size:
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
@@ -42,11 +49,11 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
-
|
47 |
-
|
|
48 |
-
|
|
49 |
-
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- precision
|
6 |
+
- recall
|
7 |
+
- f1
|
8 |
model-index:
|
9 |
- name: biobert-v1.1-BC2GM-IOBES
|
10 |
results: []
|
|
|
17 |
|
18 |
This model was trained from scratch on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2095
|
21 |
+
- Precision: 0.4505
|
22 |
+
- Recall: 0.4762
|
23 |
+
- F1: 0.4630
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 1e-05
|
43 |
+
- train_batch_size: 16
|
44 |
+
- eval_batch_size: 16
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
54 |
+
| 0.1812 | 1.0 | 2 | 0.2149 | 0.4706 | 0.4571 | 0.4638 |
|
55 |
+
| 0.1812 | 2.0 | 4 | 0.2109 | 0.4519 | 0.4476 | 0.4498 |
|
56 |
+
| 0.1812 | 3.0 | 6 | 0.2095 | 0.4505 | 0.4762 | 0.4630 |
|
57 |
|
58 |
|
59 |
### Framework versions
|