Transformers
PyTorch
English
t5
text2text-generation
keytotext
k2t
Keywords to Contract
text-generation-inference
Instructions to use RyanQin/k2c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RyanQin/k2c with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("RyanQin/k2c") model = AutoModelForSeq2SeqLM.from_pretrained("RyanQin/k2c") - Notebooks
- Google Colab
- Kaggle
Ctrl+K