Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -19,25 +19,24 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # neuralmind/bert-base-portuguese-cased
21
 
22
- This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the None dataset.
23
- It achieves the following results on the evaluation set:
24
- - Loss: 0.0460
25
- - Accuracy: 0.8367
26
- - F1: 0.7871
27
- - Recall: 0.8194
28
- - Precision: 0.7687
29
-
30
  ## Model description
31
 
32
- More information needed
 
33
 
34
  ## Intended uses & limitations
35
 
36
- More information needed
 
 
 
 
 
 
37
 
38
  ## Training and evaluation data
39
 
40
- More information needed
41
 
42
  ## Training procedure
43
 
@@ -82,3 +81,7 @@ The following hyperparameters were used during training:
82
  - Pytorch 2.5.1+cu121
83
  - Datasets 3.2.0
84
  - Tokenizers 0.21.0
 
 
 
 
 
19
 
20
  # neuralmind/bert-base-portuguese-cased
21
 
 
 
 
 
 
 
 
 
22
  ## Model description
23
 
24
+ This model is a fine-tuned version of the pre-trained neuralmind/bert-base-portuguese-cased model. It was specifically adapted to classify Brazilian legislative proposals (PLs) as either favorable or unfavorable to women’s rights, based on the content of their summaries (ementa) and full text (inteiro teor). The model aim is to uderstand the nuances of gender impacts in legal contexts.
25
+ The model leverages the BERT architecture, which is designed for natural language understanding tasks. The use in this specialized task allows the model to identify patterns and terminology indicative of how a project of law aligns with women’s rights.
26
 
27
  ## Intended uses & limitations
28
 
29
+ Primary Use: To classify Brazilian legal proposals (PLs) as either favorable or unfavorable to women’s rights.
30
+ Target Audience: This model is intended for use by legal professionals, gender equality advocates, and researchers analyzing legislative texts, as well as automated systems that categorize legal documents based on gender equity considerations.
31
+ Application Areas:
32
+ Legislative analysis
33
+ Gender equality advocacy
34
+ Political and legal research
35
+ Automated legal document classification
36
 
37
  ## Training and evaluation data
38
 
39
+ The model was fine-tuned using a custom dataset of legislative proposals (PLs) from Brazil, specifically focused on women's right topics, though details on the exact composition of the dataset are unavailable. The dataset contains both ementas and full texts of PLs.
40
 
41
  ## Training procedure
42
 
 
81
  - Pytorch 2.5.1+cu121
82
  - Datasets 3.2.0
83
  - Tokenizers 0.21.0
84
+
85
+ ### Ethical considerations
86
+ This model is designed to classify legislative texts, which may have significant social and political implications. As such, careful consideration should be given to how the model's outputs are interpreted and used, especially in sensitive contexts.
87
+ The dataset used for training the model must be periodically reviewed and updated to ensure it reflects current legislative language and evolving gender equality standards.