Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ metrics:
|
|
| 10 |
model-index:
|
| 11 |
- name: distilbert-imdb
|
| 12 |
results: []
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -17,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# distilbert-imdb
|
| 19 |
|
| 20 |
-
This model is a fine-tuned version of [distilbert/distilbert-base-cased](https://huggingface.co/distilbert/distilbert-base-cased) on
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
- Loss: 0.2111
|
| 23 |
- Accuracy: 0.9285
|
|
@@ -63,4 +65,4 @@ The following hyperparameters were used during training:
|
|
| 63 |
- Transformers 5.0.0
|
| 64 |
- Pytorch 2.10.0+cu128
|
| 65 |
- Datasets 4.0.0
|
| 66 |
-
- Tokenizers 0.22.2
|
|
|
|
| 10 |
model-index:
|
| 11 |
- name: distilbert-imdb
|
| 12 |
results: []
|
| 13 |
+
datasets:
|
| 14 |
+
- DerivedFunction/imdb-50K-reviews-cleaned
|
| 15 |
---
|
| 16 |
|
| 17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 19 |
|
| 20 |
# distilbert-imdb
|
| 21 |
|
| 22 |
+
This model is a fine-tuned version of [distilbert/distilbert-base-cased](https://huggingface.co/distilbert/distilbert-base-cased) on dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
- Loss: 0.2111
|
| 25 |
- Accuracy: 0.9285
|
|
|
|
| 65 |
- Transformers 5.0.0
|
| 66 |
- Pytorch 2.10.0+cu128
|
| 67 |
- Datasets 4.0.0
|
| 68 |
+
- Tokenizers 0.22.2
|