phuocsang's picture
Upload dataset
78dd142 verified
metadata
license: mit
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: full_text
      dtype: string
    - name: json_text
      dtype: string
    - name: truth_score
      struct:
        - name: phq8_1_interest
          dtype: int64
        - name: phq8_2_down
          dtype: int64
        - name: phq8_3_sleep
          dtype: int64
        - name: phq8_4_energy
          dtype: int64
        - name: phq8_5_appetite
          dtype: int64
        - name: phq8_6_self_image
          dtype: int64
        - name: phq8_7_concentration
          dtype: int64
        - name: phq8_8_motor
          dtype: int64
    - name: truth_predict_score
      dtype: int64
    - name: labels
      dtype: int64
  splits:
    - name: train
      num_bytes: 4021278
      num_examples: 163
    - name: test
      num_bytes: 1210658
      num_examples: 56
    - name: val
      num_bytes: 1265378
      num_examples: 56
  download_size: 2930752
  dataset_size: 6497314
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: val
        path: data/val-*