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
Idea is to build a model which will take keywords as inputs and generate contract clauses as outputs. Potential use case can include:
- contract generation assistance
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support