CoolFace
Datasetpublic

mteb/fiqa

FiQA2018 An MTEB dataset Massive Text Embedding Benchmark Financial Opinion Mining and Question Answering Task category t2t Domains Written, Financial Reference https://sites.google.com/view/fiqa/ 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(["FiQA2018"]) evaluator = mteb.MTEB(task) model = mteb.get_model(YOUR_MODEL) evaluator.run(model) To learn… See the full description on the dataset page: https://huggingface.co/datasets/mteb/fiqa.

sourceHugging Faceunknownupdated 1y agoView on Hugging Face
5likes11kdownloads
7 commits on main
5e59eeb1y ago

Add dataset card

Samoed
05c68d01y ago

Add dataset card

Samoed
27a16883y ago

Update README.md

Muennighoff
f6e02c43y ago

Update README.md

Muennighoff
6a02f213y ago

Add

Muennighoff
bc900973y ago

Create README.md

Muennighoff
7b69cf23y ago

initial commit

Muennighoff