Update README.md
Browse files
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 = "
|
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)
|