Logo Lanfrica

mteb/AfriSentiClassification

Domain:

natural language processing

Record type:

dataset
Creator:
mteb
Host:
AfriSentiClassification An MTEB dataset Massive Text Embedding Benchmark AfriSenti is the largest sentiment analysis dataset for under-represented African languages. Task category t2c Domains Social, Written Referencehttps://AfriSenti: A Twitter Sentim… You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["AfriSentiClassification"]) evaluator = mteb.MTEB(task)