Weyaxi T145 commited on
Commit
e7b5f59
1 Parent(s): d4ab7e5

Updated the details repo URL (#19)

Browse files

- Updated the details repo URL (9a63e7bc6cd7307d52a695402c0d375c64d741b0)


Co-authored-by: Andy Nonymous <T145@users.noreply.huggingface.co>

Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -29,7 +29,7 @@ def search(df, value):
29
 
30
  def get_details_url(repo):
31
  author, model = repo.split("/")
32
- return f"https://huggingface.co/datasets/open-llm-leaderboard/details_{author}__{model}"
33
 
34
 
35
  def get_query_url(repo):
 
29
 
30
  def get_details_url(repo):
31
  author, model = repo.split("/")
32
+ return f"https://huggingface.co/datasets/open-llm-leaderboard/{author}__{model}-details"
33
 
34
 
35
  def get_query_url(repo):