--- tags: - generated_from_trainer model-index: - name: my_awesome_gptj_model-with-policyqa results: [] --- # my_awesome_gptj_model-with-policyqa This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 5.3181 ## 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: 32 - eval_batch_size: 64 - 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 | |:-------------:|:-----:|:----:|:---------------:| | 5.5161 | 1.0 | 785 | 5.3959 | | 5.3424 | 2.0 | 1570 | 5.3348 | | 5.3174 | 3.0 | 2355 | 5.3181 | ### Framework versions - Transformers 4.29.2 - Pytorch 2.0.1+cpu - Datasets 2.12.0 - Tokenizers 0.13.3