Andyrasika/TweetSumm-tuned
Viewer • Updated • 1.1k • 118 • 1
How to use Dikshant182004/t5-base-lora-finetune-tweetsumm-1759927674 with PEFT:
from peft import PeftModel
from transformers import AutoModelForSeq2SeqLM
base_model = AutoModelForSeq2SeqLM.from_pretrained("google-t5/t5-base")
model = PeftModel.from_pretrained(base_model, "Dikshant182004/t5-base-lora-finetune-tweetsumm-1759927674")How to use Dikshant182004/t5-base-lora-finetune-tweetsumm-1759927674 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Dikshant182004/t5-base-lora-finetune-tweetsumm-1759927674", device_map="auto")This model is a fine-tuned version of google-t5/t5-base on the Andyrasika/TweetSumm-tuned 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 | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | F1 | Precision | Recall |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 2.1175 | 1.0 | 110 | 1.8794 | 0.4174 | 0.191 | 0.3533 | 0.3875 | 49.9818 | 0.884 | 0.8807 | 0.8876 |
| 1.8042 | 2.0 | 220 | 1.8062 | 0.4207 | 0.1954 | 0.3554 | 0.3864 | 49.0727 | 0.8868 | 0.8832 | 0.8906 |
| 1.5646 | 3.0 | 330 | 1.7857 | 0.4418 | 0.2109 | 0.3724 | 0.4058 | 48.6818 | 0.8889 | 0.8855 | 0.8926 |
Base model
google-t5/t5-base