Upload dataset
Browse files- README.md +55 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: int64
|
6 |
+
- name: ' patient_question'
|
7 |
+
dtype: string
|
8 |
+
- name: distorted_part
|
9 |
+
dtype: string
|
10 |
+
- name: dominant_distortion
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': All-or-nothing thinking
|
15 |
+
'1': Emotional Reasoning
|
16 |
+
'2': No Distortion
|
17 |
+
'3': Magnification
|
18 |
+
'4': Fortune-telling
|
19 |
+
'5': Personalization
|
20 |
+
'6': Should statements
|
21 |
+
'7': Overgeneralization
|
22 |
+
'8': Mind Reading
|
23 |
+
'9': Mental filter
|
24 |
+
'10': Labeling
|
25 |
+
- name: secondary_distortion
|
26 |
+
dtype:
|
27 |
+
class_label:
|
28 |
+
names:
|
29 |
+
'0': All-or-nothing thinking
|
30 |
+
'1': Emotional Reasoning
|
31 |
+
'2': Magnification
|
32 |
+
'3': Fortune-telling
|
33 |
+
'4': Personalization
|
34 |
+
'5': Should statements
|
35 |
+
'6': Overgeneralization
|
36 |
+
'7': Mind Reading
|
37 |
+
'9': Mental filter
|
38 |
+
'10': Labeling
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 2093118.4
|
42 |
+
num_examples: 2024
|
43 |
+
- name: test
|
44 |
+
num_bytes: 523279.6
|
45 |
+
num_examples: 506
|
46 |
+
download_size: 1577145
|
47 |
+
dataset_size: 2616398.0
|
48 |
+
configs:
|
49 |
+
- config_name: default
|
50 |
+
data_files:
|
51 |
+
- split: train
|
52 |
+
path: data/train-*
|
53 |
+
- split: test
|
54 |
+
path: data/test-*
|
55 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ee0fc7c0837d57451cdc9f2e313934d2ee9f5174f7cf29abdcc058aee79ed8f
|
3 |
+
size 311012
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a938cf3c8b403c6dd1cc6c641a91101b93c2ebf18f3b0738094d4088615a5a4
|
3 |
+
size 1266133
|