Seb00927 commited on
Commit
01e9d71
1 Parent(s): 70d4dc8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 *[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
 
 
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