Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# sentiment-analysis-imdb-distilbert
|
18 |
|
19 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.2224
|
22 |
- Accuracy: 0.918
|
@@ -24,7 +24,7 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
|
|
16 |
|
17 |
# sentiment-analysis-imdb-distilbert
|
18 |
|
19 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on IMDb dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.2224
|
22 |
- Accuracy: 0.918
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
This model is a DistilBERT-based sentiment analysis model fine-tuned on the IMDb dataset. It is designed to predict sentiment labels for the texts, classifying them as either positive or negative.
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|