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="eng_Latn", split="train", streaming=True)
# print the first item of the dataset
print(next(iter(ds)))
License
Internal testing only
Statistics
num_bytes | num_examples | |
---|---|---|
eng_Latn | 11190029452 | 919043 |
- Downloads last month
- 34