File size: 499 Bytes
ed939ce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
dataset_name: test
desc: "
This new dataset is designed to be used in the scope of PhD project.
"
citation: "@InProceedings{phd,
title = {Open Subtitles Machine Translation Dataset},
author={hmtkvs, Inc.
},
year={2022}
}
"
homepage: ''
licence: ''
version: 1.1.0
data:
train: "train_.json"
validation: "validation_.json"
test: "test_.json"
features:
title: translation
col1: Spanish
col2: Italian
|