--- license: mit base_model: camembert-base tags: - generated_from_trainer metrics: - accuracy model-index: - name: VogagenRelation results: [] --- # VogagenRelation This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.4131 - Accuracy: 0.9071 ## 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: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 8 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | No log | 0.21 | 100 | 0.5924 | 0.7073 | | No log | 0.42 | 200 | 0.4924 | 0.7955 | | No log | 0.62 | 300 | 0.4830 | 0.8126 | | No log | 0.83 | 400 | 0.3957 | 0.8595 | | 0.5304 | 1.04 | 500 | 0.4586 | 0.8462 | | 0.5304 | 1.25 | 600 | 0.4679 | 0.8353 | | 0.5304 | 1.46 | 700 | 0.4326 | 0.8579 | | 0.5304 | 1.66 | 800 | 0.3330 | 0.8876 | | 0.5304 | 1.87 | 900 | 0.3848 | 0.8790 | | 0.3573 | 2.08 | 1000 | 0.4247 | 0.8798 | | 0.3573 | 2.29 | 1100 | 0.4536 | 0.8767 | | 0.3573 | 2.49 | 1200 | 0.4686 | 0.8751 | | 0.3573 | 2.7 | 1300 | 0.4457 | 0.8899 | | 0.3573 | 2.91 | 1400 | 0.4325 | 0.8860 | | 0.2462 | 3.12 | 1500 | 0.4730 | 0.8759 | | 0.2462 | 3.33 | 1600 | 0.4275 | 0.9009 | | 0.2462 | 3.53 | 1700 | 0.4365 | 0.8993 | | 0.2462 | 3.74 | 1800 | 0.4131 | 0.9071 | ### Framework versions - Transformers 4.34.0 - Pytorch 2.1.0+cu121 - Datasets 2.14.5 - Tokenizers 0.14.1