add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -20,6 +20,30 @@ task_ids: []
|
|
20 |
paperswithcode_id: null
|
21 |
tags:
|
22 |
- zero-shot-relation-extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for QaZre
|
|
|
20 |
paperswithcode_id: null
|
21 |
tags:
|
22 |
- zero-shot-relation-extraction
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: relation
|
26 |
+
dtype: string
|
27 |
+
- name: question
|
28 |
+
dtype: string
|
29 |
+
- name: subject
|
30 |
+
dtype: string
|
31 |
+
- name: context
|
32 |
+
dtype: string
|
33 |
+
- name: answers
|
34 |
+
sequence: string
|
35 |
+
splits:
|
36 |
+
- name: test
|
37 |
+
num_bytes: 29410194
|
38 |
+
num_examples: 120000
|
39 |
+
- name: train
|
40 |
+
num_bytes: 2054954011
|
41 |
+
num_examples: 8400000
|
42 |
+
- name: validation
|
43 |
+
num_bytes: 1481430
|
44 |
+
num_examples: 6000
|
45 |
+
download_size: 516061636
|
46 |
+
dataset_size: 2085845635
|
47 |
---
|
48 |
|
49 |
# Dataset Card for QaZre
|