Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K - 1M
Tags:
structure-prediction
License:
change task type to token classification (#3)
Browse files- change task type to token classification (02ed721b5448b8db8d8cc596af528a9de4e35a42)
Co-authored-by: Nicholas Broad <[email protected]>
README.md
CHANGED
@@ -14,7 +14,7 @@ size_categories:
|
|
14 |
source_datasets:
|
15 |
- extended|wikipedia
|
16 |
task_categories:
|
17 |
-
-
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: few-nerd
|
@@ -26,7 +26,8 @@ tags:
|
|
26 |
# Dataset Card for "Few-NERD"
|
27 |
|
28 |
## Table of Contents
|
29 |
-
- [Dataset Description](
|
|
|
30 |
- [Dataset Summary](#dataset-summary)
|
31 |
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
32 |
- [Languages](#languages)
|
@@ -206,4 +207,4 @@ The data fields are the same among all splits.
|
|
206 |
```
|
207 |
|
208 |
|
209 |
-
### Contributions
|
|
|
14 |
source_datasets:
|
15 |
- extended|wikipedia
|
16 |
task_categories:
|
17 |
+
- token-classification
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: few-nerd
|
|
|
26 |
# Dataset Card for "Few-NERD"
|
27 |
|
28 |
## Table of Contents
|
29 |
+
- [Dataset Description](
|
30 |
+
#dataset-description)
|
31 |
- [Dataset Summary](#dataset-summary)
|
32 |
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
33 |
- [Languages](#languages)
|
|
|
207 |
```
|
208 |
|
209 |
|
210 |
+
### Contributions
|