Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
base_model: distilbert/distilbert-base-uncased
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -13,12 +14,9 @@ model-index:
|
|
13 |
results: []
|
14 |
---
|
15 |
|
16 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
-
should probably proofread and complete it, then remove this comment. -->
|
18 |
-
|
19 |
# distilbert-base-uncased-imdb
|
20 |
|
21 |
-
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.4367
|
24 |
- Accuracy: 0.9327
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
base_model: distilbert/distilbert-base-uncased
|
4 |
+
dataset: stanfordnlp/imdb
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
|
|
14 |
results: []
|
15 |
---
|
16 |
|
|
|
|
|
|
|
17 |
# distilbert-base-uncased-imdb
|
18 |
|
19 |
+
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the [imdb](https://huggingface.co/datasets/stanfordnlp/imdb) dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.4367
|
22 |
- Accuracy: 0.9327
|