youndukn/ROLE_PLAY_INSTRUCT
Viewer • Updated • 17.7k • 11 • 2
How to use youndukn/mythomax-13b-sft-lora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("Gryphe/MythoMax-L2-13b")
model = PeftModel.from_pretrained(base_model, "youndukn/mythomax-13b-sft-lora")This model is a fine-tuned version of Gryphe/MythoMax-L2-13b on the youndukn/ROLE_PLAY_INSTRUCT 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.5495 | 0.99 | 11 | 1.5062 |
Base model
Gryphe/MythoMax-L2-13b