ChristianSneffeFleischer
commited on
Commit
•
bf66e71
1
Parent(s):
3ac856f
training and evaluation complete
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-cased](https://huggingface.co/distilbert-base-cased) on the None 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,9 +55,9 @@ 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 | 199 | 0.
|
59 |
-
| No log | 2.0 | 398 | 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1280
|
24 |
+
- Precision: 0.8723
|
25 |
+
- Recall: 0.9143
|
26 |
+
- F1: 0.8928
|
27 |
+
- Accuracy: 0.9697
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.0 | 199 | 0.1830 | 0.7612 | 0.8280 | 0.7932 | 0.9483 |
|
59 |
+
| No log | 2.0 | 398 | 0.1424 | 0.8580 | 0.9103 | 0.8834 | 0.9643 |
|
60 |
+
| 0.2566 | 3.0 | 597 | 0.1280 | 0.8723 | 0.9143 | 0.8928 | 0.9697 |
|
61 |
|
62 |
|
63 |
### Framework versions
|