TheGreatRambler commited on
Commit
7d16357
1 Parent(s): 1896793

Remove example.py

Browse files
Files changed (1) hide show
  1. example.py +0 -4
example.py DELETED
@@ -1,4 +0,0 @@
1
- from datasets import load_dataset
2
-
3
- ds = load_dataset("TheGreatRambler/mm2_level_played", streaming=True, split="train", use_auth_token=True)
4
- print(next(iter(ds)))