Andyrasika/TweetSumm-tuned
Viewer • Updated • 1.1k • 118 • 1
How to use Dikshant182004/t5-base-lora-finetune-tweetsumm-1759927258 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-1759927258")How to use Dikshant182004/t5-base-lora-finetune-tweetsumm-1759927258 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Dikshant182004/t5-base-lora-finetune-tweetsumm-1759927258", 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.106 | 1.0 | 110 | 1.8968 | 0.44 | 0.2049 | 0.3691 | 0.4078 | 49.3455 | 0.8867 | 0.8832 | 0.8904 |
| 1.8113 | 2.0 | 220 | 1.8425 | 0.4405 | 0.2078 | 0.3706 | 0.4044 | 47.9455 | 0.8895 | 0.887 | 0.8921 |
| 1.5495 | 3.0 | 330 | 1.8236 | 0.4479 | 0.2102 | 0.3774 | 0.415 | 46.3273 | 0.8903 | 0.8875 | 0.8934 |
Base model
google-t5/t5-base