CSFDCZMovieReviewSentimentClassification
An MTEB dataset
Massive Text Embedding Benchmark
The dataset contains 30k user reviews from csfd.cz in Czech.
You can evaluate an embedding model on this dataset using the following code:
import mteb
task = mteb.get_tasks(["CSFDCZMovieReviewSentimentClassification"])
evaluator = mteb.MTEB(task)… See the full description on the dataset page:
https://huggingface.co/datasets/mteb/CSFDCZMovieReviewSentimentClassification.