सन्दर्भ:
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:tweet_qa')
- विवरण :
TweetQA is the first dataset for QA on social media data by leveraging news media and crowdsourcing.
- लाइसेंस : CC BY-SA 4.0
- संस्करण : 1.0.0
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'test' | 1979 |
'train' | 10692 |
'validation' | 1086 |
- विशेषताएँ :
{
"Question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"Answer": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"Tweet": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"qid": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}