Update README.md
Browse files
README.md
CHANGED
|
@@ -266,15 +266,15 @@ Please note that every package indexed by the parquet files can contan several i
|
|
| 266 |
|
| 267 |
## Data access
|
| 268 |
|
| 269 |
-
|
|
|
|
| 270 |
To launch it you might need to install some dependencies, e.g., by:
|
| 271 |
```bash
|
| 272 |
-
pip install
|
| 273 |
```
|
| 274 |
|
| 275 |
-
|
| 276 |
|
| 277 |
-
We recommend to use [bulk_download.py](bulk_download.py).
|
| 278 |
|
| 279 |
### Dataset post-processing and stats
|
| 280 |
|
|
|
|
| 266 |
|
| 267 |
## Data access
|
| 268 |
|
| 269 |
+
We recommend to use [bulk_download.py](bulk_download.py).
|
| 270 |
+
|
| 271 |
To launch it you might need to install some dependencies, e.g., by:
|
| 272 |
```bash
|
| 273 |
+
pip install zstandard datasets huggingface_hub tqdm
|
| 274 |
```
|
| 275 |
|
| 276 |
+
A standalone example of how to access the episode data via streaming is also included in [stream_access_example.py](stream_access_example.py).
|
| 277 |
|
|
|
|
| 278 |
|
| 279 |
### Dataset post-processing and stats
|
| 280 |
|