Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Update README.md
Browse files
README.md
CHANGED
|
@@ -205,7 +205,7 @@ An example of `train` of `ja` looks as follows.
|
|
| 205 |
```
|
| 206 |
|
| 207 |
### Label ID
|
| 208 |
-
The label2id dictionary can be found at [here](https://huggingface.co/datasets/tner/
|
| 209 |
```python
|
| 210 |
{
|
| 211 |
"B-LOC": 0,
|
|
|
|
| 205 |
```
|
| 206 |
|
| 207 |
### Label ID
|
| 208 |
+
The label2id dictionary can be found at [here](https://huggingface.co/datasets/tner/wikiann/raw/main/dataset/label.json).
|
| 209 |
```python
|
| 210 |
{
|
| 211 |
"B-LOC": 0,
|