Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ You can use this model in your applications by loading it with Hugging Face's `t
|
|
| 30 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 31 |
|
| 32 |
# Load the model and tokenizer
|
| 33 |
-
model_name = "huihui-ai/Qwen2.5-Code-
|
| 34 |
model = AutoModelForCausalLM.from_pretrained(
|
| 35 |
model_name,
|
| 36 |
torch_dtype="auto",
|
|
|
|
| 30 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 31 |
|
| 32 |
# Load the model and tokenizer
|
| 33 |
+
model_name = "huihui-ai/Qwen2.5-Code-32B-Instruct-abliterated"
|
| 34 |
model = AutoModelForCausalLM.from_pretrained(
|
| 35 |
model_name,
|
| 36 |
torch_dtype="auto",
|