hzhwcmhf commited on
Commit
d5c878c
·
verified ·
1 Parent(s): d3a1508

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ Here provides a code snippet with `apply_chat_template` to show you how to load
49
  ```python
50
  from transformers import AutoModelForCausalLM, AutoTokenizer
51
 
52
- model_name = "Qwen/Qwen2.5-14B-Instruct"
53
 
54
  model = AutoModelForCausalLM.from_pretrained(
55
  model_name,
 
49
  ```python
50
  from transformers import AutoModelForCausalLM, AutoTokenizer
51
 
52
+ model_name = "Qwen/Qwen2.5-14B-Instruct-1M"
53
 
54
  model = AutoModelForCausalLM.from_pretrained(
55
  model_name,