marquesafonso commited on
Commit
d204e31
·
1 Parent(s): 83ba853

improve readme with classes information

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -9,6 +9,14 @@ This model card aims to simplify the use of the [portuguese Bert, a.k.a, Bertimb
9
 
10
  For this model card the we used the <mark style="background-color: #d3d3d3"> **BERT-CRF (selective scenario, 5 classes)** </mark> model available in the [ner_evaluation](https://github.com/neuralmind-ai/portuguese-bert/tree/master/ner_evaluation) folder of the original Bertimbau repo.
11
 
 
 
 
 
 
 
 
 
12
  ## Usage
13
 
14
  ```
 
9
 
10
  For this model card the we used the <mark style="background-color: #d3d3d3"> **BERT-CRF (selective scenario, 5 classes)** </mark> model available in the [ner_evaluation](https://github.com/neuralmind-ai/portuguese-bert/tree/master/ner_evaluation) folder of the original Bertimbau repo.
11
 
12
+ Available classes are:
13
+
14
+ + PESSOA
15
+ + ORGANIZACAO
16
+ + LOCAL
17
+ + TEMPO
18
+ + VALOR
19
+
20
  ## Usage
21
 
22
  ```