Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- d3LLM-Data-Dream/Ling-Coder-dParallel-merged-512-120k
|
| 4 |
+
tags:
|
| 5 |
+
- diffusion
|
| 6 |
+
- text-generation
|
| 7 |
+
- fast-inference
|
| 8 |
+
- d3llm
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
# d3LLM: Ultra-Fast Diffusion LLM using Pseudo-Trajectory Distillation 🚀
|
| 14 |
+
|
| 15 |
+
## Model Description
|
| 16 |
+
|
| 17 |
+
**d3LLM-Dream-Coder** is an ultra-fast diffusion language model that achieves high generation speed while maintaining competitive performance. Built on the Dream architecture.
|
| 18 |
+
|
| 19 |
+
## Usage
|
| 20 |
+
|
| 21 |
+
For detailed usage instructions, evaluation scripts, and training code, please refer to the official GitHub repository:
|
| 22 |
+
|
| 23 |
+
👉 **[https://github.com/hao-ai-lab/text-diffusion](https://github.com/hao-ai-lab/text-diffusion)**
|