Skip to content

Commit 6ffb1fa

Browse files
committed
update
1 parent 6735f93 commit 6ffb1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ hf_uri = "hf://datasets/open-thoughts/OpenThoughts-114k/data"
314314
ds = ld.StreamingDataset(hf_uri, item_loader=ParquetLoader(), index_path="hf-index-dir")
315315

316316
for _ds in ds:
317-
print(f"{_ds[1]=}; {_ds[2]}")
317+
print(f"{_ds[0]=}; {_ds[1]}\n")
318318
```
319319

320320
 

0 commit comments

Comments
 (0)