tweet_qa

הפניות:

השתמש בפקודה הבאה כדי לטעון מערך נתונים זה ב-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"
    }
}