End of training
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
- Accuracy: 1.0
|
37 |
|
38 |
## Model description
|
@@ -64,8 +64,8 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
-
| No log | 1.0 |
|
68 |
-
| No log | 2.0 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.0002
|
36 |
- Accuracy: 1.0
|
37 |
|
38 |
## Model description
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| No log | 1.0 | 157 | 0.0004 | 1.0 |
|
68 |
+
| No log | 2.0 | 314 | 0.0002 | 1.0 |
|
69 |
|
70 |
|
71 |
### Framework versions
|