klin1 commited on
Commit
14a98e9
·
1 Parent(s): d71ec0f

Updated READ.me

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -18,14 +18,12 @@ After inputting a movie review, the model will output its prediction of how posi
18
 
19
  This model can be used to take in movie reviews and predict whether the overall sentiments of the review are positive or negative.
20
 
21
- An example use case for this model is taking in reviews spanning from the start of the pandemic to the current time to see how sentiments surrounding movies might have been affected by when in the pandemic it was released (or other factors such as the method it was released
22
-
23
 
24
  ## Training and evaluation data
25
 
26
- As mentioned above, this
27
 
28
- ## Training procedure
29
 
30
  ### Training results
31
 
 
18
 
19
  This model can be used to take in movie reviews and predict whether the overall sentiments of the review are positive or negative.
20
 
21
+ An example use case for this model is taking in reviews spanning from the start of the pandemic to the current time to see how sentiments surrounding movies might have been affected by when in the pandemic it was released (or other factors such as the method it was released).
 
22
 
23
  ## Training and evaluation data
24
 
25
+ As mentioned above, this model was fine-tuned on the rotten_tomatoes dataset, which contains 5,331 positive and 5,331 negative movie reviews from Rotten Tomatoes.
26
 
 
27
 
28
  ### Training results
29