सन्दर्भ:
सादे पाठ
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:hans/plain_text')
- विवरण :
The HANS dataset is an NLI evaluation set that tests specific hypotheses about invalid heuristics that NLI models are likely to learn.
- लाइसेंस : कोई ज्ञात लाइसेंस नहीं
- संस्करण : 1.0.0
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'train' | 30000 |
'validation' | 30000 |
- विशेषताएँ :
{
"premise": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"hypothesis": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 2,
"names": [
"entailment",
"non-entailment"
],
"id": null,
"_type": "ClassLabel"
},
"parse_premise": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"parse_hypothesis": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"binary_parse_premise": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"binary_parse_hypothesis": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"heuristic": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"subcase": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"template": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}