हेलस्वैग

सन्दर्भ:

इस डेटासेट को TFDS में लोड करने के लिए निम्न कमांड का उपयोग करें:

ds = tfds.load('huggingface:hellaswag')
  • विवरण :

  • लाइसेंस : कोई ज्ञात लाइसेंस नहीं
  • संस्करण : 0.1.0
  • विभाजन :
विभाजित करना उदाहरण
'test' 10003
'train' 39905
'validation' 10042
  • विशेषताएं :
{
    "ind": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "activity_label": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "ctx_a": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "ctx_b": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "ctx": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "endings": {
        "feature": {
            "dtype": "string",
            "id": null,
            "_type": "Value"
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "source_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "split": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "split_type": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}