Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
# congretimbau3
|
22 |
|
23 |
-
This model is a fine-tuned version of [
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- eval_loss: 0.4885
|
26 |
- eval_runtime: 798.5704
|
@@ -31,11 +31,21 @@ It achieves the following results on the evaluation set:
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
## Intended uses & limitations
|
37 |
|
38 |
-
|
39 |
|
40 |
## Training and evaluation data
|
41 |
|
|
|
20 |
|
21 |
# congretimbau3
|
22 |
|
23 |
+
This model is a fine-tuned version of [BERTimbau](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on a dataset with bill of Brazilian law proposals.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- eval_loss: 0.4885
|
26 |
- eval_runtime: 798.5704
|
|
|
31 |
|
32 |
## Model description
|
33 |
|
34 |
+
The model is used to classify law bills into one of the following categories:
|
35 |
+
|
36 |
+
- Violência contra a mulher
|
37 |
+
- Direitos sociais
|
38 |
+
- Maternidade
|
39 |
+
- Direitos sexuais e reprodutivos
|
40 |
+
- Dignidade sexual
|
41 |
+
- Economia
|
42 |
+
- Gênero
|
43 |
+
- Política
|
44 |
+
- Feminicídio
|
45 |
|
46 |
## Intended uses & limitations
|
47 |
|
48 |
+
|
49 |
|
50 |
## Training and evaluation data
|
51 |
|