Vrushali commited on
Commit
17ddc40
1 Parent(s): 0cd485b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.0055
18
 
19
  ## Model description
20
 
@@ -39,15 +39,22 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 3.0
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | No log | 1.0 | 38 | 0.0592 |
49
- | No log | 2.0 | 76 | 0.0116 |
50
- | No log | 3.0 | 114 | 0.0055 |
 
 
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0001
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 38 | 1.0087 |
49
+ | No log | 2.0 | 76 | 0.1645 |
50
+ | No log | 3.0 | 114 | 0.0306 |
51
+ | No log | 4.0 | 152 | 0.0100 |
52
+ | No log | 5.0 | 190 | 0.0032 |
53
+ | No log | 6.0 | 228 | 0.0008 |
54
+ | No log | 7.0 | 266 | 0.0003 |
55
+ | No log | 8.0 | 304 | 0.0002 |
56
+ | No log | 9.0 | 342 | 0.0001 |
57
+ | No log | 10.0 | 380 | 0.0001 |
58
 
59
 
60
  ### Framework versions