asahi417 commited on
Commit
5cb27f6
1 Parent(s): ecd61a1
Files changed (2) hide show
  1. README.md +1 -1
  2. 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
- |conll2003|14041| 3250|3453|
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 = "wnut20017"
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,