deepmind/math_dataset
Updated • 3.99k • 139
How to use neenax/finetuneMistral-explanationMathData with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1")
model = PeftModel.from_pretrained(base_model, "neenax/finetuneMistral-explanationMathData")This model is a fine-tuned version of mistralai/Mistral-7B-v0.1 on the math_dataset dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
mistralai/Mistral-7B-v0.1