generated_from_keras_callback

<!-- This model card has been generated automatically according to the information Keras had access to. You should probably proofread and complete it, then remove this comment. -->

srimoyee12/my_awesome_model

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

Model description

This is a simple classifier model based on DistilBERT. It classifies given data into Negative, Neutral or Positive based on the sentiment.

Intended uses & limitations

Can be used for text classification.

This is created for illustration purposes and might not have the highest accuracy.

Training and evaluation data

Default split from the dataset card

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Train Loss Validation Loss Train Accuracy Epoch
0.5919 0.4004 0.8359 0
0.2881 0.3590 0.8473 1
0.1735 0.3834 0.8524 2

Framework versions