Skip to content

Commit

Permalink
feat: update revision id of wikicitiesclustering task
Browse files Browse the repository at this point in the history
  • Loading branch information
violenil authored and Muennighoff committed Oct 31, 2023
1 parent 88beb46 commit fb90c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mteb/tasks/Clustering/WikiCitiesClustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ def description(self):
"hf_hub_name": "jinaai/cities_wiki_clustering",
"description": (
"Clustering of Wikipedia articles of cities by country from https://huggingface.co/datasets/wikipedia."
"Test set includes cities from 133 countries."
"Test set includes 126 countries, and a total of 3531 cities."
),
"reference": "https://huggingface.co/datasets/wikipedia",
"type": "Clustering",
"category": "p2p",
"eval_splits": ["test"],
"eval_langs": ["en"],
"main_score": "v_measure",
"revision": "2af05f538fd902351ce5ec7ac84f23f71d52bae1",
"revision": "ddc9ee9242fa65332597f70e967ecc38b9d734fa",
}

0 comments on commit fb90c02

Please sign in to comment.