llama-duo/synth_coding_dataset_dedup
Viewer • Updated • 117k • 9
How to use klcsp/llama3.1-8b-gpt4o_100k_coding-lora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
model = PeftModel.from_pretrained(base_model, "klcsp/llama3.1-8b-gpt4o_100k_coding-lora")This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B on the llama-duo/synth_coding_dataset_dedup 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 |
|---|---|---|---|
| 0.5385 | 1.0 | 270 | 1.2769 |
Base model
meta-llama/Meta-Llama-3-8B