Sleoruiz commited on
Commit
59d3c52
·
1 Parent(s): 17112e8

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: cc-by-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - recall
8
+ - accuracy
9
+ - precision
10
+ model-index:
11
+ - name: bertin-roberta-fine-tuned-text-classification-SL-data-augmentation-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
+ # bertin-roberta-fine-tuned-text-classification-SL-data-augmentation-dss
19
+
20
+ This model is a fine-tuned version of [bertin-project/bertin-roberta-base-spanish](https://huggingface.co/bertin-project/bertin-roberta-base-spanish) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.3050
23
+ - F1: 0.4713
24
+ - Recall: 0.4797
25
+ - Accuracy: 0.4797
26
+ - Precision: 0.4820
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: 2e-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
+ | No log | 1.0 | 359 | 3.4261 | 0.2636 | 0.3268 | 0.3268 | 0.2780 |
59
+ | 3.7358 | 2.0 | 718 | 2.7048 | 0.3631 | 0.4179 | 0.4179 | 0.3773 |
60
+ | 2.4772 | 3.0 | 1077 | 2.4578 | 0.4072 | 0.4407 | 0.4407 | 0.4095 |
61
+ | 2.4772 | 4.0 | 1436 | 2.3357 | 0.4403 | 0.4545 | 0.4545 | 0.4815 |
62
+ | 1.6075 | 5.0 | 1795 | 2.3050 | 0.4713 | 0.4797 | 0.4797 | 0.4820 |
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