fangwu97 commited on
Commit
82c9625
·
verified ·
1 Parent(s): 33d1d14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -119,7 +119,7 @@ def convert_question_to_messages(question: str):
119
  return messages
120
 
121
 
122
- model_id="ethan1115/DeepSearch-1.5B"
123
  tokenizer = AutoTokenizer.from_pretrained(model_id)
124
 
125
  sampling_params = SamplingParams(
 
119
  return messages
120
 
121
 
122
+ model_id="fangwu97/DeepSearch-1.5B"
123
  tokenizer = AutoTokenizer.from_pretrained(model_id)
124
 
125
  sampling_params = SamplingParams(