Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -338,6 +338,7 @@ def chat_template(messages):
|
|
338 |
|
339 |
|
340 |
model_path = "SUSTech/SUS-Chat-34B"
|
|
|
341 |
|
342 |
tokenizer = AutoTokenizer.from_pretrained(model_path, use_fast=False)
|
343 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
338 |
|
339 |
|
340 |
model_path = "SUSTech/SUS-Chat-34B"
|
341 |
+
# model_path = "SUSTC/SUS-Chat-34B" # ModelScope
|
342 |
|
343 |
tokenizer = AutoTokenizer.from_pretrained(model_path, use_fast=False)
|
344 |
model = AutoModelForCausalLM.from_pretrained(
|