results3 / README.md
Rudra03's picture
Model save
1d250e4 verified
metadata
license: apache-2.0
base_model: google-bert/bert-base-uncased
tags:
  - generated_from_trainer
metrics:
  - accuracy
  - f1
  - precision
  - recall
model-index:
  - name: results3
    results: []

results3

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

  • Loss: 0.4245
  • Accuracy: 0.8427
  • F1: 0.7076
  • Precision: 0.7287
  • Recall: 0.6974

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

Training results

Training Loss Epoch Step Validation Loss Accuracy F1 Precision Recall
No log 1.0 201 0.4697 0.8399 0.6569 0.7673 0.6344
No log 2.0 402 0.4234 0.8455 0.6930 0.7371 0.6691
0.5065 3.0 603 0.4245 0.8427 0.7076 0.7287 0.6974

Framework versions

  • Transformers 4.41.2
  • Pytorch 2.1.2
  • Datasets 2.19.2
  • Tokenizers 0.19.1