karths commited on
Commit
0d98185
1 Parent(s): a61725d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: 'Unnamed: 0'
5
+ dtype: int64
6
+ - name: id
7
+ dtype: float64
8
+ - name: type
9
+ dtype: string
10
+ - name: created_at
11
+ dtype: string
12
+ - name: repo
13
+ dtype: string
14
+ - name: repo_url
15
+ dtype: string
16
+ - name: action
17
+ dtype: string
18
+ - name: title
19
+ dtype: string
20
+ - name: labels
21
+ dtype: string
22
+ - name: body
23
+ dtype: string
24
+ - name: index
25
+ dtype: string
26
+ - name: text_combine
27
+ dtype: string
28
+ - name: label
29
+ dtype: string
30
+ - name: text
31
+ dtype: string
32
+ - name: binary_label
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 883651998
37
+ num_examples: 225364
38
+ download_size: 382167283
39
+ dataset_size: 883651998
40
+ ---
41
+ # Dataset Card for "binary-10IQR-medium-priority"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)