Commit
·
9da61fd
1
Parent(s):
c2c8c01
Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,4 @@ license: apache-2.0
|
|
4 |
|
5 |
This 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.
|
6 |
|
7 |
-
It's used to fine-tune [roberta-base](https://huggingface.co/roberta-base) for
|
|
|
4 |
|
5 |
This 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.
|
6 |
|
7 |
+
It's used to fine-tune [roberta-base](https://huggingface.co/roberta-base) model for Text-Classification Model, [Check it out!](https://huggingface.co/bhavyagiri/roberta-base-finetuned-imdb-spoilers)
|