File size: 2,340 Bytes
1b3f5ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a151729
 
1b3f5ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a151729
 
1b3f5ed
 
 
10ff23f
1b3f5ed
 
 
 
 
a151729
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1b3f5ed
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
license: mit
tags:
- generated_from_trainer
metrics:
- accuracy
model-index:
- name: bertimbau-base-finetuned-lener-br-finetuned-brazilian_court_decisions
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# bertimbau-base-finetuned-lener-br-finetuned-brazilian_court_decisions

This model is a fine-tuned version of [Luciano/bertimbau-base-finetuned-lener-br](https://huggingface.co/Luciano/bertimbau-base-finetuned-lener-br) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 1.8017
- Accuracy: 0.7698

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 15

### Training results

| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| No log        | 1.0   | 405  | 0.7790          | 0.6535   |
| 0.8276        | 2.0   | 810  | 0.6739          | 0.7277   |
| 0.5818        | 3.0   | 1215 | 0.8767          | 0.7302   |
| 0.4147        | 4.0   | 1620 | 0.8229          | 0.7896   |
| 0.287         | 5.0   | 2025 | 0.9874          | 0.7921   |
| 0.287         | 6.0   | 2430 | 1.2301          | 0.7772   |
| 0.1727        | 7.0   | 2835 | 1.2864          | 0.7946   |
| 0.1179        | 8.0   | 3240 | 1.5097          | 0.7772   |
| 0.0709        | 9.0   | 3645 | 1.4772          | 0.7921   |
| 0.0437        | 10.0  | 4050 | 1.5581          | 0.7797   |
| 0.0437        | 11.0  | 4455 | 1.6317          | 0.7896   |
| 0.0318        | 12.0  | 4860 | 1.7295          | 0.7822   |
| 0.0158        | 13.0  | 5265 | 1.7333          | 0.7797   |
| 0.0108        | 14.0  | 5670 | 1.8008          | 0.7772   |
| 0.0137        | 15.0  | 6075 | 1.8017          | 0.7698   |


### Framework versions

- Transformers 4.22.0
- Pytorch 1.12.1+cu113
- Datasets 2.4.0
- Tokenizers 0.12.1