mtop_intent_en / README.md
librarian-bot's picture
Librarian Bot: Add language metadata for dataset
c7c048f verified
|
raw
history blame
605 Bytes
metadata
language:
  - en
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: text
      dtype: string
    - name: label
      dtype: int32
    - name: label_text
      dtype: string
  splits:
    - name: train
      num_bytes: 1086165
      num_examples: 15667
    - name: validation
      num_bytes: 154677
      num_examples: 2235
    - name: test
      num_bytes: 305034
      num_examples: 4386
  download_size: 849828
  dataset_size: 1545876
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*