File size: 1,790 Bytes
3508bdf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
configs:
- config_name: default
  data_files:
  - split: anxiety
    path: data/anxiety-*
  - split: depression
    path: data/depression-*
  - split: ptsd
    path: data/ptsd-*
  - split: bipolar
    path: data/bipolar-*
  - split: substance_misuse
    path: data/substance_misuse-*
  - split: eating_disorders
    path: data/eating_disorders-*
  - split: alcohol_consumption
    path: data/alcohol_consumption-*
dataset_info:
  features:
  - name: url
    dtype: string
  - name: comments
    list:
    - name: author_from
      sequence: string
    - name: author_to
      sequence: string
    - name: comments
      list:
      - name: author_from
        sequence: string
      - name: author_to
        sequence: string
      - name: content
        sequence: string
      - name: date
        sequence: string
    - name: content
      sequence: string
    - name: date
      sequence: string
    - name: url
      dtype: string
  - name: title
    dtype: string
  - name: date
    dtype: string
  - name: content
    dtype: string
  - name: author
    dtype: string
  splits:
  - name: anxiety
    num_bytes: 143006120
    num_examples: 27393
  - name: depression
    num_bytes: 49953142
    num_examples: 6982
  - name: ptsd
    num_bytes: 1626957
    num_examples: 349
  - name: bipolar
    num_bytes: 3087512
    num_examples: 474
  - name: substance_misuse
    num_bytes: 1406369
    num_examples: 195
  - name: eating_disorders
    num_bytes: 1294592
    num_examples: 233
  - name: alcohol_consumption
    num_bytes: 21540333
    num_examples: 1855
  download_size: 109169290
  dataset_size: 221915025
---
# Dataset Card for "patient_info"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)