update model card README.md
Browse files
README.md
CHANGED
|
@@ -17,16 +17,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# bert-finetuned-ner
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Proteinmutation F1: 0.
|
| 24 |
-
-
|
| 25 |
-
-
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Recall: 0.
|
| 28 |
-
- F1: 0.
|
| 29 |
-
- Accuracy: 0.
|
| 30 |
|
| 31 |
## Model description
|
| 32 |
|
|
@@ -55,18 +55,18 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
### Training results
|
| 57 |
|
| 58 |
-
| Training Loss | Epoch | Step | Validation Loss | Proteinmutation F1 |
|
| 59 |
-
|:-------------:|:-----:|:----:|:---------------:|:------------------:|:--------------
|
| 60 |
-
| No log | 1.0 |
|
| 61 |
-
|
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
# bert-finetuned-ner
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.0997
|
| 23 |
+
- Proteinmutation F1: 0.1309
|
| 24 |
+
- Snp F1: 0.1953
|
| 25 |
+
- Dnamutation F1: 0.3778
|
| 26 |
+
- Precision: 0.2380
|
| 27 |
+
- Recall: 0.2416
|
| 28 |
+
- F1: 0.2398
|
| 29 |
+
- Accuracy: 0.9703
|
| 30 |
|
| 31 |
## Model description
|
| 32 |
|
|
|
|
| 55 |
|
| 56 |
### Training results
|
| 57 |
|
| 58 |
+
| Training Loss | Epoch | Step | Validation Loss | Proteinmutation F1 | Snp F1 | Dnamutation F1 | Precision | Recall | F1 | Accuracy |
|
| 59 |
+
|:-------------:|:-----:|:----:|:---------------:|:------------------:|:------:|:--------------:|:---------:|:------:|:------:|:--------:|
|
| 60 |
+
| No log | 1.0 | 324 | 0.0533 | 0.0396 | 0.2830 | 0.4667 | 0.2334 | 0.3221 | 0.2707 | 0.9788 |
|
| 61 |
+
| 0.1072 | 2.0 | 648 | 0.0437 | 0.6065 | 0.4906 | 0.5009 | 0.4802 | 0.6348 | 0.5468 | 0.9868 |
|
| 62 |
+
| 0.1072 | 3.0 | 972 | 0.0592 | 0.1379 | 0.2485 | 0.2005 | 0.1639 | 0.2228 | 0.1889 | 0.9731 |
|
| 63 |
+
| 0.0573 | 4.0 | 1296 | 0.0722 | 0.0749 | 0.2530 | 0.4692 | 0.2705 | 0.2959 | 0.2826 | 0.9749 |
|
| 64 |
+
| 0.0431 | 5.0 | 1620 | 0.0766 | 0.1574 | 0.1847 | 0.2540 | 0.1766 | 0.2285 | 0.1992 | 0.9723 |
|
| 65 |
+
| 0.0431 | 6.0 | 1944 | 0.0805 | 0.1099 | 0.2202 | 0.2383 | 0.1657 | 0.2097 | 0.1851 | 0.9715 |
|
| 66 |
+
| 0.0396 | 7.0 | 2268 | 0.0886 | 0.1337 | 0.2138 | 0.4318 | 0.2683 | 0.2678 | 0.2680 | 0.9724 |
|
| 67 |
+
| 0.0354 | 8.0 | 2592 | 0.0927 | 0.1535 | 0.2113 | 0.3769 | 0.2505 | 0.2528 | 0.2516 | 0.9714 |
|
| 68 |
+
| 0.0354 | 9.0 | 2916 | 0.0978 | 0.1011 | 0.2540 | 0.3812 | 0.2495 | 0.2528 | 0.2512 | 0.9705 |
|
| 69 |
+
| 0.0312 | 10.0 | 3240 | 0.0997 | 0.1309 | 0.1953 | 0.3778 | 0.2380 | 0.2416 | 0.2398 | 0.9703 |
|
| 70 |
|
| 71 |
|
| 72 |
### Framework versions
|