TSBH_Models
Collection
6 items • Updated • 1
How to use changwh5/Llama3.2-3B-TSBH-o with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("/mnt/disk/cwh/LLMs/Llama-3.2-3b-instruction")
model = PeftModel.from_pretrained(base_model, "changwh5/Llama3.2-3B-TSBH-o")This model is a fine-tuned version of /mnt/disk/cwh/LLMs/Llama-3.2-3b-instruction on the bj6500 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-Instruct