CoolFace
Modelpublic

ryota39/retriva-bert-preference-classifier

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes10downloads
Model Card

retriva-bert-preference-classifier

This model is a fine-tuned version of retrieva-jp/bert-1.3b on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.4714
  • Accuracy: 0.737
  • Precision: 0.7423
  • Recall: 0.726
  • F1: 0.7341

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: 5e-05
  • trainbatchsize: 16
  • evalbatchsize: 16
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • training_steps: 1000

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
0.64380.00801000.61160.6630.87210.3820.5313
0.51130.01602000.54420.6990.67360.7720.7195
0.45120.02403000.51190.7170.83590.540.6561
0.39160.03214000.49360.7020.72950.6420.6830
0.38060.04015000.47630.7150.77080.6120.6823
0.35810.04816000.45970.7540.750.7620.7560
0.33080.05617000.46900.7420.77380.6840.7261
0.34580.06418000.47030.7370.74230.7260.7341
0.34750.07219000.47280.7370.74950.7120.7303
0.34350.080110000.47140.7370.74230.7260.7341

Evaluation on test split

image/png

Framework versions

  • Transformers 4.43.1
  • Pytorch 2.3.1+cu121
  • Datasets 2.20.0
  • Tokenizers 0.19.1