Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more details about the Mandarin tutorial #197

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
"id": "fjHrIfDj_mMD"
},
"source": [
"#### 2.4.1 Change vocabulary"
"#### 2.4.1 Change vocabulary (optional)"
]
},
{
Expand All @@ -328,7 +328,9 @@
"id": "4zBKAO36_mME"
},
"source": [
"Character based models don't need the tokenizer creation as only single characters are regarded as elements in the vocabulary. "
"Character based models don't need the tokenizer creation as only single characters are regarded as elements in the vocabulary.\n",
"\n",
"***HINTS*** if you don't want to change the vocabulary, just directly skip this section!"
]
},
{
Expand Down Expand Up @@ -646,7 +648,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let us freeze the encoder for easier initial convergence and faster training. On a smaller dataset when retraining the decoder, this is often a good idea."
"Let us freeze the encoder for easier initial convergence and faster training. On a smaller dataset when retraining the decoder, this is often a good idea.\n",
"\n",
"***HINTS*** If you want to finetune all the parameters of the model, you can skip this section!"
]
},
{
Expand Down