largearabert / README.md
Noorrabie's picture
update model card README.md
754d952
metadata
tags:
  - generated_from_trainer
metrics:
  - accuracy
model-index:
  - name: largearabert
    results: []

largearabert

This model is a fine-tuned version of aubmindlab/bert-large-arabertv02 on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 2.5282
  • Macro F1: 0.0178
  • Macro Precision: 0.0107
  • Macro Recall: 0.0526
  • Accuracy: 0.2040

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

Training results

Training Loss Epoch Step Validation Loss Macro F1 Macro Precision Macro Recall Accuracy
2.4696 1.0 857 2.4578 0.0178 0.0107 0.0526 0.2040
2.4437 2.0 1714 2.4642 0.0178 0.0107 0.0526 0.2040
2.443 3.0 2571 2.4563 0.0178 0.0107 0.0526 0.2040
2.4382 4.0 3428 2.4547 0.0178 0.0107 0.0526 0.2040
2.4343 5.0 4285 2.4852 0.0128 0.0073 0.0526 0.1384
2.2921 6.0 5142 2.5282 0.0178 0.0107 0.0526 0.2040

Framework versions

  • Transformers 4.29.2
  • Pytorch 2.0.1+cu117
  • Datasets 3.0.2
  • Tokenizers 0.13.3