# FLAN-T5-Large fine-tuned on History Q&A Generation This model is a fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) on a history question-answer dataset. ## Model description This model is designed to generate multiple-choice questions, answers, and explanations based on historical text inputs. ## Intended uses & limitations This model is intended for educational purposes and to assist in creating history-related quiz materials. ## Training and evaluation data The model was trained on the dataset [ambrosfitz/just_history_large_mc](https://huggingface.co/datasets/ambrosfitz/just_history_large_mc). ## Training procedure The model was trained using the following hyperparameters: - Number of epochs: 2 - Batch size: 1 - Learning rate: (Add your learning rate here) - (Add any other relevant hyperparameters) ## Results Test set results: {'eval_loss': 0.5760563611984253, 'eval_runtime': 81.0881, 'eval_samples_per_second': 24.665, 'eval_steps_per_second': 24.665, 'epoch': 2.0}