Skip to content

Commit

Permalink
fix: Update MindSmallReranking.py to have the correct hf reference (#303
Browse files Browse the repository at this point in the history
)
  • Loading branch information
KennethEnevoldsen authored Apr 1, 2024
1 parent a8b3584 commit 102e24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mteb/tasks/Reranking/en/MindSmallReranking.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MindSmallReranking(AbsTaskReranking):
name="MindSmallReranking",
description="Microsoft News Dataset: A Large-Scale English Dataset for News Recommendation Research",
reference="https://msnews.github.io/assets/doc/ACL2020_MIND.pdf",
hf_hub_name="msnews/mind-small-reranking",
hf_hub_name="mteb/mind_small",
type="Reranking",
category="s2s",
eval_splits=["test"],
Expand Down

0 comments on commit 102e24e

Please sign in to comment.