fixes
This commit is contained in:
@@ -86,7 +86,6 @@ def glue_convert_examples_to_features(examples, tokenizer,
|
||||
example.text_b,
|
||||
add_special_tokens=True,
|
||||
max_length=max_length,
|
||||
truncate_first_sequence=True # We're truncating the first sequence in priority
|
||||
)
|
||||
input_ids, token_type_ids = inputs["input_ids"], inputs["token_type_ids"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user