higopires commited on
Commit
f64ffaf
·
verified ·
1 Parent(s): 4bed579

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -42
README.md CHANGED
@@ -1,5 +1,6 @@
 
1
  pt: pt-br
2
- license: MIT
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
- results:
25
- - task:
26
- type: text-classification
27
- name: Fake News Detection
28
- dataset:
29
- type: FAKE.BR
30
- name: FAKE.BR
31
- metrics:
32
- - type: f1
33
- value: 0.9906
34
-
35
- - task:
36
- type: text-classification
37
- name: Sentiment Analysis
38
- dataset:
39
- type: CAROSIA
40
- name: CAROSIA
41
- metrics:
42
- - type: f1
43
- value: 0.9207
44
-
45
- - task:
46
- type: text-classification
47
- name: Regulatory Classification
48
- dataset:
49
- type: BBRC
50
- name: BBRC
51
- metrics:
52
- - type: f1
53
- value: 0.7609
54
-
55
- - task:
56
- type: text-classification
57
- name: Hate Speech Detection
58
- dataset:
59
- type: OFFCOMBR-3
60
- name: OFFCOMBR-3
61
- metrics:
62
- - type: f1
63
- value: 0.7539
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