HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 90.8k • 875
How to use lole25/phi-2-sft-lora-ultrachat with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2")
model = PeftModel.from_pretrained(base_model, "lole25/phi-2-sft-lora-ultrachat")This model is a fine-tuned version of microsoft/phi-2 on the HuggingFaceH4/ultrachat_200k 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.2257 | 1.0 | 3996 | 1.2098 |
| 1.1658 | 2.0 | 7993 | 1.2050 |
| 1.2092 | 3.0 | 11988 | 1.2043 |
Base model
microsoft/phi-2