dominguesm commited on
Commit
1bbe7bc
1 Parent(s): 56f879e

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -13,13 +13,13 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.0
17
  - name: NER Recall
18
  type: recall
19
- value: 0.0
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.0
23
  - task:
24
  name: TAG
25
  type: token-classification
@@ -78,9 +78,9 @@ model-index:
78
  | **Default Pipeline** | `transformer`, `ner`, `tagger`, `morphologizer`, `trainable_lemmatizer`, `parser` |
79
  | **Components** | `transformer`, `ner`, `tagger`, `morphologizer`, `trainable_lemmatizer`, `parser` |
80
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
81
- | **Sources** | n/a |
82
- | **License** | n/a |
83
- | **Author** | [n/a]() |
84
 
85
  ### Label Scheme
86
 
@@ -101,9 +101,9 @@ model-index:
101
 
102
  | Type | Score |
103
  | --- | --- |
104
- | `ENTS_F` | 0.00 |
105
- | `ENTS_P` | 0.00 |
106
- | `ENTS_R` | 0.00 |
107
  | `ENTS_PER_TYPE` | 0.00 |
108
  | `TAG_ACC` | 97.82 |
109
  | `POS_ACC` | 97.81 |
@@ -113,9 +113,4 @@ model-index:
113
  | `DEP_LAS` | 89.66 |
114
  | `SENTS_P` | 93.49 |
115
  | `SENTS_R` | 94.28 |
116
- | `SENTS_F` | 93.88 |
117
- | `TRANSFORMER_LOSS` | 1491179.25 |
118
- | `TAGGER_LOSS` | 34267.19 |
119
- | `MORPHOLOGIZER_LOSS` | 262113.50 |
120
- | `TRAINABLE_LEMMATIZER_LOSS` | 174370.37 |
121
- | `PARSER_LOSS` | 1578298.30 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.9274830806
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.9293805645
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.9284308531
23
  - task:
24
  name: TAG
25
  type: token-classification
 
78
  | **Default Pipeline** | `transformer`, `ner`, `tagger`, `morphologizer`, `trainable_lemmatizer`, `parser` |
79
  | **Components** | `transformer`, `ner`, `tagger`, `morphologizer`, `trainable_lemmatizer`, `parser` |
80
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
81
+ | **Sources** | [UD Portuguese Bosque v2.8](https://github.com/UniversalDependencies/UD_Portuguese-Bosque) (Rademaker, Alexandre; Freitas, Cláudia; de Souza, Elvis; Silveira, Aline; Cavalcanti, Tatiana; Evelyn, Wograine; Rocha, Luisa; Soares-Bastos, Isabela; Bick, Eckhard; Chalub, Fabricio; Paulino-Passos, Guilherme; Real, Livy; de Paiva, Valeria; Zeman, Daniel; Popel, Martin; Mareček, David; Silveira, Natalia; Martins, André)<br />[WikiNER](https://figshare.com/articles/Learning_multilingual_named_entity_recognition_from_Wikipedia/5462500) (Joel Nothman, Nicky Ringland, Will Radford, Tara Murphy, James R Curran) |
82
+ | **License** | `CC BY-SA 4.0` |
83
+ | **Author** | [Maicon Domingues](http://nlp.rocks) |
84
 
85
  ### Label Scheme
86
 
 
101
 
102
  | Type | Score |
103
  | --- | --- |
104
+ | `ENTS_F` | 92.84 |
105
+ | `ENTS_P` | 92.75 |
106
+ | `ENTS_R` | 92.94 |
107
  | `ENTS_PER_TYPE` | 0.00 |
108
  | `TAG_ACC` | 97.82 |
109
  | `POS_ACC` | 97.81 |
 
113
  | `DEP_LAS` | 89.66 |
114
  | `SENTS_P` | 93.49 |
115
  | `SENTS_R` | 94.28 |
116
+ | `SENTS_F` | 93.88 |