Unverified Commit 29801377 authored by Ruoyun Huang's avatar Ruoyun Huang Committed by GitHub
Browse files

[Doc] Typo in command example. (#2816)



* Typo in command example. 

process_nowplaying_rs.py is the right name under this folder.

* Update README.md

* Update README.md
Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
parent 672e3227
......@@ -4,7 +4,7 @@
- dask
- pandas
- torchtext
- torchtext==0.5
## Prepare datasets
......@@ -20,7 +20,7 @@
1. Download and extract the Nowplaying-rs dataset from https://zenodo.org/record/3248543/files/nowplayingrs.zip?download=1
into the current directory.
2. Run `python preprocess_nowplaying_rs.py ./nowplaying_rs_dataset ./data.pkl
2. Run `python process_nowplaying_rs.py ./nowplaying_rs_dataset ./data.pkl`
## Run model
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment