Update README.md

This commit is contained in:
huangjintao
2024-09-20 03:51:08 +00:00
parent 4e0ce42624
commit dd97c591b9

View File

@@ -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,