Summarization
Transformers
Safetensors
t5
text2text-generation
politics,
summarization,
climate
political
party,
press
european
text-generation-inference
Instructions to use tdickson17/Text_Summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tdickson17/Text_Summarization 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="tdickson17/Text_Summarization")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("tdickson17/Text_Summarization") model = AutoModelForSeq2SeqLM.from_pretrained("tdickson17/Text_Summarization") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 7cbd1490395c1122c0dc4e7b550ad248918a254ef2a2efb05954e4cf2f54f2c3
- Size of remote file:
- 242 MB
- SHA256:
- 5fecefeddadfa3144eb8812ccb9e9fd5bea491dc2b4e61c6c5e928e813543d4d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.