This repository is publicly accessible, but you have to accept the conditions to access its files and content.
Log in or Sign Up to review the conditions and access this dataset content.
Just testing
from datasets import load_dataset # init dataset in streaming mode ds = load_dataset(repo_id, name="de", split="2023_23", streaming=True) # print the first item of the dataset print(next(iter(ds)))
Internal testing only