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
File size: 371 Bytes
e5f5711 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"additional_special_tokens": [
"[IMG]",
"[/IMG]",
"<image>"
],
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}
|