Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
update
Browse files- README.md +1 -1
- wnut2017.py +1 -1
README.md
CHANGED
@@ -65,7 +65,7 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
|
|
65 |
|
66 |
| name |train|validation|test|
|
67 |
|---------|----:|---------:|---:|
|
68 |
-
|
|
69 |
|
70 |
### Licensing Information
|
71 |
|
|
|
65 |
|
66 |
| name |train|validation|test|
|
67 |
|---------|----:|---------:|---:|
|
68 |
+
|wnut2017 |14041| 3250|3453|
|
69 |
|
70 |
### Licensing Information
|
71 |
|
wnut2017.py
CHANGED
@@ -5,7 +5,7 @@ import datasets
|
|
5 |
|
6 |
logger = datasets.logging.get_logger(__name__)
|
7 |
_DESCRIPTION = """[WNUT 2017 NER dataset](https://aclanthology.org/W17-4418/)"""
|
8 |
-
_NAME = "
|
9 |
_VERSION = "1.0.0"
|
10 |
_CITATION = """
|
11 |
@inproceedings{derczynski-etal-2017-results,
|
|
|
5 |
|
6 |
logger = datasets.logging.get_logger(__name__)
|
7 |
_DESCRIPTION = """[WNUT 2017 NER dataset](https://aclanthology.org/W17-4418/)"""
|
8 |
+
_NAME = "wnut2017"
|
9 |
_VERSION = "1.0.0"
|
10 |
_CITATION = """
|
11 |
@inproceedings{derczynski-etal-2017-results,
|