Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,25 @@ tags:
|
|
| 7 |
- fast-inference
|
| 8 |
- d3llm
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
- fast-inference
|
| 8 |
- d3llm
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
# d3LLM-Dream: Ultra-Fast Diffusion Language Model
|
| 14 |
+
|
| 15 |
+
## Model Description
|
| 16 |
+
|
| 17 |
+
**d3LLM-Dream** is an ultra-fast diffusion language model that achieves high generation speed while maintaining competitive performance. Built on the Dream architecture.
|
| 18 |
+
|
| 19 |
+
## Key Features
|
| 20 |
+
|
| 21 |
+
- 🚀 **4.5× faster** than autoregressive models (Qwen-2.5-7B) on H100 GPU
|
| 22 |
+
- 🎯 **2.5× faster** on A100 GPU
|
| 23 |
+
- ⚡ **235.34 tokens/s** on H100 (vs 57.32 for AR baseline)
|
| 24 |
+
- 📊 High AUP (Accuracy Under Parallelism) scores across benchmarks
|
| 25 |
+
- 🔧 Optimized for coding and math reasoning tasks
|
| 26 |
+
|
| 27 |
+
## Usage
|
| 28 |
+
|
| 29 |
+
For detailed usage instructions, evaluation scripts, and training code, please refer to the official GitHub repository:
|
| 30 |
+
|
| 31 |
+
👉 **[https://github.com/hao-ai-lab/text-diffusion](https://github.com/hao-ai-lab/text-diffusion)**
|