Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -105,6 +105,41 @@ dataset_info:
|
|
| 105 |
num_examples: 500
|
| 106 |
download_size: 5402467
|
| 107 |
dataset_size: 13559804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
configs:
|
| 109 |
- config_name: en
|
| 110 |
data_files:
|
|
@@ -124,4 +159,10 @@ configs:
|
|
| 124 |
path: fr/train-*
|
| 125 |
- split: test
|
| 126 |
path: fr/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
---
|
|
|
|
| 105 |
num_examples: 500
|
| 106 |
download_size: 5402467
|
| 107 |
dataset_size: 13559804
|
| 108 |
+
- config_name: it
|
| 109 |
+
features:
|
| 110 |
+
- name: id
|
| 111 |
+
dtype: string
|
| 112 |
+
- name: type
|
| 113 |
+
dtype: string
|
| 114 |
+
- name: body
|
| 115 |
+
dtype: string
|
| 116 |
+
- name: ideal_answer
|
| 117 |
+
sequence: string
|
| 118 |
+
- name: exact_answer
|
| 119 |
+
sequence: string
|
| 120 |
+
- name: snippets
|
| 121 |
+
sequence: string
|
| 122 |
+
- name: documents
|
| 123 |
+
sequence: string
|
| 124 |
+
- name: triples
|
| 125 |
+
list:
|
| 126 |
+
- name: p
|
| 127 |
+
dtype: string
|
| 128 |
+
- name: s
|
| 129 |
+
dtype: string
|
| 130 |
+
- name: o
|
| 131 |
+
dtype: string
|
| 132 |
+
- name: concepts
|
| 133 |
+
sequence: string
|
| 134 |
+
splits:
|
| 135 |
+
- name: train
|
| 136 |
+
num_bytes: 11241823
|
| 137 |
+
num_examples: 2251
|
| 138 |
+
- name: test
|
| 139 |
+
num_bytes: 1737683
|
| 140 |
+
num_examples: 500
|
| 141 |
+
download_size: 5320580
|
| 142 |
+
dataset_size: 12979506
|
| 143 |
configs:
|
| 144 |
- config_name: en
|
| 145 |
data_files:
|
|
|
|
| 159 |
path: fr/train-*
|
| 160 |
- split: test
|
| 161 |
path: fr/test-*
|
| 162 |
+
- config_name: it
|
| 163 |
+
data_files:
|
| 164 |
+
- split: train
|
| 165 |
+
path: it/train-*
|
| 166 |
+
- split: test
|
| 167 |
+
path: it/test-*
|
| 168 |
---
|