luiseduardobrito commited on
Commit
b033440
·
1 Parent(s): 5fb5547

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -1,9 +1,23 @@
1
  ---
2
- datasets:
3
- - brwac
4
- language:
5
- - pt
6
  tags:
7
- - bertimbau
8
- - bert
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: pt
3
+ license: mit
 
 
4
  tags:
5
+ - bert
6
+ - bertimbau
7
+ - pytorch
8
+ datasets:
9
+ - brWaC
10
+ ---
11
+
12
+ # BERTimbau Base (aka "bert-base-portuguese-cased")
13
+
14
+ ![Bert holding a berimbau](https://imgur.com/JZ7Hynh.jpg)
15
+
16
+
17
+ ## Introduction
18
+
19
+ BERTimbau Base is a pretrained BERT model for Brazilian Portuguese that achieves state-of-the-art performances on three downstream NLP tasks: Named Entity Recognition, Sentence Textual Similarity and Recognizing Textual Entailment. It is available in two sizes: Base and Large.
20
+
21
+ This is a converted version of the original model using [ONNX](https://onnx.ai/).
22
+
23
+ For further information or requests, please go to [BERTimbau repository](https://github.com/neuralmind-ai/portuguese-bert/).