alexandreteles
commited on
Commit
•
f5d7e70
1
Parent(s):
189b55e
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
tags:
|
|
|
|
|
3 |
- autotrain
|
4 |
- text-classification
|
5 |
language:
|
6 |
- pt
|
7 |
widget:
|
8 |
-
- text:
|
9 |
datasets:
|
10 |
- alexandreteles/told_br_binary_sm
|
11 |
co2_eq_emissions:
|
@@ -20,18 +22,19 @@ model-index:
|
|
20 |
type: alexandreteles/told_br_binary_sm
|
21 |
name: told-br-small
|
22 |
metrics:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
35 |
---
|
36 |
|
37 |
# Model Trained Using AutoTrain
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- transformers
|
4 |
+
- pytorch
|
5 |
- autotrain
|
6 |
- text-classification
|
7 |
language:
|
8 |
- pt
|
9 |
widget:
|
10 |
+
- text: I love AutoTrain 🤗
|
11 |
datasets:
|
12 |
- alexandreteles/told_br_binary_sm
|
13 |
co2_eq_emissions:
|
|
|
22 |
type: alexandreteles/told_br_binary_sm
|
23 |
name: told-br-small
|
24 |
metrics:
|
25 |
+
- type: accuracy
|
26 |
+
value: 0.8
|
27 |
+
name: Accuracy
|
28 |
+
verified: true
|
29 |
+
- type: f1
|
30 |
+
value: 0.759
|
31 |
+
name: F1
|
32 |
+
verified: true
|
33 |
+
- type: roc_auc
|
34 |
+
value: 0.891
|
35 |
+
name: AUC
|
36 |
+
verified: true
|
37 |
+
library_name: transformers
|
38 |
---
|
39 |
|
40 |
# Model Trained Using AutoTrain
|