Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
100K - 1M
Tags:
named-entity-recognition
ner
token-classification
nlp
natural-language-processing
entity-extraction
License:
Update README.md
Browse files
README.md
CHANGED
@@ -139,7 +139,6 @@ NER powers applications by extracting structured data from unstructured text, en
|
|
139 |
|
140 |

|
141 |
|
142 |
-
|
143 |
## NER Tags & Purposes π·οΈ
|
144 |
|
145 |
The dataset uses the **BIO tagging scheme**:
|
@@ -149,7 +148,7 @@ The dataset uses the **BIO tagging scheme**:
|
|
149 |
|
150 |
Below is a table of the 36 NER tags with their purposes and emojis for visual appeal:
|
151 |
|
152 |
-
| Tag Name | Purpose
|
153 |
|------------------|--------------------------------------------------------------------------|--------|
|
154 |
| B-CARDINAL | Beginning of a cardinal number (e.g., "1000") | π’ |
|
155 |
| B-DATE | Beginning of a date (e.g., "January") | ποΈ |
|
@@ -197,7 +196,6 @@ For `"Microsoft opened in Tokyo on January 2025"`:
|
|
197 |
- **Tokens**: `["Microsoft", "opened", "in", "Tokyo", "on", "January", "2025"]`
|
198 |
- **Tags**: `[B-ORG, O, O, B-GPE, O, B-DATE, I-DATE]`
|
199 |
|
200 |
-
|
201 |
## Installation π οΈ
|
202 |
|
203 |
Install dependencies to work with the dataset:
|
|
|
139 |
|
140 |

|
141 |
|
|
|
142 |
## NER Tags & Purposes π·οΈ
|
143 |
|
144 |
The dataset uses the **BIO tagging scheme**:
|
|
|
148 |
|
149 |
Below is a table of the 36 NER tags with their purposes and emojis for visual appeal:
|
150 |
|
151 |
+
| Tag Name | Purpose | Emoji |
|
152 |
|------------------|--------------------------------------------------------------------------|--------|
|
153 |
| B-CARDINAL | Beginning of a cardinal number (e.g., "1000") | π’ |
|
154 |
| B-DATE | Beginning of a date (e.g., "January") | ποΈ |
|
|
|
196 |
- **Tokens**: `["Microsoft", "opened", "in", "Tokyo", "on", "January", "2025"]`
|
197 |
- **Tags**: `[B-ORG, O, O, B-GPE, O, B-DATE, I-DATE]`
|
198 |
|
|
|
199 |
## Installation π οΈ
|
200 |
|
201 |
Install dependencies to work with the dataset:
|