Elfsong commited on
Commit
3508bdf
1 Parent(s): 9f9f58c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: anxiety
6
+ path: data/anxiety-*
7
+ - split: depression
8
+ path: data/depression-*
9
+ - split: ptsd
10
+ path: data/ptsd-*
11
+ - split: bipolar
12
+ path: data/bipolar-*
13
+ - split: substance_misuse
14
+ path: data/substance_misuse-*
15
+ - split: eating_disorders
16
+ path: data/eating_disorders-*
17
+ - split: alcohol_consumption
18
+ path: data/alcohol_consumption-*
19
+ dataset_info:
20
+ features:
21
+ - name: url
22
+ dtype: string
23
+ - name: comments
24
+ list:
25
+ - name: author_from
26
+ sequence: string
27
+ - name: author_to
28
+ sequence: string
29
+ - name: comments
30
+ list:
31
+ - name: author_from
32
+ sequence: string
33
+ - name: author_to
34
+ sequence: string
35
+ - name: content
36
+ sequence: string
37
+ - name: date
38
+ sequence: string
39
+ - name: content
40
+ sequence: string
41
+ - name: date
42
+ sequence: string
43
+ - name: url
44
+ dtype: string
45
+ - name: title
46
+ dtype: string
47
+ - name: date
48
+ dtype: string
49
+ - name: content
50
+ dtype: string
51
+ - name: author
52
+ dtype: string
53
+ splits:
54
+ - name: anxiety
55
+ num_bytes: 143006120
56
+ num_examples: 27393
57
+ - name: depression
58
+ num_bytes: 49953142
59
+ num_examples: 6982
60
+ - name: ptsd
61
+ num_bytes: 1626957
62
+ num_examples: 349
63
+ - name: bipolar
64
+ num_bytes: 3087512
65
+ num_examples: 474
66
+ - name: substance_misuse
67
+ num_bytes: 1406369
68
+ num_examples: 195
69
+ - name: eating_disorders
70
+ num_bytes: 1294592
71
+ num_examples: 233
72
+ - name: alcohol_consumption
73
+ num_bytes: 21540333
74
+ num_examples: 1855
75
+ download_size: 109169290
76
+ dataset_size: 221915025
77
+ ---
78
+ # Dataset Card for "patient_info"
79
+
80
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)