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