Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ In evaluations using the GSM8k dataset of [OpenLLM Leaderboard](https://huggingf
|
|
| 15 |
|
| 16 |
## Sample Usage
|
| 17 |
|
| 18 |
-
```
|
| 19 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 20 |
|
| 21 |
model = AutoModelForCausalLM.from_pretrained("leeroo/LeerooDedicated-Math", trust_remote_code=True)
|
|
|
|
| 15 |
|
| 16 |
## Sample Usage
|
| 17 |
|
| 18 |
+
```python
|
| 19 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 20 |
|
| 21 |
model = AutoModelForCausalLM.from_pretrained("leeroo/LeerooDedicated-Math", trust_remote_code=True)
|