Update README.md
Browse files
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
|