roscazo commited on
Commit
d68aa9f
·
1 Parent(s): 05342ce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ model-index:
10
+ - name: DisTEMIST_fine_tuned_sentence
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # DisTEMIST_fine_tuned_sentence
18
+
19
+ This model is a fine-tuned version of [PlanTL-GOB-ES/bsc-bio-es](https://huggingface.co/PlanTL-GOB-ES/bsc-bio-es) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.2164
22
+ - Precision: 0.6069
23
+ - Recall: 0.6401
24
+ - F1: 0.6231
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 4e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=2.6e-09
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 73
50
+ - num_epochs: 10
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|
56
+ | 0.1166 | 1.0 | 1099 | 0.1152 | 0.5214 | 0.6433 | 0.5760 |
57
+ | 0.0718 | 2.0 | 2198 | 0.1096 | 0.6015 | 0.6297 | 0.6153 |
58
+ | 0.0438 | 3.0 | 3297 | 0.1517 | 0.6573 | 0.5895 | 0.6215 |
59
+ | 0.0293 | 4.0 | 4396 | 0.1496 | 0.6212 | 0.6198 | 0.6205 |
60
+ | 0.0179 | 5.0 | 5495 | 0.1665 | 0.5670 | 0.6505 | 0.6059 |
61
+ | 0.0119 | 6.0 | 6594 | 0.1602 | 0.6035 | 0.6379 | 0.6202 |
62
+ | 0.0078 | 7.0 | 7693 | 0.1844 | 0.6008 | 0.6347 | 0.6173 |
63
+ | 0.0041 | 8.0 | 8792 | 0.2019 | 0.6006 | 0.6288 | 0.6144 |
64
+ | 0.0026 | 9.0 | 9891 | 0.2075 | 0.6015 | 0.6270 | 0.6140 |
65
+ | 0.0014 | 10.0 | 10990 | 0.2164 | 0.6069 | 0.6401 | 0.6231 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.24.0
71
+ - Pytorch 1.12.1+cu113
72
+ - Datasets 2.7.1
73
+ - Tokenizers 0.13.2