Text-to-Image
Transformers
Safetensors
mobile_o_inference
text-generation
mobile-o
multimodal
unified-model
vision-language
image-understanding
on-device
mobile
Instructions to use xhhcode/Mobile-O-0.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xhhcode/Mobile-O-0.5B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("xhhcode/Mobile-O-0.5B", dtype="auto") - Notebooks
- Google Colab
- Kaggle