michal-stefanik commited on
Commit
cf0a3aa
1 Parent(s): b4a5daf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: History
5
+ sequence: string
6
+ - name: QuAC_dialog_id
7
+ dtype: string
8
+ - name: Question
9
+ dtype: string
10
+ - name: Question_no
11
+ dtype: int64
12
+ - name: Rewrite
13
+ dtype: string
14
+ - name: true_page_title
15
+ dtype: string
16
+ - name: true_contexts
17
+ dtype: string
18
+ - name: answer
19
+ dtype: string
20
+ - name: true_contexts_wiki
21
+ dtype: string
22
+ - name: extractive
23
+ dtype: bool
24
+ - name: retrieved_contexts
25
+ sequence: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 1353765609
29
+ num_examples: 31526
30
+ download_size: 197079202
31
+ dataset_size: 1353765609
32
+ ---
33
+ # Dataset Card for "Canard_Wiki-augmented"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)