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