Datasets:
Tasks:
Token Classification
Languages:
Norwegian
Size:
10K<n<100K
ArXiv:
Tags:
structure-prediction
License:
Commit
·
d3f3862
1
Parent(s):
4b38f10
Fix task tags (#3)
Browse files- Fix task tags (c0a102add68136a7c8f267cee8558091f5d18b52)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -14,9 +14,11 @@ size_categories:
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
-
-
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
|
|
|
|
20 |
---
|
21 |
|
22 |
# Dataset Card for NorNE: Norwegian Named Entities
|
|
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
+
- other
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
20 |
+
tags:
|
21 |
+
- structure-prediction
|
22 |
---
|
23 |
|
24 |
# Dataset Card for NorNE: Norwegian Named Entities
|