ehartford commited on
Commit
a86005f
·
verified ·
1 Parent(s): a62baf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ This model uses the standard Qwen ChatML prompt format.
102
  import torch
103
  from transformers import AutoModelForCausalLM, AutoTokenizer
104
 
105
- model_id = "your-username/Qwen3-72B-Synthesis"
106
  device = "cuda"
107
 
108
  tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
 
102
  import torch
103
  from transformers import AutoModelForCausalLM, AutoTokenizer
104
 
105
+ model_id = "cognitivecomputations/Qwen3-72B-Synthesis"
106
  device = "cuda"
107
 
108
  tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)