facat commited on
Commit
d431c85
1 Parent(s): 45bd89b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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(