hongzhouyu commited on
Commit
fc65146
·
verified ·
1 Parent(s): 40b080b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -29,6 +29,7 @@ For more information, visit our GitHub repository.
29
 
30
  # <span>Usage</span>
31
  You can use FineMedLM in the same way as `Llama-3.1-8B-Instruct`:
 
32
  ```python
33
  from transformers import AutoModelForCausalLM, AutoTokenizer
34
 
 
29
 
30
  # <span>Usage</span>
31
  You can use FineMedLM in the same way as `Llama-3.1-8B-Instruct`:
32
+ (⚠️**Note**: Please use the system prompt we provide to achieve better reasoning results)
33
  ```python
34
  from transformers import AutoModelForCausalLM, AutoTokenizer
35