nikolamilosevic
commited on
Commit
·
f34ec89
1
Parent(s):
788baae
update model card README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- Prec: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Prec | Recall | F1 |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:------:|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4191
|
22 |
+
- Accuracy: 0.8866
|
23 |
+
- Prec: 0.8771
|
24 |
+
- Recall: 0.8866
|
25 |
+
- F1: 0.8808
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Prec | Recall | F1 |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:------:|
|
56 |
+
| 1.1823 | 1.0 | 232 | 0.5940 | 0.8413 | 0.8273 | 0.8413 | 0.8224 |
|
57 |
+
| 0.4591 | 2.0 | 464 | 0.4600 | 0.8607 | 0.8539 | 0.8607 | 0.8555 |
|
58 |
+
| 0.3106 | 3.0 | 696 | 0.4160 | 0.8812 | 0.8763 | 0.8812 | 0.8785 |
|
59 |
+
| 0.246 | 4.0 | 928 | 0.4113 | 0.8834 | 0.8766 | 0.8834 | 0.8796 |
|
60 |
+
| 0.2013 | 5.0 | 1160 | 0.4191 | 0.8866 | 0.8771 | 0.8866 | 0.8808 |
|
61 |
|
62 |
|
63 |
### Framework versions
|