TIGER-Lab/MathInstruct
Viewer • Updated • 262k • 7.73k • 303
How to use yyyjwang/3e-6_noniid_lora2 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B")
model = PeftModel.from_pretrained(base_model, "yyyjwang/3e-6_noniid_lora2")Configuration Parsing Warning:In UNKNOWN_FILENAME: "tokenizer_config.chat_template[0]" must be of type object
This model is a fine-tuned version of meta-llama/Llama-3.2-3B on the TIGER-Lab/MathInstruct default dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
meta-llama/Llama-3.2-3B