HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 73.5k • 718
How to use statking/MetaLlama8BInstructQLoRA with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "statking/MetaLlama8BInstructQLoRA")This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B-Instruct on the HuggingFaceH4/ultrachat_200k 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:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1206 | 0.9997 | 1877 | 1.1189 |
Base model
meta-llama/Meta-Llama-3-8B-Instruct