A randomly shuffled subset of Reubencf/Amharic_corpus,
divided into four equal splits of 5,000 rows each (20,000 rows total).
Splits: split_1, split_2, split_3, split_4 (5,000 rows each)
Format: JSON Lines, one {"text": "..."} per line.
Sampling: random without replacement (seed 42); the four splits are mutually exclusive.
from datasets import load_dataset
ds = load_dataset("Reubencf/Amharic_corpus_split")
print(ds) # split_1..split_4, 5000 rows… See the full description on the dataset page:
https://huggingface.co/datasets/Reubencf/Amharic_corpus_split.