dscoder25 commited on
Commit
df2c09d
·
verified ·
1 Parent(s): 370b4c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # finetuning-sentiment-model-samples-final-2
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.3075
22
  - Accuracy: 0.88
@@ -24,11 +24,11 @@ It achieves the following results on the evaluation set:
24
 
25
  ## Model description
26
 
27
- More information needed
28
 
29
  ## Intended uses & limitations
30
 
31
- More information needed
32
 
33
  ## Training and evaluation data
34
 
 
16
 
17
  # finetuning-sentiment-model-samples-final-2
18
 
19
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.3075
22
  - Accuracy: 0.88
 
24
 
25
  ## Model description
26
 
27
+ This model uses distilbert to classify given text as positive or negative (particularly movie reviews).
28
 
29
  ## Intended uses & limitations
30
 
31
+
32
 
33
  ## Training and evaluation data
34