CoolFace
Modelpublic

xuanye/cosent-similarity-text2vec

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes8downloads
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. -->

cosent-similarity-text2vec

This model is a fine-tuned version of shibing624/text2vec-base-chinese on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1408
  • Accuracy: 0.9605
  • F1: 0.9670
  • Precision: 0.9778
  • Recall: 0.9565

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

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
No log1.0220.23300.92110.93180.97620.8913
No log2.0440.20880.93420.94380.97670.9130
No log3.0660.14840.96050.96700.97780.9565
No log4.0880.13700.96050.96700.97780.9565
No log5.01100.14080.96050.96700.97780.9565

Framework versions

  • Transformers 4.37.2
  • Pytorch 2.1.2
  • Datasets 2.18.0
  • Tokenizers 0.15.1