legacy107's picture
Upload README.md with huggingface_hub
5b1ff3b
|
raw
history blame
No virus
1.03 kB
---
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)