çünkü

Referanslar:

v1.0

Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:

ds = tfds.load('huggingface:cos_e/v1.0')
  • Tanım :
Common Sense Explanations (CoS-E) allows for training language models to
automatically generate explanations that can be used during training and
inference in a novel Commonsense Auto-Generated Explanation (CAGE) framework.
  • Lisans : Bilinen lisans yok
  • Sürüm : 1.0.0
  • Bölünmeler :
Bölmek Örnekler
'train' 7610
'validation' 950
  • Özellikler :
{
    "id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "choices": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "abstractive_explanation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "extractive_explanation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

v1.11

Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:

ds = tfds.load('huggingface:cos_e/v1.11')
  • Tanım :
Common Sense Explanations (CoS-E) allows for training language models to
automatically generate explanations that can be used during training and
inference in a novel Commonsense Auto-Generated Explanation (CAGE) framework.
  • Lisans : Bilinen lisans yok
  • Sürüm : 1.11.0
  • Bölünmeler :
Bölmek Örnekler
'train' 9741
'validation' 1221
  • Özellikler :
{
    "id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "choices": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "abstractive_explanation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "extractive_explanation": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}