Sleoruiz commited on
Commit
1344e8b
·
1 Parent(s): 20e5ff7

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: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - recall
8
+ - accuracy
9
+ - precision
10
+ model-index:
11
+ - name: roberta-bne-fine-tuned-text-classification-SL-dss
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # roberta-bne-fine-tuned-text-classification-SL-dss
19
+
20
+ 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.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.5089
23
+ - F1: 0.4781
24
+ - Recall: 0.4750
25
+ - Accuracy: 0.4750
26
+ - Precision: 0.5009
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 3e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 5
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Accuracy | Precision |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:--------:|:---------:|
58
+ | 3.235 | 1.0 | 836 | 2.4142 | 0.3995 | 0.4471 | 0.4471 | 0.4786 |
59
+ | 2.0006 | 2.0 | 1672 | 2.1013 | 0.4672 | 0.4942 | 0.4942 | 0.4867 |
60
+ | 1.2424 | 3.0 | 2508 | 2.1138 | 0.4861 | 0.4852 | 0.4852 | 0.5132 |
61
+ | 0.7242 | 4.0 | 3344 | 2.2694 | 0.4828 | 0.4747 | 0.4747 | 0.5126 |
62
+ | 0.3403 | 5.0 | 4180 | 2.5089 | 0.4781 | 0.4750 | 0.4750 | 0.5009 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.28.1
68
+ - Pytorch 2.0.0+cu118
69
+ - Datasets 2.12.0
70
+ - Tokenizers 0.13.3