seven_cups / README.md
Elfsong's picture
Upload README.md with huggingface_hub
4ac0b47
metadata
configs:
  - config_name: default
    data_files:
      - split: anxiety
        path: data/anxiety-*
      - split: bipolar
        path: data/bipolar-*
      - split: depression
        path: data/depression-*
      - split: personalitydisorders
        path: data/personalitydisorders-*
      - split: trauma
        path: data/trauma-*
      - split: eds
        path: data/eds-*
      - split: substanceaddiction
        path: data/substanceaddiction-*
      - split: relationships
        path: data/relationships-*
dataset_info:
  features:
    - name: lead_post
      struct:
        - name: author
          dtype: string
        - name: content
          dtype: string
        - name: date
          dtype: string
        - name: thread_id
          dtype: string
        - name: title
          dtype: string
        - name: topic
          dtype: string
        - name: url
          dtype: string
    - name: comment_posts
      list:
        - name: author
          dtype: string
        - name: content
          dtype: string
        - name: parent_ids
          sequence: string
        - name: post_id
          dtype: string
        - name: thread_id
          dtype: string
        - name: url
          dtype: string
  splits:
    - name: anxiety
      num_bytes: 24332055
      num_examples: 7948
    - name: bipolar
      num_bytes: 3496018
      num_examples: 1033
    - name: depression
      num_bytes: 59927557
      num_examples: 10243
    - name: personalitydisorders
      num_bytes: 9791687
      num_examples: 1854
    - name: trauma
      num_bytes: 53211657
      num_examples: 5763
    - name: eds
      num_bytes: 9837092
      num_examples: 2382
    - name: substanceaddiction
      num_bytes: 1957813
      num_examples: 687
    - name: relationships
      num_bytes: 56187112
      num_examples: 12652
  download_size: 94273903
  dataset_size: 218740991

Dataset Card for "seven_cups"

More Information needed