File size: 2,026 Bytes
bf965f8
770047b
 
bf965f8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- pt
license: mit
tags:
- generated_from_trainer
model-index:
- name: xlm-roberta-base-finetuned-lener_br
  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. -->

# xlm-roberta-base-finetuned-lener_br

This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co./xlm-roberta-base) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.9094

## 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: 4
- eval_batch_size: 4
- 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 |
|:-------------:|:-----:|:-----:|:---------------:|
| 1.545         | 1.0   | 2079  | 1.4107          |
| 1.4708        | 2.0   | 4158  | 1.3126          |
| 1.322         | 3.0   | 6237  | 1.1943          |
| 1.1986        | 4.0   | 8316  | 1.1581          |
| 1.1316        | 5.0   | 10395 | 1.1156          |
| 1.0824        | 6.0   | 12474 | 1.0400          |
| 1.0435        | 7.0   | 14553 | 1.0276          |
| 0.9824        | 8.0   | 16632 | 1.0119          |
| 0.9289        | 9.0   | 18711 | nan             |
| 0.9123        | 10.0  | 20790 | 0.9945          |
| 0.8591        | 11.0  | 22869 | nan             |
| 0.8411        | 12.0  | 24948 | 0.9413          |
| 0.8376        | 13.0  | 27027 | 0.9411          |
| 0.7868        | 14.0  | 29106 | 0.9228          |
| 0.8012        | 15.0  | 31185 | 0.9449          |


### Framework versions

- Transformers 4.23.1
- Pytorch 1.12.1+cu113
- Datasets 2.6.1
- Tokenizers 0.13.1