Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -11,10 +11,10 @@ task_categories:
|
|
11 |
- token-classification
|
12 |
task_ids:
|
13 |
- named-entity-recognition
|
14 |
-
pretty_name:
|
15 |
---
|
16 |
|
17 |
-
# Dataset Card for "tner/
|
18 |
|
19 |
## Dataset Description
|
20 |
|
@@ -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-LOC": 0,
|
|
|
11 |
- token-classification
|
12 |
task_ids:
|
13 |
- named-entity-recognition
|
14 |
+
pretty_name: TweeBank NER
|
15 |
---
|
16 |
|
17 |
+
# Dataset Card for "tner/tweebank_ner"
|
18 |
|
19 |
## Dataset Description
|
20 |
|
|
|
42 |
```
|
43 |
|
44 |
### Label ID
|
45 |
+
The label2id dictionary can be found at [here](https://huggingface.co/datasets/tner/tweebank_ner/raw/main/dataset/label.json).
|
46 |
```python
|
47 |
{
|
48 |
"B-LOC": 0,
|