--- license: apache-2.0 base_model: distilbert-base-cased tags: - generated_from_trainer model-index: - name: rh_qa_model results: [] --- # rh_qa_model This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 3.5099 ## 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: 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: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 9 | 6.0203 | | No log | 2.0 | 18 | 5.2171 | | No log | 3.0 | 27 | 4.6551 | | No log | 4.0 | 36 | 4.5080 | | No log | 5.0 | 45 | 4.1615 | | No log | 6.0 | 54 | 4.1443 | | No log | 7.0 | 63 | 3.5935 | | No log | 8.0 | 72 | 3.7299 | | No log | 9.0 | 81 | 3.5616 | | No log | 10.0 | 90 | 3.5099 | ### Framework versions - Transformers 4.35.2 - Pytorch 2.1.0+cu121 - Datasets 2.16.1 - Tokenizers 0.15.1