Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
7351ef83
Unverified
Commit
7351ef83
authored
Sep 02, 2020
by
Stas Bekman
Committed by
GitHub
Sep 02, 2020
Browse files
[doc] typos (#6867)
* [doc] typos fixed typos * Update README.md
parent
ee1bff06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
templates/adding_a_new_model/README.md
templates/adding_a_new_model/README.md
+2
-2
No files found.
templates/adding_a_new_model/README.md
View file @
7351ef83
...
@@ -62,8 +62,8 @@ Here is the workflow for the adding tests:
...
@@ -62,8 +62,8 @@ Here is the workflow for the adding tests:
Here is the workflow for documentation:
Here is the workflow for documentation:
-
[ ] Make sure all your arguments are properly documened in your configuration and tokenizer.
-
[ ] Make sure all your arguments are properly documen
t
ed in your configuration and tokenizer.
-
[ ] Most of the documentation of the models is automatically generated, you just
a
hve to ma
l
e sure that
-
[ ] Most of the documentation of the models is automatically generated, you just h
a
ve to ma
k
e sure that
`XXX_START_DOCSTRING`
contains an introduction to the model you're adding and a link to the original
`XXX_START_DOCSTRING`
contains an introduction to the model you're adding and a link to the original
article and that
`XXX_INPUTS_DOCSTRING`
contains all the inputs of your model.
article and that
`XXX_INPUTS_DOCSTRING`
contains all the inputs of your model.
-
[ ] Create a new page
`xxx.rst`
in the folder
`docs/source/model_doc`
and add this file in
`docs/source/index.rst`
.
-
[ ] Create a new page
`xxx.rst`
in the folder
`docs/source/model_doc`
and add this file in
`docs/source/index.rst`
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment