Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
enelpol
/
poquad
like
0
Follow
Enelpol
10
Tasks:
Question Answering
Sub-tasks:
extractive-qa
open-domain-qa
Languages:
Polish
Size:
10K<n<100K
License:
cc-by-4.0
Dataset card
Files
Files and versions
Community
1
kwojtasik
commited on
Jul 4, 2023
Commit
a60f228
•
1 Parent(s):
9007094
Update poquad.py
Browse files
Files changed (1)
hide
show
poquad.py
+2
-2
poquad.py
CHANGED
Viewed
@@ -22,8 +22,8 @@ PoQuaD description
22
23
24
_URLS = {
25
-
"train": "poquad-
dev
.json",
26
-
"dev": "poquad-
train
.json",
27
}
28
29
22
23
24
_URLS = {
25
+
"train": "poquad-
train
.json",
26
+
"dev": "poquad-
dev
.json",
27
}
28
29