Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
sileod commited on
Commit
ac2348e
·
1 Parent(s): a43af68

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dtype: string
14
+ - name: config
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 309004634
19
+ num_examples: 517688
20
+ - name: dev
21
+ num_bytes: 49914055
22
+ num_examples: 84030
23
+ - name: test
24
+ num_bytes: 101149924
25
+ num_examples: 168226
26
+ download_size: 54216823
27
+ dataset_size: 460068613
28
+ ---
29
+ # Dataset Card for "ruletaker"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)