Update README.md
Browse files
README.md
CHANGED
|
@@ -280,7 +280,7 @@ Follow the Github repo's demo script [examples/a2d/bd3lm/chat.py](https://github
|
|
| 280 |
```shell
|
| 281 |
python -u examples/a2d/bd3lm/chat.py \
|
| 282 |
--model_name_or_path dllm-collection/Qwen3-0.6B-diffusion-bd3lm-v0.1 \
|
| 283 |
-
--chat_template True --block_size 32 --remasking
|
| 284 |
```
|
| 285 |
|
| 286 |
## Evaluation
|
|
|
|
| 280 |
```shell
|
| 281 |
python -u examples/a2d/bd3lm/chat.py \
|
| 282 |
--model_name_or_path dllm-collection/Qwen3-0.6B-diffusion-bd3lm-v0.1 \
|
| 283 |
+
--chat_template True --block_size 32 --remasking low_confidence --steps 256 --max_new_tokens 256
|
| 284 |
```
|
| 285 |
|
| 286 |
## Evaluation
|