"python/vscode:/vscode.git/clone" did not exist on "efedbe6ca92028873b4e985df5533d31bd6dae59"
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, ...@@ -43,7 +43,6 @@ def glue_convert_examples_to_features(examples, label_list, max_seq_length,
example.text_a, example.text_a,
example.text_b, example.text_b,
add_special_tokens=True, add_special_tokens=True,
output_token_type=True,
max_length=max_seq_length, max_length=max_seq_length,
truncate_first_sequence=True # We're truncating the first sequence as a priority 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