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.

Dhivehi-English Cleaned Parallel Corpus

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.

Dataset Summary

  • Languages: English (en) → Dhivehi (dv)
  • Total Examples: 484133
  • Average Length:
    • English: ~355 characters
    • Dhivehi: ~487 characters

Usage

from datasets import load_dataset

dataset = load_dataset("alakxender/dhivehi-english-parallel", split="train")
print(dataset[0])

Data Format

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.

Downloads last month
33

Models trained or fine-tuned on alakxender/dhivehi-english-parallel