cs_restaurants

Les références:

CSRestaurants

Utilisez la commande suivante pour charger cet ensemble de données dans TFDS :

ds = tfds.load('huggingface:cs_restaurants/CSRestaurants')
  • Description :
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).
  • Licence : Creative Commons 4.0 BY-SA
  • Version : 0.0.0
  • Divisions :
Diviser Exemples
'test' 842
'train' 3569
'validation' 781
  • Caractéristiques :
{
    "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"
    }
}