Jannik Seus
commited on
Commit
·
aa795e8
1
Parent(s):
776544d
update model card README.md
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ 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: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 1.0 |
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
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.1048
|
24 |
+
- Precision: 0.7375
|
25 |
+
- Recall: 0.8194
|
26 |
+
- F1: 0.7763
|
27 |
+
- Accuracy: 0.9650
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 232 | 0.1149 | 0.6062 | 0.8125 | 0.6944 | 0.9500 |
|
59 |
+
| No log | 2.0 | 464 | 0.0942 | 0.7267 | 0.8125 | 0.7672 | 0.9630 |
|
60 |
+
| 0.1371 | 3.0 | 696 | 0.0981 | 0.7152 | 0.8194 | 0.7638 | 0.9638 |
|
61 |
+
| 0.1371 | 4.0 | 928 | 0.1048 | 0.7375 | 0.8194 | 0.7763 | 0.9650 |
|
62 |
|
63 |
|
64 |
### Framework versions
|