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/
|
| 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>
|
|
@@ -128,7 +128,7 @@ Trained in three stages:
|
|
| 128 |
@article{shaker2026mobileo,
|
| 129 |
title={Mobile-O: Unified Multimodal Understanding and Generation on Mobile Device},
|
| 130 |
author={Shaker, Abdelrahman and Heakl, Ahmed and Muhammad, Jaseel and Thawkar, Ritesh and Thawakar, Omkar and Li, Senmao and Cholakkal, Hisham and Reid, Ian and Xing, Eric P. and Khan, Salman and Khan, Fahad Shahbaz},
|
| 131 |
-
journal={arXiv preprint arXiv:
|
| 132 |
year={2026}
|
| 133 |
}
|
| 134 |
```
|
|
|
|
| 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-XXXX.XXXXX-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>
|
|
|
|
| 128 |
@article{shaker2026mobileo,
|
| 129 |
title={Mobile-O: Unified Multimodal Understanding and Generation on Mobile Device},
|
| 130 |
author={Shaker, Abdelrahman and Heakl, Ahmed and Muhammad, Jaseel and Thawkar, Ritesh and Thawakar, Omkar and Li, Senmao and Cholakkal, Hisham and Reid, Ian and Xing, Eric P. and Khan, Salman and Khan, Fahad Shahbaz},
|
| 131 |
+
journal={arXiv preprint arXiv:2602.20161},
|
| 132 |
year={2026}
|
| 133 |
}
|
| 134 |
```
|