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
e35bc46a
Unverified
Commit
e35bc46a
authored
Dec 27, 2022
by
Eli Simhayev
Committed by
GitHub
Dec 27, 2022
Browse files
fix docs typos in "add_new_model" (#20900)
fix Jupyter typos
parent
d1b30112
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
docs/source/en/add_new_model.mdx
docs/source/en/add_new_model.mdx
+1
-1
templates/adding_a_new_model/ADD_NEW_MODEL_PROPOSAL_TEMPLATE.md
...tes/adding_a_new_model/ADD_NEW_MODEL_PROPOSAL_TEMPLATE.md
+2
-2
templates/adding_a_new_model/open_model_proposals/ADD_BIG_BIRD.md
...s/adding_a_new_model/open_model_proposals/ADD_BIG_BIRD.md
+2
-2
No files found.
docs/source/en/add_new_model.mdx
View file @
e35bc46a
...
...
@@ -268,7 +268,7 @@ In general, there are two possible debugging environments for running the origin
Jupyter notebooks have the advantage that they allow for cell-by-cell execution which can be helpful to better split
logical components from one another and to have faster debugging cycles as intermediate results can be stored. Also,
notebooks are often easier to share with other contributors, which might be very helpful if you want to ask the Hugging
Face team for help. If you are familiar with Jup
i
ter notebooks, we strongly recommend you to work with them.
Face team for help. If you are familiar with Jup
y
ter notebooks, we strongly recommend you to work with them.
The obvious disadvantage of Jupyter notebooks is that if you are not used to working with them you will have to spend
some time adjusting to the new programming environment and that you might not be able to use your known debugging tools
...
...
templates/adding_a_new_model/ADD_NEW_MODEL_PROPOSAL_TEMPLATE.md
View file @
e35bc46a
...
...
@@ -387,10 +387,10 @@ execution which can be helpful to better split logical components from
one another and to have faster debugging cycles as intermediate results
can be stored. Also, notebooks are often easier to share with other
contributors, which might be very helpful if you want to ask the Hugging
Face team for help. If you are familiar with Jup
i
ter notebooks, we
Face team for help. If you are familiar with Jup
y
ter notebooks, we
strongly recommend you to work with them.
The obvious disadvantage of Jupyt
h
er notebooks is that if you are not
The obvious disadvantage of Jupyter notebooks is that if you are not
used to working with them you will have to spend some time adjusting to
the new programming environment and that you might not be able to use
your known debugging tools anymore, like
`ipdb`
.
...
...
templates/adding_a_new_model/open_model_proposals/ADD_BIG_BIRD.md
View file @
e35bc46a
...
...
@@ -372,10 +372,10 @@ execution which can be helpful to better split logical components from
one another and to have faster debugging cycles as intermediate results
can be stored. Also, notebooks are often easier to share with other
contributors, which might be very helpful if you want to ask the Hugging
Face team for help. If you are familiar with Jup
i
ter notebooks, we
Face team for help. If you are familiar with Jup
y
ter notebooks, we
strongly recommend you to work with them.
The obvious disadvantage of Jupyt
h
er notebooks is that if you are not
The obvious disadvantage of Jupyter notebooks is that if you are not
used to working with them you will have to spend some time adjusting to
the new programming environment and that you might not be able to use
your known debugging tools anymore, like
`ipdb`
.
...
...
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