Instructions to use deepseek-ai/Janus-Pro-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepseek-ai/Janus-Pro-1B with Transformers:
# Load model directly from transformers import MultiModalityCausalLM model = MultiModalityCausalLM.from_pretrained("deepseek-ai/Janus-Pro-1B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Great work on the model - I had fun using it on a meme's dataset
#5
by harpreetsahota - opened
Hi!
I've integrated this model into the FiftyOne library, you can check out the GitHub here.
I've also created a quick notebook comparing this model to Moondream2 for understanding meme's. Check it out here