T145 commited on
Commit
9a63e7b
1 Parent(s): d4ab7e5

Updated the details repo URL

Browse files
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):