Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	
		Clémentine
		
	commited on
		
		
					Commit 
							
							·
						
						36bf18d
	
1
								Parent(s):
							
							06acefd
								
update collection path
Browse files
    	
        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 = " 
     | 
| 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"),
         
     |