eesuan commited on
Commit
b7ae103
1 Parent(s): 05bdd04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -8,6 +8,8 @@ metrics:
8
  model-index:
9
  - name: imdb-spoiler-distilbert
10
  results: []
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,9 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # imdb-spoiler-distilbert
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
 
 
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4822
21
  - Accuracy: 0.7794
22
 
23
  ## Model description
 
8
  model-index:
9
  - name: imdb-spoiler-distilbert
10
  results: []
11
+ widget:
12
+ - text: This was a masterpiece. Not completely faithful to the books, but enthralling from beginning to end. Might be my favorite of the three.
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
 
18
  # imdb-spoiler-distilbert
19
 
20
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [imdb-spoiler](https://huggingface.co/datasets/bhavyagiri/imdb-spoiler) dataset for classification.
21
+ [imdb-spoiler](https://huggingface.co/datasets/bhavyagiri/imdb-spoiler) is a subset of a [large-dataset](https://www.kaggle.com/datasets/rmisra/imdb-spoiler-dataset) for classifying whether a movie review is a spoiler or not.
22
+
23
  It achieves the following results on the evaluation set:
 
24
  - Accuracy: 0.7794
25
 
26
  ## Model description