data_aug_cua / README.md
linhqyy's picture
Upload README.md with huggingface_hub
07c0720
|
raw
history blame contribute delete
No virus
716 Bytes
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: type
          dtype: string
        - name: filler
          dtype: string
    - name: labels
      dtype: string
  splits:
    - name: train
      num_bytes: 2162586
      num_examples: 9941
    - name: test
      num_bytes: 241472
      num_examples: 1105
  download_size: 596926
  dataset_size: 2404058

Dataset Card for "data_aug_cua"

More Information needed