glennrory commited on
Commit
752e41b
·
verified ·
1 Parent(s): ccb9b13

Create data.py

Browse files
Files changed (1) hide show
  1. data.py +2 -0
data.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ ds = load_dataset("codeparrot/github-code", streaming=True, split="train")
2
+ print(next(iter(ds)))