mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
quality
This commit is contained in:
parent
4679fe3bc1
commit
d8215d3d74
@ -39,6 +39,7 @@ class MistralCommonTokenizer(PushToHubMixin):
|
|||||||
Handles several methods for tokenization as well as methods for
|
Handles several methods for tokenization as well as methods for
|
||||||
downloading/caching/loading pretrained tokenizers.
|
downloading/caching/loading pretrained tokenizers.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self, tokenizer_path: Union[str, os.PathLike, Path], mode: ValidationMode = ValidationMode.test, **kwargs
|
self, tokenizer_path: Union[str, os.PathLike, Path], mode: ValidationMode = ValidationMode.test, **kwargs
|
||||||
):
|
):
|
||||||
|
Loading…
Reference in New Issue
Block a user