File size: 883 Bytes
4412b1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6505793
4412b1f
 
6505793
4412b1f
6505793
 
4412b1f
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: ' patient_question'
    dtype: string
  - name: distorted_part
    dtype: string
  - name: dominant_distortion
    dtype:
      class_label:
        names:
          '0': All-or-nothing thinking
          '1': Emotional Reasoning
          '2': No Distortion
          '3': Magnification
          '4': Fortune-telling
          '5': Personalization
          '6': Should statements
          '7': Overgeneralization
          '8': Mind Reading
          '9': Mental filter
          '10': Labeling
  splits:
  - name: train
    num_bytes: 2076672.8
    num_examples: 2024
  - name: test
    num_bytes: 519168.2
    num_examples: 506
  download_size: 1579073
  dataset_size: 2595841.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---