roscazo commited on
Commit
97a2c21
·
1 Parent(s): f165262

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -12,17 +12,17 @@ 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
 
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
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
 
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 an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0557
18
+ - Diso Precision: 0.8917
19
+ - Diso Recall: 0.8968
20
+ - Diso F1: 0.8943
21
+ - Diso Number: 2645
22
+ - Overall Precision: 0.8917
23
+ - Overall Recall: 0.8968
24
+ - Overall F1: 0.8943
25
+ - Overall Accuracy: 0.9898
26
 
27
  ## Model description
28
 
 
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.0382 | 1.0 | 1570 | 0.0421 | 0.8610 | 0.8922 | 0.8763 | 2645 | 0.8610 | 0.8922 | 0.8763 | 0.9880 |
57
+ | 0.016 | 2.0 | 3140 | 0.0407 | 0.8767 | 0.9009 | 0.8887 | 2645 | 0.8767 | 0.9009 | 0.8887 | 0.9896 |
58
+ | 0.0066 | 3.0 | 4710 | 0.0485 | 0.8962 | 0.8941 | 0.8952 | 2645 | 0.8962 | 0.8941 | 0.8952 | 0.9900 |
59
+ | 0.0023 | 4.0 | 6280 | 0.0557 | 0.8917 | 0.8968 | 0.8943 | 2645 | 0.8917 | 0.8968 | 0.8943 | 0.9898 |
60
 
61
 
62
  ### Framework versions