Update README.md
Browse files
README.md
CHANGED
|
@@ -33,22 +33,7 @@ This repository contains the **d3LLM-Dream** model, an ultra-fast diffusion lang
|
|
| 33 |
|
| 34 |
## Usage
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
```python
|
| 39 |
-
from transformers import AutoModel, AutoTokenizer
|
| 40 |
-
|
| 41 |
-
model_id = "d3LLM/d3LLM_Dream"
|
| 42 |
-
|
| 43 |
-
# Load model and tokenizer
|
| 44 |
-
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
| 45 |
-
model = AutoModel.from_pretrained(model_id, trust_remote_code=True)
|
| 46 |
-
|
| 47 |
-
# For detailed inference scripts (multi-block decoding),
|
| 48 |
-
# please refer to the official GitHub repository.
|
| 49 |
-
```
|
| 50 |
-
|
| 51 |
-
For more comprehensive examples and evaluation scripts, visit the [official repository](https://github.com/hao-ai-lab/d3LLM).
|
| 52 |
|
| 53 |
## Citation
|
| 54 |
|
|
|
|
| 33 |
|
| 34 |
## Usage
|
| 35 |
|
| 36 |
+
For more chat examples and evaluation scripts, visit the [official repository](https://github.com/hao-ai-lab/d3LLM).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
## Citation
|
| 39 |
|