astromis commited on
Commit
e2df5d0
1 Parent(s): 2bf1dff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -11,6 +11,21 @@ tags:
11
  - text classification
12
  - suicide
13
  pretty_name: Dataset for presuicidal signal detection
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
  # Dataset Card for Dataset for presuicidal signal detection
16
 
 
11
  - text classification
12
  - suicide
13
  pretty_name: Dataset for presuicidal signal detection
14
+ dataset_info:
15
+ features:
16
+ - name: text
17
+ dtype: string
18
+ - name: label
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 4006893
23
+ num_examples: 22787
24
+ - name: test
25
+ num_bytes: 1721497
26
+ num_examples: 9767
27
+ download_size: 3145819
28
+ dataset_size: 5728390
29
  ---
30
  # Dataset Card for Dataset for presuicidal signal detection
31