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