linhqyy's picture
Upload README.md with huggingface_hub
9b92169
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: sentence
      dtype: string
    - name: intent
      dtype: string
    - name: entities
      list:
        - name: filler
          dtype: string
        - name: type
          dtype: string
    - name: labels
      dtype: string
  splits:
    - name: train
      num_bytes: 1621998
      num_examples: 7687
    - name: test
      num_bytes: 138487
      num_examples: 660
  download_size: 366308
  dataset_size: 1760485

Dataset Card for "data_aug_full_0919_new"

More Information needed