lisaterumi
commited on
Commit
•
94dd51e
1
Parent(s):
af33948
Update README.md
Browse files
README.md
CHANGED
@@ -2,15 +2,26 @@
|
|
2 |
language: "pt"
|
3 |
widget:
|
4 |
- text: "O paciente recebeu no hospital e falou com a médica"
|
5 |
-
|
|
|
6 |
datasets:
|
7 |
- MacMorpho
|
8 |
---
|
9 |
|
10 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
## Citation
|
13 |
```
|
14 |
coming soon
|
15 |
```
|
16 |
|
|
|
|
|
|
|
|
|
|
2 |
language: "pt"
|
3 |
widget:
|
4 |
- text: "O paciente recebeu no hospital e falou com a médica"
|
5 |
+
- text: "COMO ESQUEMA DE MEDICAÇÃO PARA ICC PRESCRITO NO ALTA, RECEBE FUROSEMIDA 40 BID, ISOSSORBIDA 40 TID, DIGOXINA 0,25 /D, CAPTOPRIL 50 TID E ESPIRONOLACTONA 25 /D."
|
6 |
+
- text: "ESTAVA EM USO DE FUROSEMIDA 40 BID, DIGOXINA 0,25 /D, SINVASTATINA 40 /NOITE, CAPTOPRIL 50 TID, ISOSSORBIDA 20 TID, AAS 100 /D E ESPIRONOLACTONA 25 /D."
|
7 |
datasets:
|
8 |
- MacMorpho
|
9 |
---
|
10 |
|
11 |
+
# POS-Tagger Bio Portuguese
|
12 |
+
|
13 |
+
We fine-tuned the BioBERTpt(all) model with the MacMorpho corpus for the Post-Tagger task, with 10 epochs, achieving a general F1-Score of 0.9814.
|
14 |
+
|
15 |
+
## Acknowledgements
|
16 |
+
|
17 |
+
This study was financed in part by the Coordenação de Aperfeiçoamento de Pessoal de Nível Superior - Brasil (CAPES) - Finance Code 001.
|
18 |
|
19 |
## Citation
|
20 |
```
|
21 |
coming soon
|
22 |
```
|
23 |
|
24 |
+
## Questions?
|
25 |
+
|
26 |
+
Please, post a Github issue on the [NLP Portuguese Chunking](https://github.com/HAILab-PUCPR/nlp-portuguese-chunking).
|
27 |
+
|