Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
kwojtasik commited on
Commit
a60f228
1 Parent(s): 9007094

Update poquad.py

Browse files
Files changed (1) hide show
  1. poquad.py +2 -2
poquad.py CHANGED
@@ -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