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