bbc_hindi_nli

তথ্যসূত্র:

বিবিসি হিন্দি এনএলআই

TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:

ds = tfds.load('huggingface:bbc_hindi_nli/bbc hindi nli')
  • বর্ণনা :
This dataset is used to train models for Natural Language Inference Tasks in Low-Resource Languages like Hindi.
  • লাইসেন্স : এমআইটি লাইসেন্স

  • সংস্করণ : 1.1.0

  • বিভাজন :

বিভক্ত উদাহরণ
'test' 2592
'train' 15552
'validation' 2580
  • বৈশিষ্ট্য :
{
    "premise": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "hypothesis": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 2,
        "names": [
            "not-entailment",
            "entailment"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "topic": {
        "num_classes": 6,
        "names": [
            "india",
            "news",
            "international",
            "entertainment",
            "sport",
            "science"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}