Sleoruiz commited on
Commit
93e7569
·
1 Parent(s): 2d14d0c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +59 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bertin-roberta-fine-tuned-text-classification-SL-data-augmentation-ds
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
+ # bertin-roberta-fine-tuned-text-classification-SL-data-augmentation-ds
14
+
15
+ 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.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 1.9552
18
+ - eval_f1: 0.6062
19
+ - eval_recall: 0.5982
20
+ - eval_accuracy: 0.5982
21
+ - eval_precision: 0.6312
22
+ - eval_runtime: 15.886
23
+ - eval_samples_per_second: 99.647
24
+ - eval_steps_per_second: 6.232
25
+ - epoch: 6.0
26
+ - step: 2772
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: 10
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.28.1
57
+ - Pytorch 2.0.0+cu118
58
+ - Datasets 2.12.0
59
+ - Tokenizers 0.13.3