Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
update
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ An example of `train` looks as follows.
|
|
42 |
```
|
43 |
|
44 |
### Label ID
|
45 |
-
The label2id dictionary can be found at [here](https://huggingface.co/datasets/tner/
|
46 |
```python
|
47 |
{
|
48 |
"B-corporation": 0,
|
|
|
42 |
```
|
43 |
|
44 |
### Label ID
|
45 |
+
The label2id dictionary can be found at [here](https://huggingface.co/datasets/tner/wnut2017/raw/main/dataset/label.json).
|
46 |
```python
|
47 |
{
|
48 |
"B-corporation": 0,
|