File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424""" 
2525Custom evaluation tasks for lighteval. Copy this file and complete it with the info for your task. 
2626
27- This file generally create  just a TASKS_TABLE and TASKS_GROUPS which are then imported by LightEval. 
27+ This file generally creates  just a TASKS_TABLE and TASKS_GROUPS which are then imported by LightEval. 
2828
2929Author: 
3030""" 
31+ 
3132import  numpy  as  np 
3233from  aenum  import  extend_enum 
3334
34- from  lighteval .metrics  import  Metrics 
35- from  lighteval .metrics .metrics  import  SampleLevelMetric 
35+ from  lighteval .metrics .metrics  import  Metrics , SampleLevelMetric 
3636from  lighteval .metrics .utils .metric_utils  import  MetricCategory , MetricUseCase 
3737from  lighteval .tasks .default_prompts  import  LETTER_INDICES 
3838from  lighteval .tasks .lighteval_task  import  LightevalTaskConfig 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments