CoolFace
Modelpublic

rchrdwllm/BioClinical-ModernBERT-base-Symptom2Disease_NO-DROPOUT

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes5downloads
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. -->

BioClinical-ModernBERT-base-Symptom2Disease_NO-DROPOUT

This model is a fine-tuned version of thomas-sounack/BioClinical-ModernBERT-base on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.4791
  • —Accuracy: 0.9545

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: 3.84e-05
  • —trainbatchsize: 128
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_steps: 2
  • —num_epochs: 10
  • —labelsmoothingfactor: 0.1

Training results

Training LossEpochStepValidation LossAccuracy
1.48811.031.14330.5
1.00172.060.70900.9091
0.58013.090.51990.9545
0.49294.0120.52020.9318
0.44785.0150.47910.9545

Framework versions

  • —Transformers 4.56.1
  • —Pytorch 2.8.0+cu126
  • —Datasets 4.0.0
  • —Tokenizers 0.22.0