Way to train a model for a task that doesn't have an AutoModelFor... equivalent

Hi, I’m seeing if I can get Gemma to answer multiple choice questions, but I notice there’s no AutoModelForMultipleChoice task-specific model when following the Multiple Choice docs (Multiple choice). Is there a recommended approach for training a base model to answer MCs?