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