Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Elfsong commited on
Commit
5201318
·
1 Parent(s): 0002aa5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: anxiety
6
+ path: data/anxiety-*
7
+ - split: bipolar
8
+ path: data/bipolar-*
9
+ - split: depression
10
+ path: data/depression-*
11
+ - split: personalitydisorders
12
+ path: data/personalitydisorders-*
13
+ - split: trauma
14
+ path: data/trauma-*
15
+ dataset_info:
16
+ features:
17
+ - name: lead_post
18
+ struct:
19
+ - name: author
20
+ dtype: string
21
+ - name: content
22
+ dtype: string
23
+ - name: date
24
+ dtype: string
25
+ - name: thread_id
26
+ dtype: string
27
+ - name: title
28
+ dtype: string
29
+ - name: topic
30
+ dtype: string
31
+ - name: url
32
+ dtype: string
33
+ - name: comment_posts
34
+ list:
35
+ - name: author
36
+ dtype: string
37
+ - name: content
38
+ dtype: string
39
+ - name: parent_ids
40
+ sequence: string
41
+ - name: post_id
42
+ dtype: string
43
+ - name: thread_id
44
+ dtype: string
45
+ - name: url
46
+ dtype: string
47
+ splits:
48
+ - name: anxiety
49
+ num_bytes: 24332055
50
+ num_examples: 7948
51
+ - name: bipolar
52
+ num_bytes: 3496018
53
+ num_examples: 1033
54
+ - name: depression
55
+ num_bytes: 59927557
56
+ num_examples: 10243
57
+ - name: personalitydisorders
58
+ num_bytes: 9791687
59
+ num_examples: 1854
60
+ - name: trauma
61
+ num_bytes: 53211657
62
+ num_examples: 5763
63
+ download_size: 62533846
64
+ dataset_size: 150758974
65
+ ---
66
+ # Dataset Card for "seven_cups"
67
+
68
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)