jondurbin/airoboros-3.2
Viewer • Updated • 58.7k • 924 • 46
How to use saucam/llama-airo-3 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, "saucam/llama-airo-3")This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B on the jondurbin/airoboros-3.2 dataset. It achieves the following results on the evaluation set:
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1845 | 0.0 | 1 | 1.1821 |
| 0.9328 | 0.25 | 114 | 0.9228 |
| 0.8961 | 0.5 | 228 | 0.8713 |
| 0.824 | 0.75 | 342 | 0.8437 |
| Benchmark | Model | agieval | gpt4all | bigbench | truthfulqa | Average |
|---|---|---|---|---|---|---|
| nous | llama-airo-3 | 36.59 | 72.24 | 39.26 | 56.3 | 51.1 |
| nous | meta-llama/Meta-Llama-3-8B | 31.1 | 69.95 | 36.7 | 43.91 | 45.42 |
| Benchmark | Model | winogrande | arc | gsm8k | mmlu | truthfulqa | hellaswag | Average |
|---|---|---|---|---|---|---|---|---|
| openllm | llama-airo-3 | 78.22 | 61.01 | 56.33 | 64.79 | 56.35 | 82.42 | 66.52 |
| openllm | Meta-Llama-3-8B | 77.58 | 57.51 | 50.87 | 65.04 | 43.93 | 82.09 | 62.84 |
Detailed Results: https://github.com/saucam/model_evals/tree/main/saucam/llama-airo-3
Base model
meta-llama/Meta-Llama-3-8B