Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ from datasets import load_dataset
|
|
69 |
# streaming
|
70 |
ds = load_dataset("openmed-community/TheBlueScrubs-v1-fixed", split="train", streaming=True)
|
71 |
row = next(iter(ds))
|
72 |
-
row["
|
73 |
|
74 |
# non-streaming (if you have local storage/network bandwidth)
|
75 |
ds = load_dataset("openmed-community/TheBlueScrubs-v1-fixed", split="train")
|
|
|
69 |
# streaming
|
70 |
ds = load_dataset("openmed-community/TheBlueScrubs-v1-fixed", split="train", streaming=True)
|
71 |
row = next(iter(ds))
|
72 |
+
row["text"]
|
73 |
|
74 |
# non-streaming (if you have local storage/network bandwidth)
|
75 |
ds = load_dataset("openmed-community/TheBlueScrubs-v1-fixed", split="train")
|