apenev commited on
Commit
8db0e7b
·
1 Parent(s): a03aa3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,11 +41,11 @@ More information needed
41
 
42
  ## Intended uses & limitations
43
 
44
- More information needed
45
 
46
  ## Training and evaluation data
47
 
48
- More information needed
49
 
50
  ## Training procedure
51
 
 
41
 
42
  ## Intended uses & limitations
43
 
44
+ The model is fine-tuned for sentiment analysis use cases. It can take a review and classify the review as 'positive' or 'negative'.
45
 
46
  ## Training and evaluation data
47
 
48
+ The model is fine-tuned with the IMDB dataset which consists of 25000 training records and 25000 testing records. The model is trained and validated on all of them.
49
 
50
  ## Training procedure
51