@@ -20,7 +20,7 @@ At the top of the page click **Run in Google Colab**.
20
20
21
21
The file will open in Colab.
22
22
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
24
24
file can't be found.
25
25
26
26
To 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.
30
30
**cornell **.
31
31
3. Visit the Cornell Movie Dialogs Corpus and download the ZIP file.
32
32
4. 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
34
34
created in Google Drive.
35
35
36
36
Now 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:
55
55
56
56
We're now pointing to the file we uploaded to Drive.
57
57
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,
59
59
you'll be prompted to authorize Google Drive and you'll get an
60
60
authorization code. Paste the code into the prompt in Colab and you
61
61
should be set.
62
62
63
- Rerun the notebook from **Runtime ** / **Run All ** menu command and
63
+ Rerun the notebook from the **Runtime ** / **Run All ** menu command and
64
64
you'll see it process. (Note that this tutorial takes a long time to
65
65
run.)
66
66
0 commit comments