d3LLM-model commited on
Commit
572f881
·
verified ·
1 Parent(s): 25d5f41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -16
README.md CHANGED
@@ -33,22 +33,7 @@ This repository contains the **d3LLM-Dream** model, an ultra-fast diffusion lang
33
 
34
  ## Usage
35
 
36
- You can load and use the model with the 🤗 Transformers library. Note that `trust_remote_code=True` is required as the model uses a custom architecture.
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