mm2_world / example.py
TheGreatRambler
Create README
c0dd19f
raw
history blame
No virus
155 Bytes
from datasets import load_dataset
ds = load_dataset("TheGreatRambler/mm2_world", streaming=True, split="train", use_auth_token=True)
print(next(iter(ds)))