diff --git a/README.md b/README.md index 01d92fa..4981b26 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Here provides a code snippet with `apply_chat_template` to show you how to load ```python from modelscope import AutoModelForCausalLM, AutoTokenizer -model_name = "Qwen/Qwen2.5-Coder-1.5B-Instruct" +model_name = "qwen/Qwen2.5-Coder-1.5B-Instruct" model = AutoModelForCausalLM.from_pretrained( model_name,