Datasets:
Tasks:
Other
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
Polish
Size:
10K - 100K
Tags:
structure-prediction
License:
Commit
•
a20247f
1
Parent(s):
6fd17a2
Fix task tags (#6)
Browse files- Fix task tags (9ba5cea6db501bb4d0b1844e77aa149f8091b0dc)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -9,16 +9,18 @@ license:
|
|
9 |
- cc-by-3.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name: 'KPWr-NER'
|
13 |
size_categories:
|
14 |
- 18K
|
15 |
- 10K<n<100K
|
16 |
source_datasets:
|
17 |
- original
|
18 |
task_categories:
|
19 |
-
-
|
20 |
task_ids:
|
21 |
- named-entity-recognition
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# KPWR-NER
|
|
|
9 |
- cc-by-3.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories:
|
13 |
- 18K
|
14 |
- 10K<n<100K
|
15 |
source_datasets:
|
16 |
- original
|
17 |
task_categories:
|
18 |
+
- other
|
19 |
task_ids:
|
20 |
- named-entity-recognition
|
21 |
+
pretty_name: KPWr-NER
|
22 |
+
tags:
|
23 |
+
- structure-prediction
|
24 |
---
|
25 |
|
26 |
# KPWR-NER
|