Instructions to use google/pegasus-wikihow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/pegasus-wikihow 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="google/pegasus-wikihow")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/pegasus-wikihow") model = AutoModelForSeq2SeqLM.from_pretrained("google/pegasus-wikihow", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 32c1caef8688ed2979a1383620c51cc159223f77a83033446aba472f77af230c
- Size of remote file:
- 2.28 GB
- SHA256:
- b0b678a757b2f24c9d899ad972e203073925814f20463a18bd66a682cde9086d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.