File size: 1,183 Bytes
55d8e4b |
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 48 49 50 51 52 53 |
---
dataset_info:
features:
- name: question_id
dtype: int64
- name: question_title
dtype: string
- name: question_body
dtype: string
- name: accepted_answer_id
dtype: int64
- name: question_creation_date
dtype: timestamp[us]
- name: question_answer_count
dtype: int64
- name: question_favorite_count
dtype: float64
- name: question_score
dtype: int64
- name: question_view_count
dtype: int64
- name: tags
dtype: string
- name: answer_body
dtype: string
- name: answer_creation_date
dtype: timestamp[us]
- name: answer_score
dtype: int64
- name: link
dtype: string
- name: context
dtype: string
- name: answer_start
dtype: int64
- name: answer_end
dtype: int64
- name: question
dtype: string
- name: predicted_answer
dtype: string
- name: parsed_answer
dtype: string
splits:
- name: train
num_bytes: 4103753
num_examples: 100
download_size: 1950624
dataset_size: 4103753
---
# Dataset Card for "predicted-squad2"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |