IMDb
Datasets
All datasets matching “IMDb”imdb
Dataset Card for "imdb"
Dataset Summary
Large Movie Review Dataset.
This is a dataset for binary sentiment classification containing substantially more data than previous benchmark datasets. We provide a set of 25,000 highly polar movie reviews for training, and 25,000 for testing. There is additional unlabeled data for use as well.
Supported Tasks and Leaderboards
More Information Needed
Languages
More Information Needed
Dataset Structure… See the full description on the dataset page: https://huggingface.co/datasets/stanfordnlp/imdb.dimdb
ImdbClassification
An MTEB dataset
Massive Text Embedding Benchmark
Large Movie Review Dataset
Task category
t2c
Domains
Reviews, Written
Reference
http://www.aclweb.org/anthology/P11-1015
How to evaluate on this task
You can evaluate an embedding model on this dataset using the following code:
import mteb
task = mteb.get_tasks(["ImdbClassification"])
evaluator = mteb.MTEB(task)
model = mteb.get_model(YOUR_MODEL)
evaluator.run(model)
To learn more… See the full description on the dataset page: https://huggingface.co/datasets/mteb/imdb.imdb-wikirl-lm-imdb-promptsimdb-posters-and-description-512
