참고자료:
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"
}
}