mpingale commited on
Commit
db4f51d
1 Parent(s): d52ee00

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: questionID
10
+ dtype: int64
11
+ - name: questionTitle
12
+ dtype: string
13
+ - name: questionText
14
+ dtype: string
15
+ - name: questionLink
16
+ dtype: string
17
+ - name: topic
18
+ dtype: string
19
+ - name: therapistInfo
20
+ dtype: string
21
+ - name: therapistURL
22
+ dtype: string
23
+ - name: answerText
24
+ dtype: string
25
+ - name: upvotes
26
+ dtype: int64
27
+ - name: views
28
+ dtype: int64
29
+ - name: text
30
+ dtype: string
31
+ splits:
32
+ - name: train
33
+ num_bytes: 7642829
34
+ num_examples: 2775
35
+ download_size: 3638427
36
+ dataset_size: 7642829
37
+ ---
38
+ # Dataset Card for "mental-health-chat-dataset"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)