allenai/scitldr
Viewer • Updated • 9.69k • 675 • 35
How to use pkbiswas/Llama-3.1-8B-Summarization-QLoRa with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B")
model = PeftModel.from_pretrained(base_model, "pkbiswas/Llama-3.1-8B-Summarization-QLoRa")This model is a fine-tuned version of meta-llama/Meta-Llama-3.1-8B 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.1968 | 0.2008 | 200 | 2.2962 |
| 2.2026 | 0.4016 | 400 | 2.3085 |
| 2.205 | 0.6024 | 600 | 2.3048 |
| 2.2028 | 0.8032 | 800 | 2.2968 |
| 2.2001 | 1.0040 | 1000 | 2.2911 |
| 1.7063 | 1.2048 | 1200 | 2.3696 |
| 1.6856 | 1.4056 | 1400 | 2.3756 |
| 1.6556 | 1.6064 | 1600 | 2.3823 |
| 1.6331 | 1.8072 | 1800 | 2.3813 |
Base model
meta-llama/Llama-3.1-8B