--- license: apache-2.0 base_model: distilbert-base-uncased tags: - generated_from_trainer model-index: - name: distilbert-medical-question_answer results: [] --- # distilbert-medical-question_answer This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 3.5173 ## 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: 20 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 21 | 3.9834 | | No log | 2.0 | 42 | 3.3933 | | No log | 3.0 | 63 | 3.3457 | | No log | 4.0 | 84 | 3.2997 | | No log | 5.0 | 105 | 3.2746 | | No log | 6.0 | 126 | 3.2334 | | No log | 7.0 | 147 | 3.2655 | | No log | 8.0 | 168 | 3.3428 | | No log | 9.0 | 189 | 3.3693 | | No log | 10.0 | 210 | 3.3065 | | No log | 11.0 | 231 | 3.3817 | | No log | 12.0 | 252 | 3.4270 | | No log | 13.0 | 273 | 3.4121 | | No log | 14.0 | 294 | 3.4588 | | No log | 15.0 | 315 | 3.4182 | | No log | 16.0 | 336 | 3.4626 | | No log | 17.0 | 357 | 3.4975 | | No log | 18.0 | 378 | 3.4880 | | No log | 19.0 | 399 | 3.5034 | | No log | 20.0 | 420 | 3.5173 | ### Framework versions - Transformers 4.31.0 - Pytorch 2.0.1+cu118 - Datasets 2.14.3 - Tokenizers 0.13.3