---
title: SegAgent-Model
canonical_url: "https://www.modelscope.cn/models/zzzmmz/SegAgent-Model"
md_url: "https://www.modelscope.cn/models/zzzmmz/SegAgent-Model.md"
repository: zzzmmz/SegAgent-Model
last_updated: 2025-08-08
license: "Apache License 2.0"
pipeline_tag: image-captioning
tasks:
  - image-captioning
model_type:
  - qwen
architectures:
  - QWenLMHeadModel
parameters: 9.7B
tensor_type:
  - BF16
library_name:
  - safetensors
  - pytorch
frameworks:
  - Pytorch
inference_backends:
  - "deploy_task vlm/text/emb"
  - "lmdeploy 0.9.1"
  - "lmdeploy_turbomind 0.9.1"
  - "sglang 0.5.2"
  - "vllm 0.9.2"
downloads: 372
stars: 0
---

# SegAgent-Model

> SegAgent-Model - zzzmmz 在 ModelScope 开源的模型。[CVPR2025] SegAgent: Exploring Pixel Understanding Capabilities in MLLMs by Imitating Human Annotator Trajectories

zzzmmz/SegAgent-Model 是 ModelScope 魔搭社区上的 9.7B 参数image-captioning模型，采用 Apache License 2.0 许可，可用 deploy_task vlm/text/emb、lmdeploy 0.9.1、lmdeploy_turbomind 0.9.1 部署。

- **Repository**: zzzmmz/SegAgent-Model
- **License**: Apache License 2.0
- **Tasks**: image-captioning
- **Parameters**: 9.7B
- **Inference backends**: deploy_task vlm/text/emb, lmdeploy 0.9.1, lmdeploy_turbomind 0.9.1, sglang 0.5.2, vllm 0.9.2
- **Downloads**: 372
- **Stars**: 0
- **Last updated**: 2025-08-08

Source: https://www.modelscope.cn/models/zzzmmz/SegAgent-Model

---

### You are viewing the default Readme template as no detailed model-card was provided by the model’s contributors. You can access the model files in the "Files and versions" tab.
#### Model files may be downloaded with ModelScope SDK or through git clone directly.

Download with ModelScope’s Python SDK
```bash
#Install ModelScope
pip install modelscope
```
```python
#Download with ModelScope’s Python SDK
from modelscope import snapshot_download
model_dir = snapshot_download('zzzmmz/SegAgent-Model')
```
Download with Git clone
```
git clone https://www.modelscope.cn/zzzmmz/SegAgent-Model.git
```

<p style="color: lightgrey;">If you are a contributor to this model, we invite you to promptly update the model card content according to <a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">the model contribution documentation</a>.</p>
