Remove break
This commit is contained in:
@@ -76,9 +76,6 @@ def glue_convert_examples_to_features(examples, tokenizer,
|
||||
|
||||
features = []
|
||||
for (ex_index, example) in enumerate(examples):
|
||||
if ex_index == 10:
|
||||
break
|
||||
|
||||
if ex_index % 10000 == 0:
|
||||
logger.info("Writing example %d" % (ex_index))
|
||||
if is_tf_dataset:
|
||||
|
||||
Reference in New Issue
Block a user