Skip to content

Commit

Permalink
fix: hf_hub_name for WikiCitiesClustering (#305)
Browse files Browse the repository at this point in the history
* fix: Fixed hf_hub_name for WikiCitiesClustering

* Added points for this PR and a 3 other minor dataset fixes
  • Loading branch information
KennethEnevoldsen authored Apr 1, 2024
1 parent a4f77de commit b447235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/mmteb/points.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| GitHub | Total points | New dataset | New task | Dataset annotations | (Bug)fixes | Running Models | Review PR | Paper Writing | Ideation | Coordination |
| ----------------- | ------------ | ----------- | -------- | ------------------- | ---------- | -------------- | -------- | -------------- | -------- | ------------- |
| KennethEnevoldsen | | 38 | | | 1 | | | | | |
| KennethEnevoldsen | | 38 | | | 4 | | | | | |
| x-tabdeveloping | | 2 | | | | | | | | |

Note that coordination and ideation is not included in the total points, but is used to determine first and last authors.
Expand Down
4 changes: 2 additions & 2 deletions mteb/tasks/Clustering/en/WikiCitiesClustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
class WikiCitiesClustering(AbsTaskClustering):
metadata = TaskMetadata(
name="WikiCitiesClustering",
description="Clustering of Wikipedia articles of cities by country from https://huggingface.co/datasets/wikipedia.",
description="Clustering of Wikipedia articles of cities by country from https://huggingface.co/datasets/wikipedia. Test set includes 126 countries, and a total of 3531 cities.",
reference="https://huggingface.co/datasets/wikipedia",
hf_hub_name="mteb/wikipedia-clustering",
hf_hub_name="jinaai/cities_wiki_clustering",
type="Clustering",
category="p2p",
eval_splits=["test"],
Expand Down

0 comments on commit b447235

Please sign in to comment.