TrainingLLM_Med_Bio_ClinicalBERT_Last
Browse files- README.md +11 -8
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,17 +44,20 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch | Step
|
53 |
-
|
54 |
-
|
|
55 |
-
|
|
56 |
-
| 2.
|
57 |
-
| 2.
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [emilyalsentzer/Bio_ClinicalBERT](https://huggingface.co/emilyalsentzer/Bio_ClinicalBERT) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.1850
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 500
|
47 |
+
- num_epochs: 7
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
54 |
+
| 2.7164 | 1.0 | 1641 | 2.8099 |
|
55 |
+
| 2.5918 | 2.0 | 3282 | 2.4808 |
|
56 |
+
| 2.3024 | 3.0 | 4923 | 2.3089 |
|
57 |
+
| 2.2511 | 4.0 | 6564 | 2.2244 |
|
58 |
+
| 1.9932 | 5.0 | 8205 | 2.1818 |
|
59 |
+
| 2.0509 | 6.0 | 9846 | 2.1629 |
|
60 |
+
| 2.0266 | 7.0 | 11487 | 2.1850 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433386912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72f07526beaa0de3b2f29c0e6d1872a1bbb012305cbe97d4467891fb6a9e1471
|
3 |
size 433386912
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08fb0259d855aaa9d4522f92f9804c8bed9b706cdfb3ef7e35dcb65b6ee9835f
|
3 |
+
size 5240
|