Update README.md
Browse files
README.md
CHANGED
@@ -41,11 +41,11 @@ More information needed
|
|
41 |
|
42 |
## Intended uses & limitations
|
43 |
|
44 |
-
|
45 |
|
46 |
## Training and evaluation data
|
47 |
|
48 |
-
|
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 |
|