مراجع:
مطاعم سي إس
استخدم الأمر التالي لتحميل مجموعة البيانات هذه في 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"
}
}