allenai/scitldr
Viewer • Updated • 9.69k • 1.08k • 35
How to use pkbiswas/Llama-2-7b-Summarization-QLoRa with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf")
model = PeftModel.from_pretrained(base_model, "pkbiswas/Llama-2-7b-Summarization-QLoRa")This model is a fine-tuned version of meta-llama/Llama-2-7b-hf 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.0965 | 0.25 | 500 | 2.1496 |
| 2.0523 | 0.5 | 1000 | 2.1275 |
| 2.0824 | 0.75 | 1500 | 2.1108 |
Base model
meta-llama/Llama-2-7b-hf