Commit
·
b16eca1
1
Parent(s):
71ff7f6
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: label
|
5 |
+
dtype: int64
|
6 |
+
- name: question
|
7 |
+
dtype: string
|
8 |
+
- name: answer
|
9 |
+
dtype: string
|
10 |
+
- name: key
|
11 |
+
dtype: int64
|
12 |
+
splits:
|
13 |
+
- name: test
|
14 |
+
num_bytes: 87612019
|
15 |
+
num_examples: 466148
|
16 |
+
- name: dev
|
17 |
+
num_bytes: 87607015
|
18 |
+
num_examples: 463914
|
19 |
+
- name: train
|
20 |
+
num_bytes: 3814936393
|
21 |
+
num_examples: 20377568
|
22 |
+
download_size: 2602671423
|
23 |
+
dataset_size: 3990155427
|
24 |
+
---
|
25 |
+
# Dataset Card for "asnq"
|
26 |
+
|
27 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|