allenai/scitldr
Viewer • Updated • 9.69k • 1.15k • 35
How to use pkbiswas/Phi-1_5-Summarization-QLoRa 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, "pkbiswas/Phi-1_5-Summarization-QLoRa")This model is a fine-tuned version of microsoft/phi-1_5 on the scitldr 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 |
|---|---|---|---|
| 2.5683 | 0.25 | 500 | 2.6196 |
| 2.5308 | 0.5 | 1000 | 2.5992 |
| 2.558 | 0.75 | 1500 | 2.5886 |
| 2.4925 | 1.0 | 2000 | 2.5827 |
| 2.3252 | 1.26 | 2500 | 2.5948 |
| 2.3128 | 1.51 | 3000 | 2.5879 |
| 2.4622 | 1.76 | 3500 | 2.5866 |
Base model
microsoft/phi-1_5