Skip to content

Commit

Permalink
return_token_type_ids to True
Browse files Browse the repository at this point in the history
  • Loading branch information
SangbumChoi committed Jul 23, 2024
1 parent 0696dcf commit 850b9d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class GroundingDinoProcessorKwargs(ProcessingKwargs, total=False):
"return_overflowing_tokens": False,
"return_special_tokens_mask": False,
"return_offsets_mapping": False,
"return_token_type_ids": False,
"return_token_type_ids": True,
"return_length": False,
"verbose": True,
},
Expand Down

0 comments on commit 850b9d5

Please sign in to comment.