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