[Fix] Fix --skip-tokenizer-init (#1798)
This commit is contained in:
@@ -294,6 +294,8 @@ class BatchTokenIDOut:
|
||||
decoded_texts: List[str]
|
||||
decode_ids: List[int]
|
||||
read_offsets: List[int]
|
||||
# Only used when `--skip-tokenizer-init`
|
||||
output_ids: Optional[List[int]]
|
||||
skip_special_tokens: List[bool]
|
||||
spaces_between_special_tokens: List[bool]
|
||||
meta_info: List[Dict]
|
||||
|
||||
Reference in New Issue
Block a user