sileod commited on
Commit
e86adba
·
verified ·
1 Parent(s): bc7b7b2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: X
14
+ sequence: string
15
+ - name: y
16
+ dtype: string
17
+ - name: distractor
18
+ dtype: string
19
+ - name: items_set
20
+ dtype: string
21
+ - name: N_items
22
+ dtype: int64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 40725070
26
+ num_examples: 18000
27
+ - name: validation
28
+ num_bytes: 14498775
29
+ num_examples: 3500
30
+ - name: test
31
+ num_bytes: 14498757
32
+ num_examples: 3500
33
+ download_size: 13464435
34
+ dataset_size: 69722602
35
+ ---
36
+ # Dataset Card for "gapfinder"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)