LiyaT3 commited on
Commit
117cc10
1 Parent(s): c346858

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 an unknown dataset.
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
- More information needed
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