Cielciel's picture
Cielciel/aift-model-review-multiple-label-classification_new
2107ea7 verified
|
raw
history blame
No virus
2.09 kB
metadata
license: apache-2.0
base_model: distilbert-base-uncased
tags:
  - generated_from_trainer
model-index:
  - name: aift-model-review-multiple-label-classification
    results: []

aift-model-review-multiple-label-classification

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: 1.4183
  • Accuracy Thresh: 0.9179

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
  • train_batch_size: 8
  • eval_batch_size: 8
  • seed: 42
  • distributed_type: tpu
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lr_scheduler_type: linear
  • num_epochs: 10

Training results

Training Loss Epoch Step Validation Loss Accuracy Thresh
No log 1.0 70 1.1564 0.8786
No log 2.0 140 0.9926 0.8879
No log 3.0 210 1.0794 0.9064
No log 4.0 280 1.2496 0.9221
No log 5.0 350 1.1574 0.9107
No log 6.0 420 1.3792 0.9171
No log 7.0 490 1.3086 0.9179
0.6024 8.0 560 1.4221 0.9221
0.6024 9.0 630 1.4423 0.9164
0.6024 10.0 700 1.4183 0.9179

Framework versions

  • Transformers 4.37.0.dev0
  • Pytorch 2.0.0+cu118
  • Datasets 2.16.1
  • Tokenizers 0.15.0