Robotics
Transformers
Safetensors
paligemma
image-text-to-text
vision-language-action
chain-of-thought
embodied-ai
text-generation-inference
Instructions to use yinchenghust/deepthinkvla_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yinchenghust/deepthinkvla_base with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("yinchenghust/deepthinkvla_base") model = AutoModelForImageTextToText.from_pretrained("yinchenghust/deepthinkvla_base") - Notebooks
- Google Colab
- Kaggle
Ctrl+K