Sebastian Gehrmann
		
	commited on
		
		
					Commit 
							
							·
						
						435a8aa
	
1
								Parent(s):
							
							d98fc40
								
- Taskmaster.py +1 -1
 
    	
        Taskmaster.py
    CHANGED
    
    | 
         @@ -197,6 +197,6 @@ class Taskmaster(datasets.GeneratorBasedBuilder): 
     | 
|
| 197 | 
         
             
                                "conversation_id": row["conversation_id"]
         
     | 
| 198 | 
         
             
                            }
         
     | 
| 199 | 
         | 
| 200 | 
         
            -
                            print(f"{other_count}/{other_count+expl_count} total now {expl_count}")
         
     | 
| 201 | 
         | 
| 202 | 
         
             
                            yield expl_count, ex
         
     | 
| 
         | 
|
| 197 | 
         
             
                                "conversation_id": row["conversation_id"]
         
     | 
| 198 | 
         
             
                            }
         
     | 
| 199 | 
         | 
| 200 | 
         
            +
                            # print(f"{other_count}/{other_count+expl_count} total now {expl_count}")
         
     | 
| 201 | 
         | 
| 202 | 
         
             
                            yield expl_count, ex
         
     |