Clémentine commited on
Commit
36bf18d
1 Parent(s): 06acefd

update collection path

Browse files
Files changed (1) hide show
  1. src/manage_collections.py +1 -1
src/manage_collections.py CHANGED
@@ -9,7 +9,7 @@ from src.display_models.utils import AutoEvalColumn
9
 
10
  H4_TOKEN = os.environ.get("H4_TOKEN", None)
11
 
12
- path_to_collection = "HuggingFaceH4/current-best-models-of-the-open-llm-leaderboard-652d64cf619fc62beef5c2a3"
13
  intervals = {
14
  "1B": pd.Interval(0, 1.5, closed="right"),
15
  "3B": pd.Interval(2.5, 3.5, closed="neither"),
 
9
 
10
  H4_TOKEN = os.environ.get("H4_TOKEN", None)
11
 
12
+ path_to_collection = "open-llm-leaderboard/llm-leaderboard-best-models-652d6c7965a4619fb5c27a03"
13
  intervals = {
14
  "1B": pd.Interval(0, 1.5, closed="right"),
15
  "3B": pd.Interval(2.5, 3.5, closed="neither"),