marcosgg commited on
Commit
e1a3cdb
1 Parent(s): c474585

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ This is a NER model for Portuguese which uses the standard 'enamex' classes: LOC
17
 
18
  The model is based on [BERTimbau Large](https://huggingface.co/neuralmind/bert-large-portuguese-cased), which has been fine-tuned using a combination of available corpus (see [1] for details).
19
 
20
- There is an alternative model trained using (BERTimbau Base)[https://huggingface.co/neuralmind/bert-base-portuguese-cased]: (bert-base-pt-ner-enamex)[https://huggingface.co/marcosgg/bert-base-pt-ner-enamex].
21
 
22
  It was trained with a batch size of 32 and a learning rate of 3e-5 during 3 epochs. It achieved the following results on the test set (Precision/Recall/F1): 0.919/0.925/0.922.
23
 
 
17
 
18
  The model is based on [BERTimbau Large](https://huggingface.co/neuralmind/bert-large-portuguese-cased), which has been fine-tuned using a combination of available corpus (see [1] for details).
19
 
20
+ There is an alternative model trained using [BERTimbau Base](https://huggingface.co/neuralmind/bert-base-portuguese-cased): [bert-base-pt-ner-enamex](https://huggingface.co/marcosgg/bert-base-pt-ner-enamex).
21
 
22
  It was trained with a batch size of 32 and a learning rate of 3e-5 during 3 epochs. It achieved the following results on the test set (Precision/Recall/F1): 0.919/0.925/0.922.
23