File size: 161 Bytes
2f85126
 
 
da4f61a
2f85126
da4f61a
 
1
2
3
4
5
6
7
from datasets import load_dataset


def get_data():
    
    ds = load_dataset("codeparrot/github-code", streaming=True, split="train")
    print(next(iter(ds)))