stsb_mt_sv

مراجع:

نص عادي

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:

ds = tfds.load('huggingface:stsb_mt_sv/plain_text')
  • وصف :
Machine translated Swedish version of the original STS-B (http://ixa2.si.ehu.eus/stswiki)
  • الترخيص : لا يوجد ترخيص معروف
  • الإصدار : 1.0.0
  • الإنشقاقات :
ينقسم أمثلة
'test' 1379
'train' 5749
'validation' 1500
  • سمات :
{
    "sentence1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "sentence2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "score": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    }
}