Summarization
Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use Gowreesh234/flan-t5-base-finetuned_dialougesum_version_4.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gowreesh234/flan-t5-base-finetuned_dialougesum_version_4.0 with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="Gowreesh234/flan-t5-base-finetuned_dialougesum_version_4.0")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Gowreesh234/flan-t5-base-finetuned_dialougesum_version_4.0") model = AutoModelForSeq2SeqLM.from_pretrained("Gowreesh234/flan-t5-base-finetuned_dialougesum_version_4.0") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ae59610001ab5728ca0d332b07fa3b68937ebf2ad14f2d4e368a690d3a0f2658
- Size of remote file:
- 5.11 kB
- SHA256:
- 0c6f6d4976e011461a53792ee33f5e1a8f220e2bd7c50d9c9ca251b89407214e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.