Instructions to use vishnupriyavr/flan-t5-movie-summary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vishnupriyavr/flan-t5-movie-summary with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-small") model = PeftModel.from_pretrained(base_model, "vishnupriyavr/flan-t5-movie-summary") - Notebooks
- Google Colab
- Kaggle
metadata
license: apache-2.0
datasets:
- vishnupriyavr/wiki-movie-plots-with-summaries
language:
- en
metrics:
- rouge
library_name: peft
pipeline_tag: summarization
tags:
- art