Prikshit7766
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ library_name: transformers
|
|
16 |
|
17 |
## Dataset Used
|
18 |
|
19 |
-
This model was trained on the [CoNLL 2003 dataset](https://huggingface.co/datasets/eriktks/conll2003)
|
20 |
|
21 |
The dataset includes the following labels:
|
22 |
- `O`, `B-PER`, `I-PER`, `B-ORG`, `I-ORG`, `B-LOC`, `I-LOC`, `B-MISC`, `I-MISC`
|
|
|
16 |
|
17 |
## Dataset Used
|
18 |
|
19 |
+
This model was trained on the [CoNLL 2003 dataset](https://huggingface.co/datasets/eriktks/conll2003) for Named Entity Recognition (NER) tasks.
|
20 |
|
21 |
The dataset includes the following labels:
|
22 |
- `O`, `B-PER`, `I-PER`, `B-ORG`, `I-ORG`, `B-LOC`, `I-LOC`, `B-MISC`, `I-MISC`
|