File size: 1,032 Bytes
5b1ff3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: History
    sequence: string
  - name: QuAC_dialog_id
    dtype: string
  - name: Question
    dtype: string
  - name: Question_no
    dtype: int64
  - name: Rewrite
    dtype: string
  - name: true_page_title
    dtype: string
  - name: true_contexts
    dtype: string
  - name: answer
    dtype: string
  - name: true_contexts_wiki
    dtype: string
  - name: extractive
    dtype: bool
  - name: retrieved_contexts
    sequence: string
  - name: chunked_article
    sequence: string
  splits:
  - name: train
    num_bytes: 1589798324
    num_examples: 17183
  - name: test
    num_bytes: 282060219
    num_examples: 2882
  download_size: 565470318
  dataset_size: 1871858543
---
# Dataset Card for "wikipedia-augmented-chunked-128"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)