TweetSentimentExtractionClassification
An MTEB dataset
Massive Text Embedding Benchmark
You can evaluate an embedding model on this dataset using the following code:
import mteb
task = mteb.get_tasks(["TweetSentimentExtractionClassification"])
evaluator = mteb.MTEB(task)