legacy107 commited on
Commit
5b1ff3b
1 Parent(s): 30e04ba

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: History
12
+ sequence: string
13
+ - name: QuAC_dialog_id
14
+ dtype: string
15
+ - name: Question
16
+ dtype: string
17
+ - name: Question_no
18
+ dtype: int64
19
+ - name: Rewrite
20
+ dtype: string
21
+ - name: true_page_title
22
+ dtype: string
23
+ - name: true_contexts
24
+ dtype: string
25
+ - name: answer
26
+ dtype: string
27
+ - name: true_contexts_wiki
28
+ dtype: string
29
+ - name: extractive
30
+ dtype: bool
31
+ - name: retrieved_contexts
32
+ sequence: string
33
+ - name: chunked_article
34
+ sequence: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 1589798324
38
+ num_examples: 17183
39
+ - name: test
40
+ num_bytes: 282060219
41
+ num_examples: 2882
42
+ download_size: 565470318
43
+ dataset_size: 1871858543
44
+ ---
45
+ # Dataset Card for "wikipedia-augmented-chunked-128"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)