Cyrile commited on
Commit
375af99
·
verified ·
1 Parent(s): cbb347a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -117,7 +117,12 @@ This dataset is intended for:
117
  ```python
118
  from datasets import load_dataset
119
 
120
- ds = load_dataset("TempestTeam/dataset-the-stack-v2-dedup-sub", name="Python", split="train", streamin=True)
 
 
 
 
 
121
  ```
122
 
123
  ---
 
117
  ```python
118
  from datasets import load_dataset
119
 
120
+ ds = load_dataset(
121
+ "TempestTeam/dataset-the-stack-v2-dedup-sub",
122
+ name="Python",
123
+ split="train",
124
+ streaming=True
125
+ )
126
  ```
127
 
128
  ---