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