Update README.md
Browse files
README.md
CHANGED
@@ -115,27 +115,7 @@ This example was too long and was cropped:
|
|
115 |
}
|
116 |
```
|
117 |
|
118 |
-
#### secondary_task
|
119 |
|
120 |
-
- **Size of downloaded dataset files:** 1863.37 MB
|
121 |
-
- **Size of the generated dataset:** 55.34 MB
|
122 |
-
- **Total amount of disk used:** 1918.71 MB
|
123 |
-
|
124 |
-
An example of 'validation' looks as follows.
|
125 |
-
```
|
126 |
-
This example was too long and was cropped:
|
127 |
-
|
128 |
-
{
|
129 |
-
"answers": {
|
130 |
-
"answer_start": [394],
|
131 |
-
"text": ["بطولتين"]
|
132 |
-
},
|
133 |
-
"context": "\"أقيمت البطولة 21 مرة، شارك في النهائيات 78 دولة، وعدد الفرق التي فازت بالبطولة حتى الآن 8 فرق، ويعد المنتخب البرازيلي الأكثر تت...",
|
134 |
-
"id": "arabic-2387335860751143628-1",
|
135 |
-
"question": "\"كم عدد مرات فوز الأوروغواي ببطولة كاس العالم لكرو القدم؟\"...",
|
136 |
-
"title": "قائمة نهائيات كأس العالم"
|
137 |
-
}
|
138 |
-
```
|
139 |
|
140 |
### Data Fields
|
141 |
|
@@ -156,21 +136,14 @@ The data fields are the same among all splits.
|
|
156 |
- `document_plaintext`: a `string` feature.
|
157 |
- `document_url`: a `string` feature.
|
158 |
|
159 |
-
|
160 |
-
- `id`: a `string` feature.
|
161 |
-
- `title`: a `string` feature.
|
162 |
-
- `context`: a `string` feature.
|
163 |
-
- `question`: a `string` feature.
|
164 |
-
- `answers`: a dictionary feature containing:
|
165 |
-
- `text`: a `string` feature.
|
166 |
-
- `answer_start`: a `int32` feature.
|
167 |
|
168 |
### Data Splits
|
169 |
|
170 |
| name | train | validation |
|
171 |
| -------------- | -----: | ---------: |
|
172 |
| primary_task | 166916 | 18670 |
|
173 |
-
|
174 |
|
175 |
## Dataset Creation
|
176 |
|
|
|
115 |
}
|
116 |
```
|
117 |
|
|
|
118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
|
120 |
### Data Fields
|
121 |
|
|
|
136 |
- `document_plaintext`: a `string` feature.
|
137 |
- `document_url`: a `string` feature.
|
138 |
|
139 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
|
141 |
### Data Splits
|
142 |
|
143 |
| name | train | validation |
|
144 |
| -------------- | -----: | ---------: |
|
145 |
| primary_task | 166916 | 18670 |
|
146 |
+
|
147 |
|
148 |
## Dataset Creation
|
149 |
|