Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
|
|
| 1 |
pt: pt-br
|
| 2 |
-
license:
|
| 3 |
library_name: transformers
|
| 4 |
tags:
|
| 5 |
- portuguese
|
|
@@ -20,49 +21,50 @@ metrics:
|
|
| 20 |
- recall
|
| 21 |
- pr_auc
|
| 22 |
model-index:
|
| 23 |
-
name: DeB3RTa-base
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
|
| 65 |
inference: true
|
|
|
|
| 66 |
|
| 67 |
# DeB3RTa: A Transformer-Based Model for the Portuguese Financial Domain
|
| 68 |
|
|
|
|
| 1 |
+
---
|
| 2 |
pt: pt-br
|
| 3 |
+
license: mit
|
| 4 |
library_name: transformers
|
| 5 |
tags:
|
| 6 |
- portuguese
|
|
|
|
| 21 |
- recall
|
| 22 |
- pr_auc
|
| 23 |
model-index:
|
| 24 |
+
- name: DeB3RTa-base
|
| 25 |
+
results:
|
| 26 |
+
- task:
|
| 27 |
+
type: text-classification
|
| 28 |
+
name: Fake News Detection
|
| 29 |
+
dataset:
|
| 30 |
+
type: FAKE.BR
|
| 31 |
+
name: FAKE.BR
|
| 32 |
+
metrics:
|
| 33 |
+
- type: f1
|
| 34 |
+
value: 0.9906
|
| 35 |
+
|
| 36 |
+
- task:
|
| 37 |
+
type: text-classification
|
| 38 |
+
name: Sentiment Analysis
|
| 39 |
+
dataset:
|
| 40 |
+
type: CAROSIA
|
| 41 |
+
name: CAROSIA
|
| 42 |
+
metrics:
|
| 43 |
+
- type: f1
|
| 44 |
+
value: 0.9207
|
| 45 |
+
|
| 46 |
+
- task:
|
| 47 |
+
type: text-classification
|
| 48 |
+
name: Regulatory Classification
|
| 49 |
+
dataset:
|
| 50 |
+
type: BBRC
|
| 51 |
+
name: BBRC
|
| 52 |
+
metrics:
|
| 53 |
+
- type: f1
|
| 54 |
+
value: 0.7609
|
| 55 |
+
|
| 56 |
+
- task:
|
| 57 |
+
type: text-classification
|
| 58 |
+
name: Hate Speech Detection
|
| 59 |
+
dataset:
|
| 60 |
+
type: OFFCOMBR-3
|
| 61 |
+
name: OFFCOMBR-3
|
| 62 |
+
metrics:
|
| 63 |
+
- type: f1
|
| 64 |
+
value: 0.7539
|
| 65 |
|
| 66 |
inference: true
|
| 67 |
+
---
|
| 68 |
|
| 69 |
# DeB3RTa: A Transformer-Based Model for the Portuguese Financial Domain
|
| 70 |
|