María Navas Loro commited on
Commit
b7b5136
1 Parent(s): 6796f33

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - accuracy
8
+ model-index:
9
+ - name: roberta-finetuned-CPV_Spanish
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # roberta-finetuned-CPV_Spanish
17
+
18
+ This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-bne](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0417
21
+ - F1: 0.7757
22
+ - Roc Auc: 0.8684
23
+ - Accuracy: 0.7223
24
+ - Coverage Error: 11.7873
25
+ - Label Ranking Average Precision Score: 0.7728
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy | Coverage Error | Label Ranking Average Precision Score |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|:--------:|:--------------:|:-------------------------------------:|
56
+ | 0.0582 | 1.0 | 2039 | 0.0554 | 0.6291 | 0.7463 | 0.5235 | 21.9642 | 0.5547 |
57
+ | 0.0413 | 2.0 | 4078 | 0.0437 | 0.7054 | 0.7959 | 0.6239 | 17.5374 | 0.6589 |
58
+ | 0.0295 | 3.0 | 6117 | 0.0403 | 0.7391 | 0.8285 | 0.6788 | 14.7700 | 0.7197 |
59
+ | 0.022 | 4.0 | 8156 | 0.0390 | 0.7562 | 0.8414 | 0.6987 | 13.8217 | 0.7425 |
60
+ | 0.0168 | 5.0 | 10195 | 0.0393 | 0.7600 | 0.8547 | 0.7007 | 12.8532 | 0.7542 |
61
+ | 0.0127 | 6.0 | 12234 | 0.0396 | 0.7645 | 0.8606 | 0.7099 | 12.3890 | 0.7622 |
62
+ | 0.0094 | 7.0 | 14273 | 0.0406 | 0.7642 | 0.8675 | 0.7027 | 11.8679 | 0.7628 |
63
+ | 0.0066 | 8.0 | 16312 | 0.0404 | 0.7706 | 0.8641 | 0.7173 | 12.0876 | 0.7681 |
64
+ | 0.0052 | 9.0 | 18351 | 0.0411 | 0.7748 | 0.8679 | 0.7182 | 11.8149 | 0.7705 |
65
+ | 0.0042 | 10.0 | 20390 | 0.0417 | 0.7757 | 0.8684 | 0.7223 | 11.7873 | 0.7728 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.16.2
71
+ - Pytorch 1.9.1
72
+ - Datasets 1.18.4
73
+ - Tokenizers 0.11.6