Some data name
Just testing... this dataset is temporary and will be removed soon.
Usage
from datasets import load_dataset
# init dataset in streaming mode
ds = load_dataset(repo_id, name="main_processing_output", split="train", streaming=True)
# print the first item of the dataset
print(next(iter(ds)))
License
Internal testing only
Statistics
num_bytes | num_examples | |
---|---|---|
main_processing_output | 383674902152 | 11961676 |
- Downloads last month
- 32