CoolFace
Modelpublic

Santarabantoosoo/PathologyBERT-meningioma

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes56downloads
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. -->

PathologyBERT-meningioma

This model is a fine-tuned version of tsantos/PathologyBERT on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.8123
  • —Accuracy: 0.8783
  • —Precision: 0.25
  • —Recall: 0.0833
  • —F1: 0.125

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: 0
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 10

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.37231.0710.53770.76520.05880.08330.0690
0.33632.01420.41910.87830.250.08330.125
0.27733.02130.47010.88700.33330.08330.1333
0.23034.02840.58310.89570.50.08330.1429
0.16575.03550.70830.83480.11110.08330.0952
0.12286.04261.03240.80.07690.08330.08
0.09677.04970.81030.86960.20.08330.1176
0.07298.05680.87110.86960.20.08330.1176
0.06249.06390.79680.87830.250.08330.125
0.053410.07100.81230.87830.250.08330.125

Framework versions

  • —Transformers 4.12.2
  • —Pytorch 1.10.1
  • —Datasets 1.15.0
  • —Tokenizers 0.10.3