restaurants / README.md
VoErik's picture
Upload dataset
260808e verified
metadata
dataset_info:
  features:
    - name: asr
      dtype: string
    - name: intent
      dtype: string
    - name: slots
      struct:
        - name: food
          dtype: string
        - name: area
          dtype: string
        - name: request
          sequence: string
        - name: pricerange
          dtype: string
        - name: time
          dtype: string
        - name: persons
          dtype: string
    - name: label
      sequence: string
  splits:
    - name: train
      num_bytes: 448126
      num_examples: 2690
    - name: test
      num_bytes: 191733
      num_examples: 1153
  download_size: 128038
  dataset_size: 639859
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*