allenai/scitldr
Viewer • Updated • 9.69k • 1.15k • 35
How to use pkbiswas/Phi-3.5-Mini-Instruct-Summarization-QLoRa with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct")
model = PeftModel.from_pretrained(base_model, "pkbiswas/Phi-3.5-Mini-Instruct-Summarization-QLoRa")This model is a fine-tuned version of microsoft/Phi-3.5-mini-instruct on the scitldr dataset. It achieves the following results on the evaluation set:
More information needed
Summarization
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.0519 | 0.2510 | 500 | 2.1280 |
| 2.0279 | 0.5020 | 1000 | 2.1223 |
| 2.0514 | 0.7530 | 1500 | 2.1131 |
| 2.0313 | 1.0040 | 2000 | 2.1142 |
| 1.8923 | 1.2550 | 2500 | 2.1390 |
| 1.8487 | 1.5060 | 3000 | 2.1375 |
| 1.819 | 1.7570 | 3500 | 2.1376 |
Base model
microsoft/Phi-3.5-mini-instruct