ashraq commited on
Commit
8432531
1 Parent(s): ca748b8

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: url
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: header
9
+ sequence: string
10
+ - name: data
11
+ sequence:
12
+ sequence: string
13
+ - name: section_title
14
+ dtype: string
15
+ - name: section_text
16
+ dtype: string
17
+ - name: uid
18
+ dtype: string
19
+ - name: intro
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 41038376
24
+ num_examples: 20000
25
+ download_size: 23329221
26
+ dataset_size: 41038376
27
+ ---
28
+ # Dataset Card for "ott-qa-20k"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)