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