---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: agoraphobia
    dtype: int32
  - name: panic
    dtype: int32
  - name: phobia
    dtype: int32
  - name: selectivemutism
    dtype: int32
  - name: socialanxiety
    dtype: int32
  - name: all_labels
    sequence: string
  splits:
  - name: train
    num_bytes: 7515646
    num_examples: 34221
  - name: test
    num_bytes: 2515369
    num_examples: 11408
  download_size: 5388665
  dataset_size: 10031015
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---