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