htufgg commited on
Commit
36c612b
1 Parent(s): c0de8fb

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.0422
21
+ - F1: 0.7739
22
+ - Roc Auc: 0.8704
23
+ - Accuracy: 0.7201
24
+ - Coverage Error: 11.5798
25
+ - Label Ranking Average Precision Score: 0.7742
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.0579 | 1.0 | 2039 | 0.0548 | 0.6327 | 0.7485 | 0.5274 | 21.7879 | 0.5591 |
57
+ | 0.0411 | 2.0 | 4078 | 0.0441 | 0.7108 | 0.8027 | 0.6386 | 16.8647 | 0.6732 |
58
+ | 0.0294 | 3.0 | 6117 | 0.0398 | 0.7437 | 0.8295 | 0.6857 | 14.6700 | 0.7249 |
59
+ | 0.0223 | 4.0 | 8156 | 0.0389 | 0.7568 | 0.8453 | 0.7056 | 13.3552 | 0.7494 |
60
+ | 0.0163 | 5.0 | 10195 | 0.0397 | 0.7626 | 0.8569 | 0.7097 | 12.5895 | 0.7620 |
61
+ | 0.0132 | 6.0 | 12234 | 0.0395 | 0.7686 | 0.8620 | 0.7126 | 12.1926 | 0.7656 |
62
+ | 0.0095 | 7.0 | 14273 | 0.0409 | 0.7669 | 0.8694 | 0.7109 | 11.5978 | 0.7700 |
63
+ | 0.0066 | 8.0 | 16312 | 0.0415 | 0.7705 | 0.8726 | 0.7107 | 11.4252 | 0.7714 |
64
+ | 0.0055 | 9.0 | 18351 | 0.0417 | 0.7720 | 0.8689 | 0.7163 | 11.6987 | 0.7716 |
65
+ | 0.0045 | 10.0 | 20390 | 0.0422 | 0.7739 | 0.8704 | 0.7201 | 11.5798 | 0.7742 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.18.0
71
+ - Pytorch 1.10.0+cu111
72
+ - Datasets 2.0.0
73
+ - Tokenizers 0.12.1