feat: add `metadata_paragraph` to the `dataset_info.json`
Browse files- dataset_info.json +34 -0
dataset_info.json
CHANGED
@@ -241,6 +241,40 @@
|
|
241 |
"_type": "Value"
|
242 |
}
|
243 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
]
|
245 |
},
|
246 |
"homepage": "",
|
|
|
241 |
"_type": "Value"
|
242 |
}
|
243 |
}
|
244 |
+
],
|
245 |
+
"metadata_paragraph": [
|
246 |
+
{
|
247 |
+
"char_end_idx": {
|
248 |
+
"dtype": "int64",
|
249 |
+
"id": null,
|
250 |
+
"_type": "Value"
|
251 |
+
},
|
252 |
+
"char_start_idx": {
|
253 |
+
"dtype": "int64",
|
254 |
+
"id": null,
|
255 |
+
"_type": "Value"
|
256 |
+
},
|
257 |
+
"key": {
|
258 |
+
"dtype": "string",
|
259 |
+
"id": null,
|
260 |
+
"_type": "Value"
|
261 |
+
},
|
262 |
+
"marker": {
|
263 |
+
"dtype": "string",
|
264 |
+
"id": null,
|
265 |
+
"_type": "Value"
|
266 |
+
},
|
267 |
+
"type": {
|
268 |
+
"dtype": "string",
|
269 |
+
"id": null,
|
270 |
+
"_type": "Value"
|
271 |
+
},
|
272 |
+
"value": {
|
273 |
+
"dtype": "string",
|
274 |
+
"id": null,
|
275 |
+
"_type": "Value"
|
276 |
+
}
|
277 |
+
}
|
278 |
]
|
279 |
},
|
280 |
"homepage": "",
|