prithivMLmods commited on
Commit
36cebee
·
verified ·
1 Parent(s): cbf336e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ Here provides a code snippet with `apply_chat_template` to show you how to load
40
  ```python
41
  from transformers import AutoModelForCausalLM, AutoTokenizer
42
 
43
- model_name = "Qwen/Qwen2.5-14B-Instruct"
44
 
45
  model = AutoModelForCausalLM.from_pretrained(
46
  model_name,
 
40
  ```python
41
  from transformers import AutoModelForCausalLM, AutoTokenizer
42
 
43
+ model_name = "prithivMLmods/QwQ-LCoT-14B-Conversational"
44
 
45
  model = AutoModelForCausalLM.from_pretrained(
46
  model_name,