Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Oct 26, 2023
1 parent 2b7fe88 commit ac78716
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def __init__(self, tokenizer_param: TokenizerParam, name: Optional[str] = None,
"""
outputs = []
if last_output_optional:
print("enter last_output_optional")
outputs.extend(["input_ids", "attention_mask"])
else:
outputs.extend(["input_ids", "attention_mask", "token_type_ids"])
Expand Down

0 comments on commit ac78716

Please sign in to comment.