Updated the details repo URL

#19
by T145 - opened
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):