flores

References:

neen

Use the following command to load this dataset in TFDS:

ds = tfds.load('huggingface:flores/neen')
  • Description:
Evaluation datasets for low-resource machine translation: Nepali-English and Sinhala-English.
  • License: No known license
  • Version: 1.1.0
  • Splits:
Split Examples
'test' 2836
'validation' 2560
  • Features:
{
    "translation": {
        "languages": [
            "ne",
            "en"
        ],
        "id": null,
        "_type": "Translation"
    }
}

sien

Use the following command to load this dataset in TFDS:

ds = tfds.load('huggingface:flores/sien')
  • Description:
Evaluation datasets for low-resource machine translation: Nepali-English and Sinhala-English.
  • License: No known license
  • Version: 1.1.0
  • Splits:
Split Examples
'test' 2767
'validation' 2899
  • Features:
{
    "translation": {
        "languages": [
            "si",
            "en"
        ],
        "id": null,
        "_type": "Translation"
    }
}