Datasets:
Tasks:
Token Classification
Sub-tasks:
word-sense-disambiguation
Languages:
Polish
Size:
1M<n<10M
License:
Joanna Baran
commited on
Commit
•
b5b66bb
1
Parent(s):
540af0c
chore: fix all_text mode
Browse files- wsd_polish_datasets.py +1 -1
wsd_polish_datasets.py
CHANGED
@@ -115,7 +115,7 @@ class WsdPolishDataset(datasets.GeneratorBasedBuilder):
|
|
115 |
WsdPolishBuilderConfig(
|
116 |
corpus="all",
|
117 |
data_type=data_type,
|
118 |
-
data_urls=_URLS[data_type].
|
119 |
description=f"Data part covering `all` corpora in `{data_type}` segmentation.",
|
120 |
)
|
121 |
for data_type in _DATA_TYPES
|
|
|
115 |
WsdPolishBuilderConfig(
|
116 |
corpus="all",
|
117 |
data_type=data_type,
|
118 |
+
data_urls=list(_URLS[data_type].values()),
|
119 |
description=f"Data part covering `all` corpora in `{data_type}` segmentation.",
|
120 |
)
|
121 |
for data_type in _DATA_TYPES
|