allenai/scitldr
Viewer • Updated • 9.69k • 834 • 35
How to use pkbiswas/Llama-3-8B-Summarization-QLoRa with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B")
model = PeftModel.from_pretrained(base_model, "pkbiswas/Llama-3-8B-Summarization-QLoRa")This model is a fine-tuned version of meta-llama/Meta-Llama-3-8B 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.226 | 0.5020 | 500 | 2.3232 |
| 2.2207 | 1.0040 | 1000 | 2.3130 |
| 1.6901 | 1.5060 | 1500 | 2.4051 |
Base model
meta-llama/Meta-Llama-3-8B