Commit
·
0585be7
1
Parent(s):
c6470ce
update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,14 +54,14 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 | 131 | 0.
|
58 |
-
| No log | 2.0 | 262 | 0.
|
59 |
-
| No log | 3.0 | 393 | 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1622
|
23 |
+
- Precision: 0.7774
|
24 |
+
- Recall: 0.7937
|
25 |
+
- F1: 0.7854
|
26 |
+
- Accuracy: 0.9707
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 131 | 0.1355 | 0.6880 | 0.7298 | 0.7083 | 0.9604 |
|
58 |
+
| No log | 2.0 | 262 | 0.1194 | 0.7564 | 0.7727 | 0.7645 | 0.9684 |
|
59 |
+
| No log | 3.0 | 393 | 0.1277 | 0.7731 | 0.7868 | 0.7799 | 0.9691 |
|
60 |
+
| 0.0433 | 4.0 | 524 | 0.1433 | 0.7553 | 0.7829 | 0.7688 | 0.9685 |
|
61 |
+
| 0.0433 | 5.0 | 655 | 0.1515 | 0.7734 | 0.7946 | 0.7839 | 0.9700 |
|
62 |
+
| 0.0433 | 6.0 | 786 | 0.1518 | 0.7819 | 0.8008 | 0.7912 | 0.9708 |
|
63 |
+
| 0.0433 | 7.0 | 917 | 0.1602 | 0.7752 | 0.7914 | 0.7832 | 0.9704 |
|
64 |
+
| 0.0094 | 8.0 | 1048 | 0.1622 | 0.7774 | 0.7937 | 0.7854 | 0.9707 |
|
65 |
|
66 |
|
67 |
### Framework versions
|