SCOTUS_AI_15 / README.md
raminass's picture
End of training
045057f
|
raw
history blame
1.51 kB
metadata
license: cc-by-sa-4.0
base_model: nlpaueb/legal-bert-small-uncased
tags:
  - generated_from_trainer
metrics:
  - accuracy
model-index:
  - name: SCOTUS_AI
    results: []

SCOTUS_AI

This model is a fine-tuned version of nlpaueb/legal-bert-small-uncased on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 1.0755
  • Accuracy: 0.6652

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: 16
  • 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
1.3741 1.0 1875 1.2579 0.6172
0.871 2.0 3750 1.1109 0.6518
0.6387 3.0 5625 1.0755 0.6652

Framework versions

  • Transformers 4.35.2
  • Pytorch 2.1.0+cu121
  • Datasets 2.16.1
  • Tokenizers 0.15.0