roscazo commited on
Commit
d40a421
·
1 Parent(s): 1ad5820

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: CTEBMSP_bsc_test
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
+ # CTEBMSP_bsc_test
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.1283
18
+ - Diso Precision: 0.7592
19
+ - Diso Recall: 0.7889
20
+ - Diso F1: 0.7738
21
+ - Diso Number: 1407
22
+ - Overall Precision: 0.7592
23
+ - Overall Recall: 0.7889
24
+ - Overall F1: 0.7738
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=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 4
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Diso Precision | Diso Recall | Diso F1 | Diso Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:-----------:|:-------:|:-----------:|:-----------------:|:--------------:|:----------:|:----------------:|
56
+ | 0.1383 | 1.0 | 997 | 0.0983 | 0.7184 | 0.6780 | 0.6976 | 1407 | 0.7184 | 0.6780 | 0.6976 | 0.9679 |
57
+ | 0.0538 | 2.0 | 1994 | 0.0970 | 0.7231 | 0.7498 | 0.7362 | 1407 | 0.7231 | 0.7498 | 0.7362 | 0.9714 |
58
+ | 0.0273 | 3.0 | 2991 | 0.1060 | 0.7456 | 0.7896 | 0.7670 | 1407 | 0.7456 | 0.7896 | 0.7670 | 0.9742 |
59
+ | 0.0121 | 4.0 | 3988 | 0.1283 | 0.7592 | 0.7889 | 0.7738 | 1407 | 0.7592 | 0.7889 | 0.7738 | 0.9744 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.25.1
65
+ - Pytorch 1.13.0+cu116
66
+ - Datasets 2.8.0
67
+ - Tokenizers 0.13.2