Emotion is a Persian dataset with six basic emotions: anger, fear, joy, love, sadness, and surprise.
You can evaluate an embedding model on this dataset using the following code:
import mteb
task = mteb.get_tasks(["PersianTextEmotion"])
evaluator =… See the full description on the dataset page:
https://huggingface.co/datasets/mteb/PersianTextEmotion.