sileod commited on
Commit
2b4723b
·
1 Parent(s): c480ee1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: context
5
+ dtype: string
6
+ - name: id
7
+ dtype: string
8
+ - name: text
9
+ dtype: string
10
+ - name: label
11
+ dtype: bool
12
+ - name: meta
13
+ struct:
14
+ - name: QCat
15
+ dtype: string
16
+ - name: QDep
17
+ dtype: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 105236323.01810038
21
+ num_examples: 208614
22
+ - name: validation
23
+ num_bytes: 13154666.49094981
24
+ num_examples: 26077
25
+ - name: test
26
+ num_bytes: 13154666.49094981
27
+ num_examples: 26077
28
+ download_size: 49165761
29
+ dataset_size: 131545656.0
30
+ ---
31
+ # Dataset Card for "conceptrules_v2"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)