Skip to content

Commit f595c3e

Browse files
authored
Update A_Visual_Notebook_to_Using_BERT_for_the_First_Time.ipynb
errata so -> do
1 parent 2a6a0e5 commit f595c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: notebooks/bert/A_Visual_Notebook_to_Using_BERT_for_the_First_Time.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
"Right now, the variable `model` holds a pretrained distilBERT model -- a version of BERT that is smaller, but much faster and requiring a lot less memory.\n",
363363
"\n",
364364
"## Model #1: Preparing the Dataset\n",
365-
"Before we can hand our sentences to BERT, we need to so some minimal processing to put them in the format it requires.\n",
365+
"Before we can hand our sentences to BERT, we need to do some minimal processing to put them in the format it requires.\n",
366366
"\n",
367367
"### Tokenization\n",
368368
"Our first step is to tokenize the sentences -- break them up into word and subwords in the format BERT is comfortable with."

0 commit comments

Comments
 (0)