kor_sae

তথ্যসূত্র:

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

ds = tfds.load('huggingface:kor_sae')
  • বর্ণনা :
This new dataset is designed to extract intent from non-canonical directives which will help dialog managers
extract intent from user dialog that may have no clear objective or are paraphrased forms of utterances.
  • লাইসেন্স : CC-BY-SA-4.0
  • সংস্করণ : 1.1.0
  • বিভাজন :
বিভক্ত উদাহরণ
'train' 30837
  • বৈশিষ্ট্য :
{
    "intent_pair1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "intent_pair2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 6,
        "names": [
            "yes/no",
            "alternative",
            "wh- questions",
            "prohibitions",
            "requirements",
            "strong requirements"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}