@@ -20,7 +20,7 @@ At the top of the page click **Run in Google Colab**.
2020
2121The file will open in Colab.
2222
23- If you choose, **Runtime ** then **Run All **, you'll get an error as the
23+ If you select **Runtime **, and then **Run All **, you'll get an error as the
2424file can't be found.
2525
2626To fix this, we'll copy the required file into our Google Drive account.
@@ -30,7 +30,7 @@ To fix this, we'll copy the required file into our Google Drive account.
3030 **cornell **.
31313. Visit the Cornell Movie Dialogs Corpus and download the ZIP file.
32324. Unzip the file on your local machine.
33- 5. Copy the file **movie\_ lines.txt ** to **data/cornell ** folder you
33+ 5. Copy the files **movie\_ lines.txt ** and ** movie \_ conversations.txt ** to the **data/cornell ** folder that you
3434 created in Google Drive.
3535
3636Now we'll need to edit the file in\_ \_ Colab to point to the file on
@@ -55,12 +55,12 @@ Change the two lines that follow:
5555
5656We're now pointing to the file we uploaded to Drive.
5757
58- Now when you click on the **Run cell ** button for the code section,
58+ Now when you click the **Run cell ** button for the code section,
5959you'll be prompted to authorize Google Drive and you'll get an
6060authorization code. Paste the code into the prompt in Colab and you
6161should be set.
6262
63- Rerun the notebook from **Runtime ** / **Run All ** menu command and
63+ Rerun the notebook from the **Runtime ** / **Run All ** menu command and
6464you'll see it process. (Note that this tutorial takes a long time to
6565run.)
6666
0 commit comments