참고자료:
CSR레스토랑
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:cs_restaurants/CSRestaurants')
- 설명 :
This is a dataset for NLG in task-oriented spoken dialogue systems with Czech as the target language. It originated as
a translation of the English San Francisco Restaurants dataset by Wen et al. (2015).
- 라이센스 : 크리에이티브 커먼즈 4.0 BY-SA
- 버전 : 0.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'test' | 842 |
'train' | 3569 |
'validation' | 781 |
- 특징 :
{
"dialogue_act": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"delexicalized_dialogue_act": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"delexicalized_text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}