--- license: mit base_model: Davlan/afro-xlmr-base tags: - generated_from_trainer metrics: - precision - recall - f1 - accuracy model-index: - name: angela_untranslated_diacritics_eval results: [] --- # angela_untranslated_diacritics_eval This model is a fine-tuned version of [Davlan/afro-xlmr-base](https://huggingface.co/Davlan/afro-xlmr-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.4821 - Precision: 0.3921 - Recall: 0.1337 - F1: 0.1994 - Accuracy: 0.8928 ## 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: 16 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 5 ### Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.1513 | 1.0 | 1283 | 0.2863 | 0.4126 | 0.0816 | 0.1363 | 0.8944 | | 0.1297 | 2.0 | 2566 | 0.3089 | 0.4085 | 0.0810 | 0.1352 | 0.8942 | | 0.1076 | 3.0 | 3849 | 0.3758 | 0.4129 | 0.1232 | 0.1898 | 0.8941 | | 0.0876 | 4.0 | 5132 | 0.4513 | 0.4091 | 0.1219 | 0.1879 | 0.8940 | | 0.0706 | 5.0 | 6415 | 0.4821 | 0.3921 | 0.1337 | 0.1994 | 0.8928 | ### Framework versions - Transformers 4.31.0 - Pytorch 2.0.1+cu118 - Datasets 2.14.3 - Tokenizers 0.13.3