HuggingFaceH4/ultrachat_200k
Viewer • Updated • 515k • 68.2k • 758
How to use huseyinatahaninan/phi-2-instruction with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2")
model = PeftModel.from_pretrained(base_model, "huseyinatahaninan/phi-2-instruction")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.1796 | 1.0 | 1998 | 1.1597 |
Base model
microsoft/phi-2