mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
style tweak
This commit is contained in:
parent
0b13fb822a
commit
f9bc3f5771
@ -80,7 +80,7 @@ CONFIG_MAPPING = OrderedDict(
|
||||
)
|
||||
|
||||
|
||||
class AutoConfig(object):
|
||||
class AutoConfig:
|
||||
r"""
|
||||
:class:`~transformers.AutoConfig` is a generic configuration class
|
||||
that will be instantiated as one of the configuration classes of the library
|
||||
|
@ -73,7 +73,7 @@ TOKENIZER_MAPPING = OrderedDict(
|
||||
)
|
||||
|
||||
|
||||
class AutoTokenizer(object):
|
||||
class AutoTokenizer:
|
||||
r""":class:`~transformers.AutoTokenizer` is a generic tokenizer class
|
||||
that will be instantiated as one of the tokenizer classes of the library
|
||||
when created with the `AutoTokenizer.from_pretrained(pretrained_model_name_or_path)`
|
||||
|
Loading…
Reference in New Issue
Block a user