test01 / usage.py
cahya's picture
updated
16ba12d
raw
history blame contribute delete
No virus
172 Bytes
from datasets import load_dataset
def main():
ds = load_dataset("./test01.py", "bal", ignore_verifications=True)
print(ds)
if __name__ == "__main__":
main()