TIGER-Lab/MathInstruct
Viewer • Updated • 262k • 6.95k • 303
How to use yyyjwang/disc7 with PEFT:
from peft import PeftModel
from transformers import AutoModelForSequenceClassification
base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.2-3B")
model = PeftModel.from_pretrained(base_model, "yyyjwang/disc7")This model is a fine-tuned version of meta-llama/Llama-3.2-3B on the TIGER-Lab/MathInstruct default dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
meta-llama/Llama-3.2-3B