Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ For more information, visit our GitHub repository.
|
|
32 |
# <span>Usage</span>
|
33 |
You can use FineMedLM-o1 in the same way as `Llama-3.1-8B-Instruct`:
|
34 |
|
35 |
-
(⚠️**Note**: Please use the system prompt we provide to achieve better
|
36 |
```python
|
37 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
38 |
|
|
|
32 |
# <span>Usage</span>
|
33 |
You can use FineMedLM-o1 in the same way as `Llama-3.1-8B-Instruct`:
|
34 |
|
35 |
+
(⚠️**Note**: Please use the system prompt we provide to achieve better inference results.)
|
36 |
```python
|
37 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
38 |
|