CoolFace
Modelpublic

thedavidhackett/distilbert-organization-matching

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

distilbert-organization-matching

This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.1927
  • —Accuracy: 0.9673

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

Training results

Training LossEpochStepValidation LossAccuracy
0.19371.05200.10800.9639
0.11462.010400.11780.9652
0.07553.015600.10060.9680
0.05964.020800.14780.9673
0.04325.026000.14390.9707
0.02636.031200.15640.9693
0.02427.036400.19450.9659
0.01918.041600.18270.9673
0.01189.046800.18630.9686
0.007610.052000.19270.9673

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 2.1.0+cu118
  • —Datasets 2.14.7
  • —Tokenizers 0.15.0