---
title: ZDTaichu5.0-9B-DSpark
canonical_url: "https://www.modelscope.cn/models/TaichuAI/ZDTaichu5.0-9B-DSpark"
md_url: "https://www.modelscope.cn/models/TaichuAI/ZDTaichu5.0-9B-DSpark.md"
repository: TaichuAI/ZDTaichu5.0-9B-DSpark
last_updated: 2026-09-15
architectures:
  - DSparkDraftModel
base_model_relation: finetune
parameters: 3.2B
tensor_type:
  - BF16
library_name:
  - safetensors
downloads: 20
stars: 1
---

# ZDTaichu5.0-9B-DSpark

> ZDTaichu5.0-9B-DSpark - TaichuAI 在 ModelScope 开源的模型。ZDTaichu5.0-9B-DSpark

- **Repository**: TaichuAI/ZDTaichu5.0-9B-DSpark
- **Parameters**: 3.2B
- **Downloads**: 20
- **Stars**: 1
- **Last updated**: 2026-09-15

Source: https://www.modelscope.cn/models/TaichuAI/ZDTaichu5.0-9B-DSpark

---

# ZDTaichu5.0-9B-DSpark

A DSpark speculative-decoding draft model for ZDTaichu5.0-9B target models, trained with [speculators](https://github.com/vllm-project/speculators) and served with [vllm](https://github.com/vllm-project/vllm), primarily intended for multimodal scenarios.

## Performance Evaluation of DSpark

Acceptance length and speedup evaluation of DSpark across diverse multimodal benchmarks.
- Sampling: thinking enabled, temperature 1.0
- Speedup: evaluation on a single NVIDIA H800 GPU with a concurrency of 1

| Category | Dataset | Acceptance length | Speedup |
|---|---|---|---:|
| Multimodal Reasoning | MathVista Mini | 4.53 | 3.03 |
| Multimodal Reasoning | WeMath | 4.61 | 3.17 |
| Multimodal Reasoning | MathVerse MINI Vision Only | 4.79 | 3.15 |
| Multimodal Reasoning | LogicVista | 4.10 | 2.78 |
| General VQA | MMStar | 4.01 | 2.73 |
| General VQA | RealWorldQA | 3.87 | 2.46 |
| Document Understanding | OCRBench | 4.39 | 2.51 |
| Document Understanding | AI2D | 4.12 | 2.75 |
| Spatial Understanding | SpatialVizBench | 3.94 | 2.63 |
| Spatial Understanding | MindCubeBench Tiny | 4.02 | 2.66 |

## Serving with vllm

```bash

    vllm serve TaichuAI/ZDTaichu5.0-9B \
        --speculative-config  '{"method": "dspark", "model": "TaichuAI/ZDTaichu5.0-9B-DSpark", "num_speculative_tokens": 7}'

```
