llama-duo/synth_summarize_dataset_dedup
Viewer • Updated • 880k • 48 • 2
How to use llama-duo/llama3.1-8b-summarize-gpt4o-128k 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, "llama-duo/llama3.1-8b-summarize-gpt4o-128k")This model is a fine-tuned version of meta-llama/Meta-Llama-3.1-8B on the llama-duo/synth_summarize_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 |
|---|---|---|---|
| 1.0008 | 0.9990 | 519 | 2.1032 |
| 0.9747 | 2.0 | 1039 | 2.1444 |
| 0.9289 | 2.9990 | 1558 | 2.2517 |
| 0.8818 | 4.0 | 2078 | 2.4632 |
| 0.8109 | 4.9990 | 2597 | 2.7084 |
| 0.7513 | 6.0 | 3117 | 2.9358 |
| 0.7004 | 6.9990 | 3636 | 3.2769 |
| 0.6466 | 8.0 | 4156 | 3.6948 |
| 0.6132 | 8.9990 | 4675 | 3.9708 |
| 0.5965 | 9.9904 | 5190 | 4.0859 |
Base model
meta-llama/Llama-3.1-8B