Criser2013
commited on
End of training
Browse files
README.md
CHANGED
@@ -25,16 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
44 |
|
45 |
This model is a fine-tuned version of [raulgdp/xml-roberta-large-finetuned-ner](https://huggingface.co/raulgdp/xml-roberta-large-finetuned-ner) on the biobert_json dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
-
- Loss: 0.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
-
- F1: 0.
|
51 |
-
- Accuracy: 0.
|
52 |
|
53 |
## Model description
|
54 |
|
@@ -68,8 +68,8 @@ More information needed
|
|
68 |
|
69 |
The following hyperparameters were used during training:
|
70 |
- learning_rate: 2e-05
|
71 |
-
- train_batch_size:
|
72 |
-
- eval_batch_size:
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
@@ -77,13 +77,13 @@ The following hyperparameters were used during training:
|
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
-
| Training Loss | Epoch | Step
|
81 |
-
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
|
88 |
|
89 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.9497881598534296
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.9714235521461615
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.9604840343919173
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.981362755330252
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
This model is a fine-tuned version of [raulgdp/xml-roberta-large-finetuned-ner](https://huggingface.co/raulgdp/xml-roberta-large-finetuned-ner) on the biobert_json dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.0946
|
48 |
+
- Precision: 0.9498
|
49 |
+
- Recall: 0.9714
|
50 |
+
- F1: 0.9605
|
51 |
+
- Accuracy: 0.9814
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
68 |
|
69 |
The following hyperparameters were used during training:
|
70 |
- learning_rate: 2e-05
|
71 |
+
- train_batch_size: 8
|
72 |
+
- eval_batch_size: 8
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
|
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.1306 | 1.0 | 1224 | 0.1013 | 0.9299 | 0.9609 | 0.9451 | 0.9735 |
|
83 |
+
| 0.0996 | 2.0 | 2448 | 0.0932 | 0.9383 | 0.9656 | 0.9517 | 0.9777 |
|
84 |
+
| 0.0608 | 3.0 | 3672 | 0.0865 | 0.9493 | 0.9720 | 0.9605 | 0.9813 |
|
85 |
+
| 0.0445 | 4.0 | 4896 | 0.0927 | 0.9531 | 0.9729 | 0.9629 | 0.9819 |
|
86 |
+
| 0.0327 | 5.0 | 6120 | 0.0946 | 0.9498 | 0.9714 | 0.9605 | 0.9814 |
|
87 |
|
88 |
|
89 |
### Framework versions
|