Rami commited on
Commit
07ca3e2
1 Parent(s): bfe1375

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: labels
7
+ sequence: string
8
+ - name: bodyText
9
+ dtype: string
10
+ - name: number_of_labels
11
+ dtype: int64
12
+ - name: multi_label_binarizer
13
+ sequence: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 3257561
17
+ num_examples: 1556
18
+ - name: valid
19
+ num_bytes: 1639887
20
+ num_examples: 778
21
+ - name: test
22
+ num_bytes: 1578432
23
+ num_examples: 778
24
+ download_size: 2339737
25
+ dataset_size: 6475880
26
+ ---
27
+ # Dataset Card for "multi-label-class-github-issues-text-classification"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)