--- license: apache-2.0 base_model: bert-base-multilingual-cased tags: - generated_from_trainer metrics: - precision - recall - f1 - accuracy model-index: - name: quote-model-BERTm-v1 results: [] --- # quote-model-BERTm-v1 This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.2151 - Precision: 0.8161 - Recall: 0.9262 - F1: 0.8676 - Accuracy: 0.9314 ## 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.3211 | 1.0 | 976 | 0.2253 | 0.8120 | 0.9191 | 0.8622 | 0.9295 | | 0.186 | 2.0 | 1952 | 0.2257 | 0.8122 | 0.9265 | 0.8656 | 0.9303 | | 0.1573 | 3.0 | 2928 | 0.2151 | 0.8161 | 0.9262 | 0.8676 | 0.9314 | ### Framework versions - Transformers 4.33.0 - Pytorch 2.0.1+cu118 - Datasets 2.14.4 - Tokenizers 0.13.3