Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
Polish
Size:
1K - 10K
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +65 -52
dataset_infos.json
CHANGED
|
@@ -1,58 +1,71 @@
|
|
| 1 |
-
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
"is_paraphrase": {
|
| 12 |
-
"dtype": "bool",
|
| 13 |
-
"_type": "Value"
|
| 14 |
-
},
|
| 15 |
-
"answers": {
|
| 16 |
-
"answer_end": {
|
| 17 |
-
"feature": {
|
| 18 |
-
"dtype": "int64",
|
| 19 |
-
"_type": "Value"
|
| 20 |
-
},
|
| 21 |
-
"_type": "Sequence"
|
| 22 |
},
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
|
| 26 |
-
"_type": "Value"
|
| 27 |
-
},
|
| 28 |
-
"_type": "Sequence"
|
| 29 |
},
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
},
|
| 35 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
}
|
| 37 |
},
|
| 38 |
-
"
|
| 39 |
-
|
| 40 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
},
|
| 42 |
-
"
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
"splits": {
|
| 48 |
-
"train": {
|
| 49 |
-
"name": "train",
|
| 50 |
-
"num_bytes": 14531556,
|
| 51 |
-
"num_examples": 8198,
|
| 52 |
-
"dataset_name": null
|
| 53 |
-
}
|
| 54 |
-
},
|
| 55 |
-
"download_size": 3306389,
|
| 56 |
-
"dataset_size": 14531556,
|
| 57 |
-
"size_in_bytes": 17837945
|
| 58 |
-
}}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"description": "",
|
| 4 |
+
"citation": "",
|
| 5 |
+
"homepage": "",
|
| 6 |
+
"license": "",
|
| 7 |
+
"features": {
|
| 8 |
+
"question": {
|
| 9 |
+
"dtype": "string",
|
| 10 |
+
"_type": "Value"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
},
|
| 12 |
+
"is_paraphrase": {
|
| 13 |
+
"dtype": "bool",
|
| 14 |
+
"_type": "Value"
|
|
|
|
|
|
|
|
|
|
| 15 |
},
|
| 16 |
+
"answers": {
|
| 17 |
+
"answer_end": {
|
| 18 |
+
"feature": {
|
| 19 |
+
"dtype": "int64",
|
| 20 |
+
"_type": "Value"
|
| 21 |
+
},
|
| 22 |
+
"_type": "Sequence"
|
| 23 |
+
},
|
| 24 |
+
"answer_start": {
|
| 25 |
+
"feature": {
|
| 26 |
+
"dtype": "int64",
|
| 27 |
+
"_type": "Value"
|
| 28 |
+
},
|
| 29 |
+
"_type": "Sequence"
|
| 30 |
},
|
| 31 |
+
"text": {
|
| 32 |
+
"feature": {
|
| 33 |
+
"dtype": "string",
|
| 34 |
+
"_type": "Value"
|
| 35 |
+
},
|
| 36 |
+
"_type": "Sequence"
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"context": {
|
| 40 |
+
"dtype": "string",
|
| 41 |
+
"_type": "Value"
|
| 42 |
+
},
|
| 43 |
+
"dataset": {
|
| 44 |
+
"dtype": "string",
|
| 45 |
+
"_type": "Value"
|
| 46 |
+
},
|
| 47 |
+
"context_id": {
|
| 48 |
+
"dtype": "int64",
|
| 49 |
+
"_type": "Value"
|
| 50 |
}
|
| 51 |
},
|
| 52 |
+
"config_name": "default",
|
| 53 |
+
"splits": {
|
| 54 |
+
"train": {
|
| 55 |
+
"name": "train",
|
| 56 |
+
"num_bytes": 11802285,
|
| 57 |
+
"num_examples": 6474,
|
| 58 |
+
"dataset_name": null
|
| 59 |
+
},
|
| 60 |
+
"validation": {
|
| 61 |
+
"name": "validation",
|
| 62 |
+
"num_bytes": 1933099,
|
| 63 |
+
"num_examples": 1327,
|
| 64 |
+
"dataset_name": null
|
| 65 |
+
}
|
| 66 |
},
|
| 67 |
+
"download_size": 2710930,
|
| 68 |
+
"dataset_size": 13735384,
|
| 69 |
+
"size_in_bytes": 16446314
|
| 70 |
+
}
|
| 71 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|