You need to agree to share your contact information to access this dataset
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.
Some data
Just testing
Usage
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 datasetprint(next(iter(ds)))