- Deskripsi :
Set data evaluasi untuk terjemahan mesin sumber daya rendah: Nepal-Inggris dan Sinhala-Inggris.
Kode sumber :
tfds.translate.Flores
Versi :
-
1.2.0
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
1.47 MiB
Cache otomatis ( dokumentasi ): Ya
Kutipan :
@misc{guzmn2019new,
title={Two New Evaluation Datasets for Low-Resource Machine Translation: Nepali-English and Sinhala-English},
author={Francisco Guzman and Peng-Jen Chen and Myle Ott and Juan Pino and Guillaume Lample and Philipp Koehn and Vishrav Chaudhary and Marc'Aurelio Ranzato},
year={2019},
eprint={1902.01382},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
- Gambar ( tfds.show_examples ): Tidak didukung.
flores / neen (konfigurasi default)
Deskripsi konfigurasi : Kumpulan data terjemahan dari ne ke en.
Ukuran set data :
1.89 MiB
Split :
Membagi | Contoh |
---|---|
'test' | 2.835 |
'validation' | 2.559 |
- Fitur :
Translation({
'en': Text(shape=(), dtype=tf.string),
'ne': Text(shape=(), dtype=tf.string),
})
Kunci yang diawasi (Lihat
as_supervised
doc ):('ne', 'en')
Contoh ( tfds.as_dataframe ):
flores / sien
Deskripsi konfigurasi : Kumpulan data terjemahan dari si ke en.
Ukuran set data :
2.05 MiB
Split :
Membagi | Contoh |
---|---|
'test' | 2.766 |
'validation' | 2.898 |
- Fitur :
Translation({
'en': Text(shape=(), dtype=tf.string),
'si': Text(shape=(), dtype=tf.string),
})
Kunci yang diawasi (Lihat
as_supervised
doc ):('si', 'en')
Contoh ( tfds.as_dataframe ):