Commit ·
0b8be6b
1
Parent(s): a3b1a6b
update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Accuracy: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
-
| No log | 1.0 | 48 | 0.
|
| 52 |
-
| No log | 2.0 | 96 | 0.
|
| 53 |
-
| No log | 3.0 | 144 | 0.
|
| 54 |
-
| No log | 4.0 | 192 | 0.
|
| 55 |
-
| No log | 5.0 | 240 | 0.
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.1466
|
| 20 |
+
- Accuracy: 0.9611
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
+
| No log | 1.0 | 48 | 0.5105 | 0.8623 |
|
| 52 |
+
| No log | 2.0 | 96 | 0.2715 | 0.9281 |
|
| 53 |
+
| No log | 3.0 | 144 | 0.1998 | 0.9431 |
|
| 54 |
+
| No log | 4.0 | 192 | 0.1466 | 0.9611 |
|
| 55 |
+
| No log | 5.0 | 240 | 0.1408 | 0.9581 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|