CoolFace
Modelpublic

tinutmap/ai-browsing-categories-text

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

ai-browsing-categories-text

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

  • —Loss: 0.0274
  • —Accuracy: 0.9924
  • —F1: 0.9677
  • —Precision: 0.9737
  • —Recall: 0.9617

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: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —num_epochs: 8

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
0.17321.05320.05860.98350.92740.96310.8943
0.04472.010640.03710.98840.95000.96810.9326
0.02723.015960.03190.99030.95830.97290.9442
0.01924.021280.02970.99070.96030.97140.9493
0.0155.026600.02830.99170.96460.97360.9557
0.01156.031920.02840.99210.96620.97520.9573
0.00997.037240.02740.99270.96890.97610.9617
0.00798.042560.02740.99240.96770.97370.9617

Framework versions

  • —Transformers 4.53.3
  • —Pytorch 2.7.1+cu126
  • —Datasets 3.6.0
  • —Tokenizers 0.21.4-dev.0