librarian-bot's picture
Librarian Bot: Add base_model information to model
3c17e64
|
raw
history blame
2.28 kB
metadata
license: apache-2.0
tags:
  - text-classification
  - generated_from_trainer
datasets:
  - paws-x
metrics:
  - accuracy
base_model: bert-base-multilingual-cased
model-index:
  - name: paws_x_m_bert_only_fr
    results:
      - task:
          type: text-classification
          name: Text Classification
        dataset:
          name: paws-x
          type: paws-x
          config: fr
          split: train
          args: fr
        metrics:
          - type: accuracy
            value: 0.9005
            name: Accuracy

paws_x_m_bert_only_fr

This model is a fine-tuned version of bert-base-multilingual-cased on the paws-x dataset. It achieves the following results on the evaluation set:

  • Loss: 0.5462
  • Accuracy: 0.9005

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

Training results

Training Loss Epoch Step Validation Loss Accuracy
0.4504 1.0 386 0.3481 0.855
0.2245 2.0 772 0.3046 0.894
0.154 3.0 1158 0.3086 0.895
0.1139 4.0 1544 0.3300 0.894
0.0895 5.0 1930 0.3421 0.8935
0.0705 6.0 2316 0.3558 0.899
0.0546 7.0 2702 0.4340 0.9005
0.0451 8.0 3088 0.4981 0.8955
0.0379 9.0 3474 0.5312 0.8985
0.0325 10.0 3860 0.5462 0.9005

Framework versions

  • Transformers 4.24.0
  • Pytorch 1.13.0
  • Datasets 2.6.1
  • Tokenizers 0.13.1