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 |
-
- Accuracy: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
57 |
-
| 2.
|
58 |
-
| 1.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### 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.8880
|
23 |
+
- Accuracy: 0.8077
|
24 |
+
- Precision: 0.8072
|
25 |
+
- Recall: 0.8077
|
26 |
+
- F1: 0.8032
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
57 |
+
| 2.2082 | 1.0 | 104 | 1.3318 | 0.6956 | 0.6361 | 0.6956 | 0.6473 |
|
58 |
+
| 1.1512 | 2.0 | 208 | 1.0114 | 0.7604 | 0.7463 | 0.7604 | 0.7368 |
|
59 |
+
| 0.8152 | 3.0 | 312 | 0.8805 | 0.7860 | 0.7677 | 0.7860 | 0.7698 |
|
60 |
+
| 0.6142 | 4.0 | 416 | 0.8486 | 0.8025 | 0.8035 | 0.8025 | 0.7961 |
|
61 |
+
| 0.4726 | 5.0 | 520 | 0.8651 | 0.7992 | 0.7987 | 0.7992 | 0.7894 |
|
62 |
+
| 0.3677 | 6.0 | 624 | 0.8430 | 0.8077 | 0.8063 | 0.8077 | 0.8038 |
|
63 |
+
| 0.2967 | 7.0 | 728 | 0.8564 | 0.8037 | 0.8029 | 0.8037 | 0.7995 |
|
64 |
+
| 0.2494 | 8.0 | 832 | 0.8567 | 0.8077 | 0.8054 | 0.8077 | 0.8041 |
|
65 |
+
| 0.2163 | 9.0 | 936 | 0.8789 | 0.8075 | 0.8060 | 0.8075 | 0.8035 |
|
66 |
+
| 0.193 | 10.0 | 1040 | 0.8880 | 0.8077 | 0.8072 | 0.8077 | 0.8032 |
|
67 |
|
68 |
|
69 |
### Framework versions
|