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

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
  (⚠️**Note**: Please use the system prompt we provide to achieve better reasoning results)
33
  ```python
34
  from transformers import AutoModelForCausalLM, AutoTokenizer
 
29
 
30
  # <span>Usage</span>
31
  You can use FineMedLM in the same way as `Llama-3.1-8B-Instruct`:
32
+
33
  (⚠️**Note**: Please use the system prompt we provide to achieve better reasoning results)
34
  ```python
35
  from transformers import AutoModelForCausalLM, AutoTokenizer