Prikshit7766 commited on
Commit
15efe28
·
verified ·
1 Parent(s): 6edaaed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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), a widely used benchmark 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`
 
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`