Upload modelo treinado - 20251203_124859_hf
#16
by rkenji - opened
README.md
CHANGED
|
@@ -21,13 +21,13 @@ model-index:
|
|
| 21 |
- type: accuracy
|
| 22 |
value: 0.9352226720647774
|
| 23 |
- type: f1
|
| 24 |
-
value: 0.
|
| 25 |
- type: precision
|
| 26 |
-
value: 0.
|
| 27 |
- type: recall
|
| 28 |
value: 0.9352226720647774
|
| 29 |
- type: f1_macro
|
| 30 |
-
value: 0.
|
| 31 |
---
|
| 32 |
|
| 33 |
# Model Card for Model ID
|
|
@@ -82,26 +82,26 @@ Este modelo foi treinado para classificar documentos jurídicos brasileiros usan
|
|
| 82 |
As métricas abaixo foram calculadas no conjunto de validação:
|
| 83 |
|
| 84 |
- **Accuracy:** 0.9352
|
| 85 |
-
- **F1-Score (Weighted):** 0.
|
| 86 |
-
- **Precision (Weighted):** 0.
|
| 87 |
- **Recall (Weighted):** 0.9352
|
| 88 |
-
- **F1-Score (Macro):** 0.
|
| 89 |
|
| 90 |
## Classification Report Completo
|
| 91 |
|
| 92 |
```
|
| 93 |
precision recall f1-score support
|
| 94 |
|
| 95 |
-
0 0.
|
| 96 |
-
1 0.
|
| 97 |
-
2 0.
|
| 98 |
-
3 0.
|
| 99 |
-
4 0.
|
| 100 |
-
5 0.
|
| 101 |
6 1.00 1.00 1.00 43
|
| 102 |
|
| 103 |
accuracy 0.94 741
|
| 104 |
-
macro avg 0.
|
| 105 |
weighted avg 0.93 0.94 0.93 741
|
| 106 |
|
| 107 |
```
|
|
|
|
| 21 |
- type: accuracy
|
| 22 |
value: 0.9352226720647774
|
| 23 |
- type: f1
|
| 24 |
+
value: 0.9328717264101649
|
| 25 |
- type: precision
|
| 26 |
+
value: 0.9342469820430453
|
| 27 |
- type: recall
|
| 28 |
value: 0.9352226720647774
|
| 29 |
- type: f1_macro
|
| 30 |
+
value: 0.8259694427208276
|
| 31 |
---
|
| 32 |
|
| 33 |
# Model Card for Model ID
|
|
|
|
| 82 |
As métricas abaixo foram calculadas no conjunto de validação:
|
| 83 |
|
| 84 |
- **Accuracy:** 0.9352
|
| 85 |
+
- **F1-Score (Weighted):** 0.9329
|
| 86 |
+
- **Precision (Weighted):** 0.9342
|
| 87 |
- **Recall (Weighted):** 0.9352
|
| 88 |
+
- **F1-Score (Macro):** 0.8260
|
| 89 |
|
| 90 |
## Classification Report Completo
|
| 91 |
|
| 92 |
```
|
| 93 |
precision recall f1-score support
|
| 94 |
|
| 95 |
+
0 0.33 0.17 0.22 6
|
| 96 |
+
1 0.86 0.96 0.91 46
|
| 97 |
+
2 0.98 0.73 0.83 55
|
| 98 |
+
3 0.89 0.97 0.93 35
|
| 99 |
+
4 0.92 0.95 0.94 132
|
| 100 |
+
5 0.95 0.96 0.95 424
|
| 101 |
6 1.00 1.00 1.00 43
|
| 102 |
|
| 103 |
accuracy 0.94 741
|
| 104 |
+
macro avg 0.85 0.82 0.83 741
|
| 105 |
weighted avg 0.93 0.94 0.93 741
|
| 106 |
|
| 107 |
```
|