niurl commited on
Commit
37b04e9
·
1 Parent(s): 2ebd9be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: doc_id
5
+ dtype: string
6
+ - name: question
7
+ sequence: string
8
+ - name: query
9
+ dtype: string
10
+ - name: evidence_span
11
+ sequence:
12
+ sequence: int64
13
+ - name: classification
14
+ dtype: string
15
+ splits:
16
+ - name: test
17
+ num_bytes: 282071
18
+ num_examples: 1079
19
+ - name: train
20
+ num_bytes: 2316094
21
+ num_examples: 8752
22
+ - name: val
23
+ num_bytes: 288029
24
+ num_examples: 1086
25
+ download_size: 1212369
26
+ dataset_size: 2886194
27
+ ---
28
+ # Dataset Card for "eraser_cose"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)