Luciano commited on
Commit
bf965f8
1 Parent(s): 43dc1b3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: xlm-roberta-base-finetuned-lener_br
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # xlm-roberta-base-finetuned-lener_br
14
+
15
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.9094
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 15
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 1.545 | 1.0 | 2079 | 1.4107 |
49
+ | 1.4708 | 2.0 | 4158 | 1.3126 |
50
+ | 1.322 | 3.0 | 6237 | 1.1943 |
51
+ | 1.1986 | 4.0 | 8316 | 1.1581 |
52
+ | 1.1316 | 5.0 | 10395 | 1.1156 |
53
+ | 1.0824 | 6.0 | 12474 | 1.0400 |
54
+ | 1.0435 | 7.0 | 14553 | 1.0276 |
55
+ | 0.9824 | 8.0 | 16632 | 1.0119 |
56
+ | 0.9289 | 9.0 | 18711 | nan |
57
+ | 0.9123 | 10.0 | 20790 | 0.9945 |
58
+ | 0.8591 | 11.0 | 22869 | nan |
59
+ | 0.8411 | 12.0 | 24948 | 0.9413 |
60
+ | 0.8376 | 13.0 | 27027 | 0.9411 |
61
+ | 0.7868 | 14.0 | 29106 | 0.9228 |
62
+ | 0.8012 | 15.0 | 31185 | 0.9449 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.23.1
68
+ - Pytorch 1.12.1+cu113
69
+ - Datasets 2.6.1
70
+ - Tokenizers 0.13.1