Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ 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 |
-
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 *[
|
24 |
|
25 |
Finally, the model is trained obtaining the neccesary metrics for evaluating its performance (Precision, Recall, F1 and Accuracy)
|
26 |
|
|
|
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 *[BETO](https://huggingface.co/NazaGara/NER-fine-tuned-BETO)* 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 |
|