Instructions to use kuprel/min-dalle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kuprel/min-dalle with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kuprel/min-dalle", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fine-tune existing model
#3
by elnurgar - opened
Good day everyone. I would like to take an existing model, pass through additional training examples that will fine-tune the existing modlel to create better results for a specific business case. Is it possible? If yes, could you give some directions and instructions?
Thanks.