allenai/scitldr
Viewer • Updated • 9.69k • 996 • 35
How to use pkbiswas/Phi-1_5-Summarization-LoRa 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-LoRa")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.6014 | 0.25 | 500 | 2.6496 |
| 2.5756 | 0.5 | 1000 | 2.6445 |
| 2.5945 | 0.75 | 1500 | 2.6291 |
| 2.5251 | 1.0 | 2000 | 2.6133 |
| 2.3196 | 1.26 | 2500 | 2.6370 |
| 2.2953 | 1.51 | 3000 | 2.6325 |
| 2.452 | 1.76 | 3500 | 2.6242 |
Base model
microsoft/phi-1_5