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
02039352
Unverified
Commit
02039352
authored
Sep 01, 2021
by
Patrick von Platen
Committed by
GitHub
Sep 01, 2021
Browse files
Update README.md
parent
d160782a
Changes
1
Hide 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 @
02039352
...
...
@@ -17,7 +17,7 @@ limitations under the License.
# Using `cookiecutter` to generate models
This folder contains templates to generate new models that fit the current API and pass all tests. It generates
models in both PyTorch
and
TensorFlow, completes the
`__init__.py`
and auto-modeling files, and creates the
models in both PyTorch
,
TensorFlow,
and Flax and
completes the
`__init__.py`
and auto-modeling files, and creates the
documentation.
## Usage
...
...
@@ -117,4 +117,4 @@ will be merged quickly:
-
You should run the
`make fixup`
utility to fix the style of the files and to ensure the code quality meets the
library's standards.
-
You should complete the documentation file (
`docs/source/model_doc/<model_name>.rst`
) so that your model may be
usable.
\ No newline at end of file
usable.
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