Skip to content

Commit

Permalink
update branch and typos (#4788)
Browse files Browse the repository at this point in the history
Signed-off-by: ericharper <complex451@gmail.com>

Signed-off-by: ericharper <complex451@gmail.com>
  • Loading branch information
ericharper authored and XuesongYang committed Sep 12, 2022
1 parent c61769b commit 26f7dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/nlp/Question_Answering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"outputs": [],
"source": [
"BRANCH = \"main\""
"BRANCH = 'main'"
]
},
{
Expand Down Expand Up @@ -155,7 +155,7 @@
"- **trainer**: Any argument to be passed to PyTorch Lightning\n",
"- **exp_manager**: All arguments used for setting up the experiment manager - target directory, name, logger information\n",
"\n",
"We will download the default config file provided at `NeMo/examples/nlp/question_answering/conf/qa_conf.yaml` and edit necassary values for training different models"
"We will download the default config file provided at `NeMo/examples/nlp/question_answering/conf/qa_conf.yaml` and edit necessary values for training different models"
]
},
{
Expand Down

0 comments on commit 26f7dac

Please sign in to comment.