코르새

참조:

다음 명령을 사용하여 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"
    }
}