Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	
		Nathan Habib
		
	commited on
		
		
					Commit 
							
							·
						
						511d367
	
1
								Parent(s):
							
							20b060e
								
flag model
Browse files
    	
        src/leaderboard/filter_models.py
    CHANGED
    
    | 
         @@ -38,6 +38,7 @@ FLAGGED_MODELS = { 
     | 
|
| 38 | 
         
             
                "v1olet/v1olet_marcoroni-go-bruins-merge-7B": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/474",
         
     | 
| 39 | 
         
             
                "v1olet/v1olet_merged_dpo_7B_v3": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/474",
         
     | 
| 40 | 
         
             
                "rwitz2/pee": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/474",
         
     | 
| 
         | 
|
| 41 | 
         
             
            }
         
     | 
| 42 | 
         | 
| 43 | 
         
             
            # Models which have been requested by orgs to not be submitted on the leaderboard
         
     | 
| 
         | 
|
| 38 | 
         
             
                "v1olet/v1olet_marcoroni-go-bruins-merge-7B": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/474",
         
     | 
| 39 | 
         
             
                "v1olet/v1olet_merged_dpo_7B_v3": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/474",
         
     | 
| 40 | 
         
             
                "rwitz2/pee": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/474",
         
     | 
| 41 | 
         
            +
                "zyh3826 / GML-Mistral-merged-v1": "https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard/discussions/503"
         
     | 
| 42 | 
         
             
            }
         
     | 
| 43 | 
         | 
| 44 | 
         
             
            # Models which have been requested by orgs to not be submitted on the leaderboard
         
     |