Text-to-Image
Transformers
Safetensors
mobile_o_inference
text-generation
mobile-o
multimodal
unified-model
vision-language
image-understanding
Instructions to use Amshaker/Mobile-O-1.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amshaker/Mobile-O-1.5B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("Amshaker/Mobile-O-1.5B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ base_model:
|
|
| 27 |
**Unified Multimodal Understanding and Generation on Mobile Device**
|
| 28 |
|
| 29 |
<p>
|
| 30 |
-
<a href="https://arxiv.org/abs/2602.20161"><img src="https://img.shields.io/badge/arXiv-
|
| 31 |
<a href="https://github.com/Amshaker/Mobile-O"><img src="https://img.shields.io/badge/GitHub-Code-black.svg" alt="Code"></a>
|
| 32 |
<a href="https://amshaker.github.io/Mobile-O/"><img src="https://img.shields.io/badge/🌐-Project_Page-2563eb.svg" alt="Project Page"></a>
|
| 33 |
<a href="https://mobileo.cvmbzuai.com/"><img src="https://img.shields.io/badge/🚀-Live_Demo-10b981.svg" alt="Demo"></a>
|
|
|
|
| 27 |
**Unified Multimodal Understanding and Generation on Mobile Device**
|
| 28 |
|
| 29 |
<p>
|
| 30 |
+
<a href="https://arxiv.org/abs/2602.20161"><img src="https://img.shields.io/badge/arXiv-2602.20161-b31b1b.svg" alt="arXiv"></a>
|
| 31 |
<a href="https://github.com/Amshaker/Mobile-O"><img src="https://img.shields.io/badge/GitHub-Code-black.svg" alt="Code"></a>
|
| 32 |
<a href="https://amshaker.github.io/Mobile-O/"><img src="https://img.shields.io/badge/🌐-Project_Page-2563eb.svg" alt="Project Page"></a>
|
| 33 |
<a href="https://mobileo.cvmbzuai.com/"><img src="https://img.shields.io/badge/🚀-Live_Demo-10b981.svg" alt="Demo"></a>
|