librarian-bot's picture
Librarian Bot: Add base_model information to model
107a7bd
|
raw
history blame
1.77 kB
metadata
license: mit
tags:
  - generated_from_trainer
datasets:
  - xtreme
metrics:
  - f1
base_model: xlm-roberta-base
model-index:
  - name: xlm-roberta-base-finetuned-panx-de
    results:
      - task:
          type: token-classification
          name: Token Classification
        dataset:
          name: xtreme
          type: xtreme
          config: PAN-X.zh
          split: validation
          args: PAN-X.zh
        metrics:
          - type: f1
            value: 0.7524781627245068
            name: F1

xlm-roberta-base-finetuned-panx-de

This model is a fine-tuned version of xlm-roberta-base on the xtreme dataset. It achieves the following results on the evaluation set:

  • Loss: 0.2188
  • F1: 0.7525

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: 24
  • eval_batch_size: 24
  • 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 F1
0.3742 1.0 667 0.2543 0.6753
0.2248 2.0 1334 0.2185 0.7343
0.1606 3.0 2001 0.2188 0.7525

Framework versions

  • Transformers 4.28.1
  • Pytorch 2.0.0+cu118
  • Datasets 2.11.0
  • Tokenizers 0.13.3