mzasada commited on
Commit
1255ba9
1 Parent(s): bbffbfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
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.