allenai/scitldr
Viewer • Updated • 9.69k • 1.23k • 35
How to use pkbiswas/Llama-3.2-1B-Summarization-QLoRa with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-1B")
model = PeftModel.from_pretrained(base_model, "pkbiswas/Llama-3.2-1B-Summarization-QLoRa")This model is a fine-tuned version of meta-llama/Llama-3.2-1B on the scitldr dataset. It achieves the following results on the evaluation set:
Fine-tuned (QLoRa) Version of Meta-llama/Llama-3.2-1B for Summarization of scientific documents.
Summarization
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.4993 | 0.2008 | 200 | 2.5715 |
| 2.4748 | 0.4016 | 400 | 2.5674 |
| 2.4744 | 0.6024 | 600 | 2.5674 |
| 2.4646 | 0.8032 | 800 | 2.5558 |
| 2.4637 | 1.0040 | 1000 | 2.5539 |
| 2.1281 | 1.2048 | 1200 | 2.5904 |
| 2.1157 | 1.4056 | 1400 | 2.5928 |
| 2.0962 | 1.6064 | 1600 | 2.5855 |
| 2.0721 | 1.8072 | 1800 | 2.5899 |
Base model
meta-llama/Llama-3.2-1B