הפניות:
טקסט_פשוט
השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-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"
}
}