File size: 501 Bytes
eeab69f
 
 
 
 
 
 
 
 
21ed4f2
 
c809982
21ed4f2
c809982
 
 
 
 
 
 
 
 
 
 
21ed4f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
language: 
- pt
license: "mit"
metrics:
- accuracy
- f1
---

A binary classifier that classifies if an input text is related to the Brazilian elections or not. 
The classifier was trained on news article headlines taken from online Brazilian news organizations between 2010 and 2022. 

It was trained X epochs using `microsoft/mdeberta-v3-base` as the base model.

<table>
  <tr>
    <td>Accuracy</td>
    <td>0.9203</td>
  </tr>
  <tr>
    <td>F1 Score</td>
    <td>0.9206</td>
  </tr>
</table>