llama-duo/synth_coding_dataset_dedup
Viewer • Updated • 117k • 56
How to use llama-duo/mistral_7b_0_3-coding-gpt4o-100k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.3")
model = PeftModel.from_pretrained(base_model, "llama-duo/mistral_7b_0_3-coding-gpt4o-100k")This model is a fine-tuned version of mistralai/Mistral-7B-v0.3 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.419 | 0.9992 | 640 | 1.0503 |
| 0.3829 | 2.0 | 1281 | 1.0418 |
| 0.3774 | 2.9992 | 1921 | 1.0361 |
| 0.355 | 4.0 | 2562 | 1.0419 |
| 0.3413 | 4.9992 | 3202 | 1.0548 |
| 0.318 | 6.0 | 3843 | 1.0761 |
| 0.3056 | 6.9992 | 4483 | 1.1023 |
| 0.2857 | 8.0 | 5124 | 1.1256 |
| 0.2732 | 8.9992 | 5764 | 1.1472 |
| 0.2714 | 9.9922 | 6400 | 1.1573 |
Base model
mistralai/Mistral-7B-v0.3