Luca-Engel
commited on
Commit
•
5e3b3ec
1
Parent(s):
da72d03
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- Loss: 1.0640
|
24 |
- Accuracy: 0.7544
|
25 |
- Recall: 0.7930
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.9977
|
24 |
+
- Accuracy: 0.7737
|
25 |
+
- Recall: 0.8118
|
26 |
+
- Precision: 0.7526
|
27 |
+
- F1: 0.7811
|
28 |
+
|
29 |
+
|
30 |
+
And the following results on the test set:
|
31 |
- Loss: 1.0640
|
32 |
- Accuracy: 0.7544
|
33 |
- Recall: 0.7930
|