Instructions to use ShushantLLM/flan-t5-base-dialogsum-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ShushantLLM/flan-t5-base-dialogsum-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base") model = PeftModel.from_pretrained(base_model, "ShushantLLM/flan-t5-base-dialogsum-lora") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
d91c49e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4559933b7ac9a13023f177296289d9e2f6965651e79e251eee8ac5782a9ec969
size 7098160
|