computermacgyver commited on
Commit
eeab69f
·
1 Parent(s): 21ed4f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  A binary classifier that classifies if an input text is related to the Brazilian elections or not.
2
  The classifier was trained on news article headlines taken from online Brazilian news organizations between 2010 and 2022.
3
 
@@ -14,11 +23,3 @@ It was trained X epochs using `microsoft/mdeberta-v3-base` as the base model.
14
  </tr>
15
  </table>
16
 
17
- ---
18
- language:
19
- - pt
20
- license: "mit"
21
- metrics:
22
- - accuracy
23
- - f1
24
- ---
 
1
+ ---
2
+ language:
3
+ - pt
4
+ license: "mit"
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ ---
9
+
10
  A binary classifier that classifies if an input text is related to the Brazilian elections or not.
11
  The classifier was trained on news article headlines taken from online Brazilian news organizations between 2010 and 2022.
12
 
 
23
  </tr>
24
  </table>
25