Datasets:

Modalities:
Text
Languages:
English
Libraries:
Datasets
License:
proof-pile / test.py
Zhangir Azerbayev
squashed?
4365a98
raw
history blame
325 Bytes
from datasets import load_dataset
from itertools import islice
dataset = load_dataset("./proof-pile.py", "books")
print("BOOKS")
print(dataset)
dataset = load_dataset("./proof-pile.py", "formal")
print("FORMAL")
print(dataset)
dataset = load_dataset("./proof-pile.py", "stack-exchange")
print("FORMAL")
print(dataset)