Muhammad Farrukh Mehmood
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ tags:
|
|
15 |
|
16 |
## Model Overview
|
17 |
|
18 |
-
This model, **bert-conll-ner**, is a fine-tuned version of
|
19 |
|
20 |
### Model Architecture
|
21 |
- **Base Model**: BERT (Bidirectional Encoder Representations from Transformers) with the `bert-base-uncased` architecture.
|
|
|
15 |
|
16 |
## Model Overview
|
17 |
|
18 |
+
This model, **bert-conll-ner**, is a fine-tuned version of `bert-base-uncased` trained for the task of Named Entity Recognition (NER) using the [CoNLL-2003](https://huggingface.co/datasets/eriktks/conll2003) dataset. It is designed to identify and classify entities in text, such as **person names (PER)**, **organizations (ORG)**, **locations (LOC)**, and **miscellaneous (MISC)** entities.
|
19 |
|
20 |
### Model Architecture
|
21 |
- **Base Model**: BERT (Bidirectional Encoder Representations from Transformers) with the `bert-base-uncased` architecture.
|