CoolFace
Modelpublic

npark95/finetuned_ClinicalLongformer_negsampling

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes16downloads
Model Card

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

finetunedClinicalLongformernegsampling

This model is a fine-tuned version of yikuan8/Clinical-Longformer on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.4650
  • F1: 0.8741

Model description

More information needed

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 1e-05
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 15

Training results

Training LossEpochStepValidation LossF1
0.68551.0380.50650.7731
0.44462.0760.39170.8676
0.30213.01140.40880.8676
0.26024.01520.38130.8361
0.25255.01900.51710.7788
0.22926.02280.46500.8741
0.14297.02660.51810.8571
0.10258.03040.53550.8507
0.11859.03420.61830.8333
0.056510.03800.74380.8281
0.088611.04180.87360.8209
0.014312.04560.89860.8254
0.05113.04940.93890.8130
0.025414.05320.89660.8333
0.012115.05700.93770.8333

Framework versions

  • Transformers 4.48.0
  • Pytorch 2.5.1+cu124
  • Datasets 3.2.0
  • Tokenizers 0.21.0