mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-31 12:00:23 +00:00
added missing python run statement
This commit is contained in:
parent
d2fe7287a2
commit
c754b14a79
@ -17,7 +17,7 @@ The codes are using the 50k movie reviews from IMDb ([dataset source](https://ai
|
|||||||
Run the following code to create the `train.csv`, `val.csv`, and `test.csv` datasets:
|
Run the following code to create the `train.csv`, `val.csv`, and `test.csv` datasets:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
download-prepare-dataset.py
|
python download-prepare-dataset.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user