update model card README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
metrics:
|
|
@@ -16,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# medlid-identify
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Precision: 0.
|
| 23 |
-
- Recall: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -53,10 +54,10 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 56 |
-
| No log | 1.0 | 381 | 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
metrics:
|
|
|
|
| 17 |
|
| 18 |
# medlid-identify
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.1708
|
| 23 |
+
- Precision: 0.3912
|
| 24 |
+
- Recall: 0.4603
|
| 25 |
+
- F1: 0.4229
|
| 26 |
+
- Accuracy: 0.9463
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
+
| No log | 1.0 | 381 | 0.1567 | 0.2689 | 0.3180 | 0.2914 | 0.9377 |
|
| 58 |
+
| 0.1618 | 2.0 | 762 | 0.1399 | 0.4016 | 0.3847 | 0.3930 | 0.9492 |
|
| 59 |
+
| 0.0978 | 3.0 | 1143 | 0.1505 | 0.3773 | 0.4239 | 0.3993 | 0.9468 |
|
| 60 |
+
| 0.0636 | 4.0 | 1524 | 0.1708 | 0.3912 | 0.4603 | 0.4229 | 0.9463 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|