dominguesm commited on
Commit
a3657dd
1 Parent(s): ae50ddc

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  language:
6
  - pt
7
  model-index:
8
- - name: pt_core_news_trf
9
  results:
10
  - task:
11
  name: NER
@@ -21,6 +21,9 @@ model-index:
21
  type: f_score
22
  value: 0.9284308531
23
  ---
 
 
 
24
  | Feature | Description |
25
  | --- | --- |
26
  | **Name** | `pt_core_news_trf` |
@@ -29,9 +32,9 @@ model-index:
29
  | **Default Pipeline** | `transformer`, `ner` |
30
  | **Components** | `transformer`, `ner` |
31
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
32
- | **Sources** | n/a |
33
- | **License** | n/a |
34
- | **Author** | [n/a]() |
35
 
36
  ### Label Scheme
37
 
@@ -51,6 +54,4 @@ model-index:
51
  | --- | --- |
52
  | `ENTS_F` | 92.84 |
53
  | `ENTS_P` | 92.75 |
54
- | `ENTS_R` | 92.94 |
55
- | `TRANSFORMER_LOSS` | 330558.41 |
56
- | `NER_LOSS` | 422753.88 |
5
  language:
6
  - pt
7
  model-index:
8
+ - name: pt_pipeline
9
  results:
10
  - task:
11
  name: NER
21
  type: f_score
22
  value: 0.9284308531
23
  ---
24
+
25
+ Portuguese transformer pipeline ([bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased)). Components: transformer, ner.
26
+
27
  | Feature | Description |
28
  | --- | --- |
29
  | **Name** | `pt_core_news_trf` |
32
  | **Default Pipeline** | `transformer`, `ner` |
33
  | **Components** | `transformer`, `ner` |
34
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
35
+ | **Sources** | [WikiNER](https://figshare.com/articles/Learning_multilingual_named_entity_recognition_from_Wikipedia/5462500) (Joel Nothman, Nicky Ringland, Will Radford, Tara Murphy, James R Curran) |
36
+ | **License** | `MIT` |
37
+ | **Author** | [Maicon Domingues](http://nlp.rocks) |
38
 
39
  ### Label Scheme
40
 
54
  | --- | --- |
55
  | `ENTS_F` | 92.84 |
56
  | `ENTS_P` | 92.75 |
57
+ | `ENTS_R` | 92.94 |