Instructions to use ashishkat/summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ashishkat/summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ashishkat/summarization") model = AutoModelForSeq2SeqLM.from_pretrained("ashishkat/summarization", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d95de35 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e3dedc1c37a5403f225ac415d87706a3edcd3845f52b899786d74ef0c6d8d41a
size 242069785
|