Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Oct 10, 2024
1 parent e25da36 commit 3720ba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __init__(
tokenizer: Any,
max_length: int = 512,
preprocess_text_fn: Callable[
[List[str], Any, int.bool], Union[Dict[str, Tensor], Tuple[Dict[str, Tensor], Optional[Tensor]]]
[List[str], Any, int, bool], Union[Dict[str, Tensor], Tuple[Dict[str, Tensor], Optional[Tensor]]]
] = _preprocess_text,
idf: bool = False,
tokens_idf: Optional[Dict[int, float]] = None,
Expand Down

0 comments on commit 3720ba9

Please sign in to comment.