danish-dynaword / scripts /load_dataset.py
KennethEnevoldsen's picture
test: ensure datasets ids are unique
7b54871 unverified
raw
history blame
140 Bytes
from datasets import load_dataset
name = "../." # "danish-foundation-models/danish-gigaword"
ds = load_dataset("../.", split = "train")
ds