4fa1d7a
1
2
3
4
5
6
7
from datasets import load_dataset data = load_dataset("ocw.py") [print(row) for row in data["test"]] print(data)