qfrodicio commited on
Commit
1f04356
1 Parent(s): f06abf1

Training complete

Browse files
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: MMG/mlm-spanish-roberta-base
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: roberta-finetuned-gesture-prediction-es
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-finetuned-gesture-prediction-es
19
+
20
+ This model is a fine-tuned version of [MMG/mlm-spanish-roberta-base](https://huggingface.co/MMG/mlm-spanish-roberta-base) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.7706
23
+ - Accuracy: 0.7223
24
+ - Precision: 0.7215
25
+ - Recall: 0.7223
26
+ - F1: 0.7156
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
+ - num_epochs: 20
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
57
+ | 1.8523 | 1.0 | 102 | 1.2237 | 0.6618 | 0.6205 | 0.6618 | 0.6316 |
58
+ | 1.0093 | 2.0 | 204 | 1.1357 | 0.6886 | 0.6715 | 0.6886 | 0.6663 |
59
+ | 0.6999 | 3.0 | 306 | 1.1758 | 0.6884 | 0.7008 | 0.6884 | 0.6763 |
60
+ | 0.4872 | 4.0 | 408 | 1.1398 | 0.6955 | 0.6982 | 0.6955 | 0.6839 |
61
+ | 0.3198 | 5.0 | 510 | 1.2017 | 0.7096 | 0.7112 | 0.7096 | 0.7059 |
62
+ | 0.2414 | 6.0 | 612 | 1.2819 | 0.7152 | 0.7101 | 0.7152 | 0.7049 |
63
+ | 0.1676 | 7.0 | 714 | 1.3279 | 0.7299 | 0.7272 | 0.7299 | 0.7221 |
64
+ | 0.1245 | 8.0 | 816 | 1.4593 | 0.7098 | 0.7078 | 0.7098 | 0.7011 |
65
+ | 0.0843 | 9.0 | 918 | 1.5682 | 0.7134 | 0.7131 | 0.7134 | 0.7063 |
66
+ | 0.0636 | 10.0 | 1020 | 1.5447 | 0.7195 | 0.7161 | 0.7195 | 0.7128 |
67
+ | 0.0464 | 11.0 | 1122 | 1.6686 | 0.7118 | 0.7164 | 0.7118 | 0.7050 |
68
+ | 0.0367 | 12.0 | 1224 | 1.6438 | 0.7251 | 0.7252 | 0.7251 | 0.7181 |
69
+ | 0.0292 | 13.0 | 1326 | 1.6803 | 0.7232 | 0.7199 | 0.7232 | 0.7170 |
70
+ | 0.0227 | 14.0 | 1428 | 1.6852 | 0.7217 | 0.7193 | 0.7217 | 0.7157 |
71
+ | 0.0155 | 15.0 | 1530 | 1.7753 | 0.7219 | 0.7245 | 0.7219 | 0.7156 |
72
+ | 0.0123 | 16.0 | 1632 | 1.7875 | 0.7157 | 0.7149 | 0.7157 | 0.7085 |
73
+ | 0.0102 | 17.0 | 1734 | 1.7649 | 0.7159 | 0.7148 | 0.7159 | 0.7095 |
74
+ | 0.0076 | 18.0 | 1836 | 1.7740 | 0.7204 | 0.7201 | 0.7204 | 0.7141 |
75
+ | 0.0074 | 19.0 | 1938 | 1.7674 | 0.7244 | 0.7235 | 0.7244 | 0.7177 |
76
+ | 0.0061 | 20.0 | 2040 | 1.7706 | 0.7223 | 0.7215 | 0.7223 | 0.7156 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.35.2
82
+ - Pytorch 2.1.0+cu121
83
+ - Datasets 2.16.1
84
+ - Tokenizers 0.15.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c4434f0557dfaa3e4ceb299deef0c89ea11c0acd4f72627f8f846b2cf508030
3
  size 501700136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:988cb611523ad5f01fe3ff22ef5096c5f35a66bcf2ec55cb7b5051c98744411c
3
  size 501700136
runs/Jan18_22-46-07_dda14c81a969/events.out.tfevents.1705617973.dda14c81a969.473.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd83062d9e994f9512e650799f14df45a3c55db3af26fd168ebd18f4747f88ee
3
- size 18997
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6d013dcafba52786f7c2aac5aee8cd7b12dadb569426e77b02c31dd5462af4
3
+ size 19351