--- license: cc-by-4.0 base_model: deepset/roberta-base-squad2 tags: - generated_from_trainer model-index: - name: my_awesome_health_qa_model_35 results: [] --- # my_awesome_health_qa_model_35 This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the None dataset. It achieves the following results on the evaluation set: - Loss: 1.2238 ## 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: 1e-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: 7 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 1.1137 | 1.0 | 684 | 0.9948 | | 0.9401 | 2.0 | 1368 | 1.0000 | | 0.7252 | 3.0 | 2052 | 1.0297 | | 0.63 | 4.0 | 2736 | 1.0668 | | 0.5714 | 5.0 | 3420 | 1.1511 | | 0.481 | 6.0 | 4104 | 1.1907 | | 0.4489 | 7.0 | 4788 | 1.2238 | ### Framework versions - Transformers 4.42.3 - Pytorch 2.1.2 - Datasets 2.20.0 - Tokenizers 0.19.1