"git@developer.sourcefind.cn:gaoqiong/flash-attention.git" did not exist on "71befc19e130ff65e9ad0f3113635c7a7ea9db60"
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( ...@@ -80,7 +80,7 @@ CONFIG_MAPPING = OrderedDict(
) )
class AutoConfig(object): class AutoConfig:
r""" r"""
:class:`~transformers.AutoConfig` is a generic configuration class :class:`~transformers.AutoConfig` is a generic configuration class
that will be instantiated as one of the configuration classes of the library that will be instantiated as one of the configuration classes of the library
......
...@@ -73,7 +73,7 @@ TOKENIZER_MAPPING = OrderedDict( ...@@ -73,7 +73,7 @@ TOKENIZER_MAPPING = OrderedDict(
) )
class AutoTokenizer(object): class AutoTokenizer:
r""":class:`~transformers.AutoTokenizer` is a generic tokenizer class r""":class:`~transformers.AutoTokenizer` is a generic tokenizer class
that will be instantiated as one of the tokenizer classes of the library 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)` 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