versae commited on
Commit
c7adb28
1 Parent(s): 12a2edb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: bertin-roberta-base-spanish-finetuned-recores3
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bertin-roberta-base-spanish-finetuned-recores3
16
+
17
+ This model is a fine-tuned version of [bertin-project/bertin-roberta-base-spanish](https://huggingface.co/bertin-project/bertin-roberta-base-spanish) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 6.0975
20
+ - Accuracy: 0.3884
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 2
41
+ - eval_batch_size: 2
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 3000
46
+ - num_epochs: 25
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
+ | 1.6095 | 1.0 | 524 | 1.6094 | 0.2342 |
53
+ | 1.607 | 2.0 | 1048 | 1.5612 | 0.3058 |
54
+ | 1.4059 | 3.0 | 1572 | 1.6292 | 0.3361 |
55
+ | 0.7047 | 4.0 | 2096 | 2.5111 | 0.4132 |
56
+ | 0.2671 | 5.0 | 2620 | 3.2399 | 0.3499 |
57
+ | 0.1065 | 6.0 | 3144 | 5.1217 | 0.3444 |
58
+ | 0.0397 | 7.0 | 3668 | 4.3270 | 0.3691 |
59
+ | 0.0162 | 8.0 | 4192 | 5.1796 | 0.3719 |
60
+ | 0.0096 | 9.0 | 4716 | 5.2161 | 0.3994 |
61
+ | 0.0118 | 10.0 | 5240 | 4.9225 | 0.3719 |
62
+ | 0.0015 | 11.0 | 5764 | 5.0544 | 0.3829 |
63
+ | 0.0091 | 12.0 | 6288 | 5.7731 | 0.3884 |
64
+ | 0.0052 | 13.0 | 6812 | 4.1606 | 0.3939 |
65
+ | 0.0138 | 14.0 | 7336 | 6.2725 | 0.3857 |
66
+ | 0.0027 | 15.0 | 7860 | 6.2274 | 0.3857 |
67
+ | 0.0003 | 16.0 | 8384 | 6.0935 | 0.4022 |
68
+ | 0.0002 | 17.0 | 8908 | 5.7650 | 0.3994 |
69
+ | 0.0 | 18.0 | 9432 | 6.3595 | 0.4215 |
70
+ | 0.0 | 19.0 | 9956 | 5.8934 | 0.3747 |
71
+ | 0.0001 | 20.0 | 10480 | 6.0571 | 0.3884 |
72
+ | 0.0 | 21.0 | 11004 | 6.0718 | 0.3884 |
73
+ | 0.0 | 22.0 | 11528 | 6.0844 | 0.3884 |
74
+ | 0.0 | 23.0 | 12052 | 6.0930 | 0.3884 |
75
+ | 0.0 | 24.0 | 12576 | 6.0966 | 0.3884 |
76
+ | 0.0 | 25.0 | 13100 | 6.0975 | 0.3884 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.19.2
82
+ - Pytorch 1.11.0+cu113
83
+ - Datasets 2.2.2
84
+ - Tokenizers 0.12.1