Datasets:
Tasks:
Token Classification
Sub-tasks:
word-sense-disambiguation
Languages:
Polish
Size:
1M<n<10M
License:
Joanna Baran
commited on
Commit
•
a535d7e
1
Parent(s):
4e37db5
update default config
Browse files- wsd_polish_datasets.py +1 -1
wsd_polish_datasets.py
CHANGED
@@ -122,7 +122,7 @@ class WsdPolishDataset(datasets.GeneratorBasedBuilder):
|
|
122 |
]
|
123 |
)
|
124 |
|
125 |
-
DEFAULT_CONFIG_NAME = "
|
126 |
|
127 |
def _info(self) -> datasets.DatasetInfo:
|
128 |
text_features = {
|
|
|
122 |
]
|
123 |
)
|
124 |
|
125 |
+
DEFAULT_CONFIG_NAME = "all_text"
|
126 |
|
127 |
def _info(self) -> datasets.DatasetInfo:
|
128 |
text_features = {
|