albertvillanova HF staff commited on
Commit
a8db7e5
1 Parent(s): bb447c3

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -65
dataset_infos.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "plain_text": {
3
- "description": "Piaf is a reading comprehension dataset. This version, published in February 2020, contains 3835 questions on French Wikipedia.\n",
4
- "citation": "@InProceedings{keraron-EtAl:2020:LREC,\n author = {Keraron, Rachel and Lancrenon, Guillaume and Bras, Mathilde and Allary, Fr\u00e9d\u00e9ric and Moyse, Gilles and Scialom, Thomas and Soriano-Morales, Edmundo-Pavel and Staiano, Jacopo},\n title = {Project PIAF: Building a Native French Question-Answering Dataset},\n booktitle = {Proceedings of The 12th Language Resources and Evaluation Conference},\n month = {May},\n year = {2020},\n address = {Marseille, France},\n publisher = {European Language Resources Association},\n pages = {5483--5492},\n abstract = {Motivated by the lack of data for non-English languages, in particular for the evaluation of downstream tasks such as Question Answering, we present a participatory effort to collect a native French Question Answering Dataset. Furthermore, we describe and publicly release the annotation tool developed for our collection effort, along with the data obtained and preliminary baselines.},\n url = {https://www.aclweb.org/anthology/2020.lrec-1.673}\n}\n",
5
- "homepage": "https://piaf.etalab.studio",
6
- "license": "",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "title": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "context": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "question": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "answers": {
25
- "feature": {
26
- "text": {
27
- "dtype": "string",
28
- "_type": "Value"
29
- },
30
- "answer_start": {
31
- "dtype": "int32",
32
- "_type": "Value"
33
- }
34
- },
35
- "_type": "Sequence"
36
- }
37
- },
38
- "task_templates": [
39
- {
40
- "task": "question-answering-extractive"
41
- }
42
- ],
43
- "builder_name": "piaf",
44
- "dataset_name": "piaf",
45
- "config_name": "plain_text",
46
- "version": {
47
- "version_str": "1.0.0",
48
- "description": "",
49
- "major": 1,
50
- "minor": 0,
51
- "patch": 0
52
- },
53
- "splits": {
54
- "train": {
55
- "name": "train",
56
- "num_bytes": 3332877,
57
- "num_examples": 3835,
58
- "dataset_name": null
59
- }
60
- },
61
- "download_size": 650352,
62
- "dataset_size": 3332877,
63
- "size_in_bytes": 3983229
64
- }
65
- }