Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,6 +20,10 @@ This is a BERT model fine-tuned for Named Entity Recognition (NER).
|
|
20 |
|
21 |
This is a fine-tuned BERT model for Named Entity Recognition (NER) task using CONLL2002 dataset.
|
22 |
|
|
|
|
|
|
|
|
|
23 |
# Training
|
24 |
|
25 |
## Training Details
|
|
|
20 |
|
21 |
This is a fine-tuned BERT model for Named Entity Recognition (NER) task using CONLL2002 dataset.
|
22 |
|
23 |
+
In the first part, the dataset must be pre-processed in order to give it to the model. This is done using the 🤗 Transformers and BERT tokenizers. Once this is done, finetuning is applied from *[bert-base-cased](https://huggingface.co/google-bert/bert-base-cased)* and using the 🤗 *AutoModelForTokenClassification*.
|
24 |
+
|
25 |
+
Finally, the model is trained obtaining the neccesary metrics for evaluating its performance (Precision, Recall, F1 and Accuracy)
|
26 |
+
|
27 |
# Training
|
28 |
|
29 |
## Training Details
|