Padmaj Srivastav commited on
Commit ·
40cdac9
1
Parent(s): cf30370
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 an unknown 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 |
-
| 0.
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 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 an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.0585
|
| 20 |
+
- Accuracy: 0.9926
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 51 |
+
| 0.0722 | 1.0 | 6947 | 0.0671 | 0.9855 |
|
| 52 |
+
| 0.0368 | 2.0 | 13894 | 0.0470 | 0.9907 |
|
| 53 |
+
| 0.0205 | 3.0 | 20841 | 0.0431 | 0.9918 |
|
| 54 |
+
| 0.0109 | 4.0 | 27788 | 0.0576 | 0.9920 |
|
| 55 |
+
| 0.0013 | 5.0 | 34735 | 0.0585 | 0.9926 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|