Update README.md
This commit is contained in:
@@ -55,7 +55,7 @@ Here provides a code snippet with `apply_chat_template` to show you how to load
|
|||||||
```python
|
```python
|
||||||
from modelscope import AutoModelForCausalLM, AutoTokenizer
|
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 = AutoModelForCausalLM.from_pretrained(
|
||||||
model_name,
|
model_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user