Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Polish
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -36,8 +36,13 @@ configs:
|
|
36 |
path: data/train-*
|
37 |
- split: validation
|
38 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
40 |
Orignal dataset is https://huggingface.co/datasets/clarin-pl/poquad
|
41 |
|
42 |
-
As orignal dataset is mainly for SQuADv1 type of models, this copy also unlocks access to SQuADv2 type of features in poquad like empty questions.
|
43 |
-
|
|
|
36 |
path: data/train-*
|
37 |
- split: validation
|
38 |
path: data/validation-*
|
39 |
+
task_categories:
|
40 |
+
- question-answering
|
41 |
+
language:
|
42 |
+
- pl
|
43 |
+
size_categories:
|
44 |
+
- 10K<n<100K
|
45 |
---
|
46 |
Orignal dataset is https://huggingface.co/datasets/clarin-pl/poquad
|
47 |
|
48 |
+
As orignal dataset is mainly for SQuADv1 type of models, this copy also unlocks access to SQuADv2 type of features in poquad like empty questions.
|
|