File size: 1,113 Bytes
ac4cd34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: anxiety
    path: data/anxiety-*
  - split: depression
    path: data/depression-*
  - split: ptsd
    path: data/ptsd-*
  - split: relationships
    path: data/relationships-*
dataset_info:
  features:
  - name: url
    dtype: string
  - name: comments
    list:
    - name: author
      dtype: string
    - name: content
      dtype: string
    - name: date
      dtype: 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: 56172807
    num_examples: 6943
  - name: depression
    num_bytes: 60224734
    num_examples: 6008
  - name: ptsd
    num_bytes: 21141031
    num_examples: 1816
  - name: relationships
    num_bytes: 75923360
    num_examples: 6799
  download_size: 103962826
  dataset_size: 213461932
---
# Dataset Card for "beyond_blue"

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