Datasets:
GEM
/

Languages:
English
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
none
Source Datasets:
original
ArXiv:
License:
Sebastian Gehrmann commited on
Commit
435a8aa
1 Parent(s): d98fc40
Files changed (1) hide show
  1. 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