roscazo commited on
Commit
3c2f27b
·
1 Parent(s): 46e5662

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: DisTEMIST_bsc_test1
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
+ # DisTEMIST_bsc_test1
14
+
15
+ This model is a fine-tuned version of [PlanTL-GOB-ES/bsc-bio-ehr-es](https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1876
18
+ - Diso Precision: 0.7529
19
+ - Diso Recall: 0.7818
20
+ - Diso F1: 0.7671
21
+ - Diso Number: 1407
22
+ - Overall Precision: 0.7529
23
+ - Overall Recall: 0.7818
24
+ - Overall F1: 0.7671
25
+ - Overall Accuracy: 0.9744
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 4e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=2.6e-09
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 73
51
+ - num_epochs: 10
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Diso Precision | Diso Recall | Diso F1 | Diso Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:-----------:|:-------:|:-----------:|:-----------------:|:--------------:|:----------:|:----------------:|
57
+ | 0.1734 | 1.0 | 997 | 0.1084 | 0.7166 | 0.6397 | 0.6759 | 1407 | 0.7166 | 0.6397 | 0.6759 | 0.9656 |
58
+ | 0.0589 | 2.0 | 1994 | 0.0896 | 0.7249 | 0.7662 | 0.7450 | 1407 | 0.7249 | 0.7662 | 0.7450 | 0.9725 |
59
+ | 0.0288 | 3.0 | 2991 | 0.1162 | 0.7199 | 0.7910 | 0.7538 | 1407 | 0.7199 | 0.7910 | 0.7538 | 0.9725 |
60
+ | 0.0163 | 4.0 | 3988 | 0.1267 | 0.7434 | 0.7783 | 0.7604 | 1407 | 0.7434 | 0.7783 | 0.7604 | 0.9731 |
61
+ | 0.0096 | 5.0 | 4985 | 0.1362 | 0.7406 | 0.7832 | 0.7613 | 1407 | 0.7406 | 0.7832 | 0.7613 | 0.9748 |
62
+ | 0.0047 | 6.0 | 5982 | 0.1573 | 0.7619 | 0.7711 | 0.7665 | 1407 | 0.7619 | 0.7711 | 0.7665 | 0.9745 |
63
+ | 0.0041 | 7.0 | 6979 | 0.1773 | 0.7083 | 0.7939 | 0.7487 | 1407 | 0.7083 | 0.7939 | 0.7487 | 0.9691 |
64
+ | 0.0019 | 8.0 | 7976 | 0.1682 | 0.7441 | 0.7811 | 0.7621 | 1407 | 0.7441 | 0.7811 | 0.7621 | 0.9741 |
65
+ | 0.0012 | 9.0 | 8973 | 0.1823 | 0.7507 | 0.7811 | 0.7656 | 1407 | 0.7507 | 0.7811 | 0.7656 | 0.9743 |
66
+ | 0.0004 | 10.0 | 9970 | 0.1876 | 0.7529 | 0.7818 | 0.7671 | 1407 | 0.7529 | 0.7818 | 0.7671 | 0.9744 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.25.1
72
+ - Pytorch 1.13.0+cu116
73
+ - Datasets 2.8.0
74
+ - Tokenizers 0.13.2