T2Retrieval
An MTEB dataset
Massive Text Embedding Benchmark
T2Ranking: A large-scale Chinese Benchmark for Passage Ranking
Task category
t2t
Domains
Medical, Academic, Financial, Government, Non-fiction
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(["T2Retrieval"])
evaluator = mteb.MTEB(task)
model =… See the full description on the dataset page:
https://huggingface.co/datasets/mteb/T2Retrieval.