Commit f9bc3f57 authored by Julien Chaumond's avatar Julien Chaumond Committed by Lysandre Debut
Browse files

style tweak

parent 0b13fb82
......@@ -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)`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment