ncbi
/

Safetensors
qwen2
biology
bioinformatics
single-cell
Fangyinfff commited on
Commit
830ebb4
·
verified ·
1 Parent(s): 5926c03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -56,6 +56,4 @@ response = generator(
56
  # 5. Print the model’s reply (<think> + <answer>)
57
  assistant_reply = response[-1]["content"] if isinstance(response, list) else response
58
  print(assistant_reply)
59
-
60
-
61
  ```
 
56
  # 5. Print the model’s reply (<think> + <answer>)
57
  assistant_reply = response[-1]["content"] if isinstance(response, list) else response
58
  print(assistant_reply)
 
 
59
  ```