Instructions to use rudrankriyam/Janus-Pro-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rudrankriyam/Janus-Pro-1B with Transformers:
# Load model directly from transformers import MultiModalityCausalLM model = MultiModalityCausalLM.from_pretrained("rudrankriyam/Janus-Pro-1B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,9 @@ tags:
|
|
| 10 |
- unified-model
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
|
|
|
| 13 |
## 1. Introduction
|
| 14 |
|
| 15 |
Janus-Pro is a novel autoregressive framework that unifies multimodal understanding and generation.
|
|
|
|
| 10 |
- unified-model
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Converted from [DeepSeek Janus-Pro-1B](https://huggingface.co/deepseek-ai/Janus-Pro-1B) with `.safetensors`.
|
| 14 |
+
|
| 15 |
+
|
| 16 |
## 1. Introduction
|
| 17 |
|
| 18 |
Janus-Pro is a novel autoregressive framework that unifies multimodal understanding and generation.
|