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"
    }
}