
alakxender/flan-t5-base-dhivehi-en-latin
Text2Text Generation
•
Updated
•
169
This dataset contains high-quality parallel sentence pairs between English and Dhivehi (Thaana script). It was built by merging and cleaning multiple sources, ensuring only valid pairs (not null) were retained.
en
) → Dhivehi (dv
)from datasets import load_dataset
dataset = load_dataset("alakxender/dhivehi-english-parallel", split="train")
print(dataset[0])
Each row is a translation pair:
{
"en": "This is a mango.",
"dv": "މިއީ އަނބެއް"
}
Note: The translations included in this dataset were not manually verified. As a result, the accuracy of meaning may vary depending on the context of each sentence.