mkurman commited on
Commit
5c085f5
·
verified ·
1 Parent(s): 56d399e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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["metadata"] # dict
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")