databricks/databricks-dolly-15k
Viewer • Updated • 15k • 35.1k • 972
How to use eduardo-alvarez/phi-1_5-lora-tuned-sft-dolly with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5")
model = PeftModel.from_pretrained(base_model, "eduardo-alvarez/phi-1_5-lora-tuned-sft-dolly")This model is a fine-tuned version of microsoft/phi-1_5 on the generator dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
Trained model on Intel Max 1550 GPU
databricks/databricks-dolly-15k
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.7868 | 0.8065 | 100 | 2.5808 |
| 2.547 | 1.6129 | 200 | 2.4670 |
| 2.4664 | 2.4194 | 300 | 2.4305 |
| 2.4586 | 3.2258 | 400 | 2.4108 |
| 2.4204 | 4.0323 | 500 | 2.4000 |
Base model
microsoft/phi-1_5