laraozyegen
commited on
Commit
·
207f987
1
Parent(s):
aa67272
Training complete
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
This model is a fine-tuned version of [samrawal/bert-base-uncased_clinical-ner](https://huggingface.co/samrawal/bert-base-uncased_clinical-ner) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.4144
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,9 +54,9 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 | 188 | 0.
|
58 |
-
| No log | 2.0 | 376 | 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
20 |
This model is a fine-tuned version of [samrawal/bert-base-uncased_clinical-ner](https://huggingface.co/samrawal/bert-base-uncased_clinical-ner) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.4144
|
23 |
+
- Precision: 0.5379
|
24 |
+
- Recall: 0.6266
|
25 |
+
- F1: 0.5789
|
26 |
+
- Accuracy: 0.8522
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 188 | 0.4360 | 0.5166 | 0.5835 | 0.5480 | 0.8411 |
|
58 |
+
| No log | 2.0 | 376 | 0.4066 | 0.5414 | 0.6322 | 0.5833 | 0.8521 |
|
59 |
+
| 0.4136 | 3.0 | 564 | 0.4144 | 0.5379 | 0.6266 | 0.5789 | 0.8522 |
|
60 |
|
61 |
|
62 |
### Framework versions
|