koreadaeil
commited on
Commit
•
5795a70
1
Parent(s):
1f8cf3c
update model card README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the rotten_tomatoes dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
- Accuracy: 1.0
|
36 |
|
37 |
## Model description
|
@@ -63,8 +63,8 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
-
| No log | 1.0 | 30 | 0.
|
67 |
-
| No log | 2.0 | 60 | 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the rotten_tomatoes dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.0100
|
35 |
- Accuracy: 1.0
|
36 |
|
37 |
## Model description
|
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
66 |
+
| No log | 1.0 | 30 | 0.0223 | 1.0 |
|
67 |
+
| No log | 2.0 | 60 | 0.0100 | 1.0 |
|
68 |
|
69 |
|
70 |
### Framework versions
|