Updated READ.me
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ model-index:
|
|
12 |
|
13 |
The rotten-tomatoes-model is a text-classification model. It used the `bert-base-cased` model, and was fine tuned on the `rotten_tomatoes` model.
|
14 |
|
15 |
-
After inputting a movie review, the model will output its prediction of how positive/negative the review is. LABEL_0 is Negative, while LABEL_1 is Positive.
|
16 |
|
17 |
## Intended uses & limitations
|
18 |
|
@@ -22,7 +22,7 @@ An example use case for this model is taking in reviews spanning from the start
|
|
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
|
|
|
12 |
|
13 |
The rotten-tomatoes-model is a text-classification model. It used the `bert-base-cased` model, and was fine tuned on the `rotten_tomatoes` model.
|
14 |
|
15 |
+
After inputting a movie review, the model will output its prediction of how positive/negative the review is. `LABEL_0` is Negative, while `LABEL_1` is Positive.
|
16 |
|
17 |
## Intended uses & limitations
|
18 |
|
|
|
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
|