AshtonIsNotHere commited on
Commit
7ca9f46
·
verified ·
1 Parent(s): 41f880b

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: id
5
+ sequence: string
6
+ - name: title
7
+ sequence: string
8
+ - name: paragraph
9
+ dtype: string
10
+ - name: question
11
+ sequence: string
12
+ - name: answer
13
+ sequence: string
14
+ - name: sentence
15
+ sequence: string
16
+ - name: entity
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 46274230
21
+ num_examples: 42128
22
+ - name: validation
23
+ num_bytes: 4115591
24
+ num_examples: 3364
25
+ - name: test
26
+ num_bytes: 2940990
27
+ num_examples: 2338
28
+ download_size: 33578663
29
+ dataset_size: 53330811
30
+ ---
31
+ # Dataset Card for "ECQG"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)