Rainnighttram commited on
Commit
8219bdd
·
verified ·
1 Parent(s): b602306

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ Here's how to load and use the quantized model:
10
  ```python
11
  from transformers import AutoModel, AutoTokenizer
12
 
13
- model_path = "Dream-v0-Instruct-7B-4bit"
14
  tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
15
  model = AutoModel.from_pretrained(
16
  model_path,
 
10
  ```python
11
  from transformers import AutoModel, AutoTokenizer
12
 
13
+ model_path = "Rainnighttram/Dream-v0-Instruct-7B-4bit"
14
  tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
15
  model = AutoModel.from_pretrained(
16
  model_path,