LLMsForHepth/gr-qc_hep-ph_small
Viewer • Updated • 105k • 2
How to use LLMsForHepth/s9-L-3.1-8B-qkv with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B")
model = PeftModel.from_pretrained(base_model, "LLMsForHepth/s9-L-3.1-8B-qkv")This model is a fine-tuned version of meta-llama/Meta-Llama-3.1-8B trained on the LLMsForHepth/gr-qc_hep-ph_small dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
meta-llama/Llama-3.1-8B