Instructions to use deepseek-ai/Janus-1.3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepseek-ai/Janus-1.3B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("deepseek-ai/Janus-1.3B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Please, extend this idea to a larger model!
#4
by CamiloMM - opened
It's clear the results here are impressive for something that could be ran on a consumer GPU from a decade ago. It's also clear this was a tech demo / proof of concept! I hope you guys put some compute on making a larger version of this! It's a great approach.