Commit 789ea720 authored by thomwolf's avatar thomwolf
Browse files

fix output_token_type in glue

parent 1cbd566c
......@@ -43,7 +43,6 @@ def glue_convert_examples_to_features(examples, label_list, max_seq_length,
example.text_a,
example.text_b,
add_special_tokens=True,
output_token_type=True,
max_length=max_seq_length,
truncate_first_sequence=True # We're truncating the first sequence as a priority
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment