jxie commited on
Commit
f1b7bdc
·
1 Parent(s): fd8e07d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: inputs
5
+ sequence:
6
+ sequence: float64
7
+ - name: label
8
+ dtype: int64
9
+ splits:
10
+ - name: train
11
+ num_bytes: 6944726400
12
+ num_examples: 1600000
13
+ - name: val
14
+ num_bytes: 868957000
15
+ num_examples: 200000
16
+ - name: test
17
+ num_bytes: 868286700
18
+ num_examples: 200000
19
+ download_size: 3812296127
20
+ dataset_size: 8681970100
21
+ ---
22
+ # Dataset Card for "qg-tagging"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)