Elfsong commited on
Commit
4ac0b47
1 Parent(s): d6bd98a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - split: eds
16
+ path: data/eds-*
17
+ - split: substanceaddiction
18
+ path: data/substanceaddiction-*
19
+ - split: relationships
20
+ path: data/relationships-*
21
+ dataset_info:
22
+ features:
23
+ - name: lead_post
24
+ struct:
25
+ - name: author
26
+ dtype: string
27
+ - name: content
28
+ dtype: string
29
+ - name: date
30
+ dtype: string
31
+ - name: thread_id
32
+ dtype: string
33
+ - name: title
34
+ dtype: string
35
+ - name: topic
36
+ dtype: string
37
+ - name: url
38
+ dtype: string
39
+ - name: comment_posts
40
+ list:
41
+ - name: author
42
+ dtype: string
43
+ - name: content
44
+ dtype: string
45
+ - name: parent_ids
46
+ sequence: string
47
+ - name: post_id
48
+ dtype: string
49
+ - name: thread_id
50
+ dtype: string
51
+ - name: url
52
+ dtype: string
53
+ splits:
54
+ - name: anxiety
55
+ num_bytes: 24332055
56
+ num_examples: 7948
57
+ - name: bipolar
58
+ num_bytes: 3496018
59
+ num_examples: 1033
60
+ - name: depression
61
+ num_bytes: 59927557
62
+ num_examples: 10243
63
+ - name: personalitydisorders
64
+ num_bytes: 9791687
65
+ num_examples: 1854
66
+ - name: trauma
67
+ num_bytes: 53211657
68
+ num_examples: 5763
69
+ - name: eds
70
+ num_bytes: 9837092
71
+ num_examples: 2382
72
+ - name: substanceaddiction
73
+ num_bytes: 1957813
74
+ num_examples: 687
75
+ - name: relationships
76
+ num_bytes: 56187112
77
+ num_examples: 12652
78
+ download_size: 94273903
79
+ dataset_size: 218740991
80
+ ---
81
+ # Dataset Card for "seven_cups"
82
+
83
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)