From e35bc46af6ec655440da52c917196e68de3f30a3 Mon Sep 17 00:00:00 2001 From: Eli Simhayev Date: Tue, 27 Dec 2022 14:49:15 +0700 Subject: [PATCH] fix docs typos in "add_new_model" (#20900) fix Jupyter typos --- docs/source/en/add_new_model.mdx | 2 +- .../adding_a_new_model/ADD_NEW_MODEL_PROPOSAL_TEMPLATE.md | 4 ++-- .../adding_a_new_model/open_model_proposals/ADD_BIG_BIRD.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/en/add_new_model.mdx b/docs/source/en/add_new_model.mdx index e84a56e482..d22f2326f8 100644 --- a/docs/source/en/add_new_model.mdx +++ b/docs/source/en/add_new_model.mdx @@ -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 Jupiter notebooks, we strongly recommend you to work with them. +Face team for help. If you are familiar with Jupyter 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 diff --git a/templates/adding_a_new_model/ADD_NEW_MODEL_PROPOSAL_TEMPLATE.md b/templates/adding_a_new_model/ADD_NEW_MODEL_PROPOSAL_TEMPLATE.md index 2066356470..b06c296571 100644 --- a/templates/adding_a_new_model/ADD_NEW_MODEL_PROPOSAL_TEMPLATE.md +++ b/templates/adding_a_new_model/ADD_NEW_MODEL_PROPOSAL_TEMPLATE.md @@ -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 Jupiter notebooks, we +Face team for help. If you are familiar with Jupyter notebooks, we strongly recommend you to work with them. -The obvious disadvantage of Jupyther 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`. diff --git a/templates/adding_a_new_model/open_model_proposals/ADD_BIG_BIRD.md b/templates/adding_a_new_model/open_model_proposals/ADD_BIG_BIRD.md index 1c7827d898..c856fe45b8 100644 --- a/templates/adding_a_new_model/open_model_proposals/ADD_BIG_BIRD.md +++ b/templates/adding_a_new_model/open_model_proposals/ADD_BIG_BIRD.md @@ -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 Jupiter notebooks, we +Face team for help. If you are familiar with Jupyter notebooks, we strongly recommend you to work with them. -The obvious disadvantage of Jupyther 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`.