Salesforce/dialogstudio
Updated • 299 • 225
How to use Luluuu/tweet-summarization-llama-2-finetuned 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, "Luluuu/tweet-summarization-llama-2-finetuned")This model is a fine-tuned version of meta-llama/Llama-2-7b-hf on the Salesforce/dialogstudio 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 |
|---|---|---|---|
| 1.4742 | 1.0 | 5273 | 1.5088 |
Base model
meta-llama/Llama-2-7b-hf