Any-to-Any
Transformers
Safetensors
llama
text-generation
muiltimodal
text-to-image
unified-model
text-generation-inference
Instructions to use wnma3mz/Janus-1.3B-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wnma3mz/Janus-1.3B-LM with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("wnma3mz/Janus-1.3B-LM") model = AutoModelForCausalLM.from_pretrained("wnma3mz/Janus-1.3B-LM", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K