Weyaxi commited on
Commit
52670a6
·
verified ·
1 Parent(s): 6f46ea5

details change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def return_operation_results(from_model, to_model):
51
 
52
 
53
  def model_name_to_details(model_name):
54
- return f"datasets/open-llm-leaderboard/details_{model_name.split('/')[0]}__{model_name.split('/')[1]}"
55
 
56
 
57
  def return_operation_details(from_model, to_model):
 
51
 
52
 
53
  def model_name_to_details(model_name):
54
+ return f"datasets/open-llm-leaderboard/{model_name.split('/')[0]}__{model_name.split('/')[1]}-details"
55
 
56
 
57
  def return_operation_details(from_model, to_model):