quocanh34 commited on
Commit
28cbe5b
1 Parent(s): 1921745

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: author
5
+ dtype: string
6
+ - name: body
7
+ dtype: string
8
+ - name: created_utc
9
+ dtype: string
10
+ - name: id
11
+ dtype: string
12
+ - name: num_comments
13
+ dtype: int64
14
+ - name: score
15
+ dtype: int64
16
+ - name: subreddit
17
+ dtype: string
18
+ - name: title
19
+ dtype: string
20
+ - name: upvote_ratio
21
+ dtype: float64
22
+ - name: url
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 119442477
27
+ num_examples: 151288
28
+ download_size: 67226682
29
+ dataset_size: 119442477
30
+ ---
31
+ # Dataset Card for "mental_health_dataset_1"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)