Instructions to use AIcell/guava-v13b-qwen3.5-4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AIcell/guava-v13b-qwen3.5-4b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-text-to-text", model="AIcell/guava-v13b-qwen3.5-4b") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] pipe(text=messages)# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("AIcell/guava-v13b-qwen3.5-4b") model = AutoModelForMultimodalLM.from_pretrained("AIcell/guava-v13b-qwen3.5-4b", device_map="auto") messages = [ { "role": "user", "content": [ {"type": "image", "url": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/p-blog/candy.JPG"}, {"type": "text", "text": "What animal is on the candy?"} ] }, ] inputs = processor.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(processor.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use AIcell/guava-v13b-qwen3.5-4b with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "AIcell/guava-v13b-qwen3.5-4b" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AIcell/guava-v13b-qwen3.5-4b", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/AIcell/guava-v13b-qwen3.5-4b
- SGLang
How to use AIcell/guava-v13b-qwen3.5-4b with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "AIcell/guava-v13b-qwen3.5-4b" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AIcell/guava-v13b-qwen3.5-4b", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "AIcell/guava-v13b-qwen3.5-4b" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AIcell/guava-v13b-qwen3.5-4b", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }' - Docker Model Runner
How to use AIcell/guava-v13b-qwen3.5-4b with Docker Model Runner:
docker model run hf.co/AIcell/guava-v13b-qwen3.5-4b
guava-v13b-qwen3.5-4b
A Qwen3.5-VL 4B model fine-tuned on the Guava v13b robot-manipulation dataset
(2,268 episodes across 16 tabletop tasks). This is the full-weight inference export
of checkpoint 213 from the v13b-main-full-2707 run.
Training data: AIcell/guava-v13b (private).
Status — read before using
This checkpoint is published as exported. It has not been benchmarked here, and the following carry over from the training data and the export itself:
- No evaluation results. No success rates, no held-out scores. Nothing in this repo establishes how well the model performs on any task.
- One mid-training checkpoint. Step 213 of the run — not selected against a validation metric, because the dataset ships no held-out split.
- Inherited data caveat. The training data carries an unresolved physical-clearance
issue on
05-24__push_cereal__trial_0308. - Untested load path. The config requires
transformers5.8.1 (model_type: qwen3_5). Older versions will not recognize this architecture.
Model
| Architecture | Qwen3_5ForConditionalGeneration (vision + text) |
| Precision | bfloat16 |
| Hidden size | 2560, 32 layers (linear attention, full attention every 4th) |
| Vocab | 248,320 |
| Max positions | 262,144 |
| Vision | 24-layer ViT, patch 16, merge 2 |
| Shards | 2 safetensors, 8.47 GiB total |
Usage
from transformers import AutoModelForImageTextToText, AutoProcessor
model = AutoModelForImageTextToText.from_pretrained(
"AIcell/guava-v13b-qwen3.5-4b", dtype="bfloat16", device_map="auto"
)
processor = AutoProcessor.from_pretrained("AIcell/guava-v13b-qwen3.5-4b")
Episodes in the training data contain up to 30 images, and coordinates are already table-aligned (tabletop is z = 0) — do not apply table-height normalization a second time.
Tasks
apple_juice_order, bread_near_lemon, can_in_bin, close_drawer, cube_stack,
cube_under_cup, hotdog_near_donut, milk_near_cup, open_drawer, pick_up_orange,
push_basket, push_cereal, red_objects_in_basket, remove_cube_from_tray,
shell_game, tomato_in_bowl
- Downloads last month
- 24