--- library_name: transformers license: mit base_model: xlm-roberta-base tags: - generated_from_trainer metrics: - precision - recall - f1 - accuracy model-index: - name: xlm-roberta-base-finetuned-ner results: [] --- # xlm-roberta-base-finetuned-ner This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.0624 - Precision: 0.9409 - Recall: 0.9255 - F1: 0.9331 - Accuracy: 0.9843 ## 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 | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.069 | 1.0 | 5685 | 0.0643 | 0.9076 | 0.9153 | 0.9114 | 0.9810 | | 0.0546 | 2.0 | 11370 | 0.0593 | 0.9393 | 0.9204 | 0.9298 | 0.9836 | | 0.0352 | 3.0 | 17055 | 0.0624 | 0.9409 | 0.9255 | 0.9331 | 0.9843 | ### Framework versions - Transformers 4.44.2 - Pytorch 2.4.1+cu121 - Datasets 3.0.0 - Tokenizers 0.19.1