GuCuChiara commited on
Commit
6245525
1 Parent(s): 6389fee

Training complete

Browse files
Files changed (1) hide show
  1. README.md +11 -14
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.3611
24
- - Precision: 0.4742
25
- - Recall: 0.5039
26
- - F1: 0.4886
27
- - Accuracy: 0.9342
28
 
29
  ## Model description
30
 
@@ -49,20 +49,17 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 8
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 71 | 0.3097 | 0.5425 | 0.3819 | 0.4482 | 0.9390 |
59
- | No log | 2.0 | 142 | 0.2600 | 0.4345 | 0.4927 | 0.4618 | 0.9312 |
60
- | No log | 3.0 | 213 | 0.3000 | 0.4698 | 0.4745 | 0.4721 | 0.9347 |
61
- | No log | 4.0 | 284 | 0.3039 | 0.4675 | 0.4861 | 0.4766 | 0.9346 |
62
- | No log | 5.0 | 355 | 0.3237 | 0.4434 | 0.5044 | 0.4719 | 0.9310 |
63
- | No log | 6.0 | 426 | 0.3457 | 0.4706 | 0.4948 | 0.4824 | 0.9345 |
64
- | No log | 7.0 | 497 | 0.3500 | 0.4736 | 0.5023 | 0.4875 | 0.9341 |
65
- | 0.0246 | 8.0 | 568 | 0.3611 | 0.4742 | 0.5039 | 0.4886 | 0.9342 |
66
 
67
 
68
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2059
24
+ - Precision: 0.4811
25
+ - Recall: 0.4468
26
+ - F1: 0.4633
27
+ - Accuracy: 0.9329
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 71 | 0.2327 | 0.3130 | 0.2534 | 0.2801 | 0.9173 |
59
+ | No log | 2.0 | 142 | 0.2009 | 0.4039 | 0.3745 | 0.3886 | 0.9260 |
60
+ | No log | 3.0 | 213 | 0.1973 | 0.4479 | 0.4302 | 0.4389 | 0.9287 |
61
+ | No log | 4.0 | 284 | 0.2155 | 0.4223 | 0.4673 | 0.4437 | 0.9233 |
62
+ | No log | 5.0 | 355 | 0.2059 | 0.4811 | 0.4468 | 0.4633 | 0.9329 |
 
 
 
63
 
64
 
65
  ### Framework versions