Datasets:
Gholamreza
commited on
Commit
•
2aeffe9
1
Parent(s):
8438b94
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: title
|
5 |
+
dtype: string
|
6 |
+
- name: paragraphs
|
7 |
+
list:
|
8 |
+
- name: context
|
9 |
+
dtype: string
|
10 |
+
- name: qas
|
11 |
+
list:
|
12 |
+
- name: answers
|
13 |
+
list:
|
14 |
+
- name: answer_start
|
15 |
+
dtype: int64
|
16 |
+
- name: text
|
17 |
+
dtype: string
|
18 |
+
- name: id
|
19 |
+
dtype: string
|
20 |
+
- name: is_impossible
|
21 |
+
dtype: bool
|
22 |
+
- name: question
|
23 |
+
dtype: string
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 21744137
|
27 |
+
num_examples: 891
|
28 |
+
- name: test
|
29 |
+
num_bytes: 2810299
|
30 |
+
num_examples: 114
|
31 |
+
- name: Validation
|
32 |
+
num_bytes: 2850767
|
33 |
+
num_examples: 120
|
34 |
+
download_size: 12488927
|
35 |
+
dataset_size: 27405203
|
36 |
+
---
|
37 |
+
# Dataset Card for "pquad"
|
38 |
+
|
39 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|