Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ We compare AceMath to leading proprietary and open-access math models in above T
|
|
| 47 |
```python
|
| 48 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 49 |
|
| 50 |
-
model_name = "nvidia/AceMath-
|
| 51 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 52 |
model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype="auto", device_map="auto")
|
| 53 |
|
|
|
|
| 47 |
```python
|
| 48 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 49 |
|
| 50 |
+
model_name = "nvidia/AceMath-1.5B-Instruct"
|
| 51 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 52 |
model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype="auto", device_map="auto")
|
| 53 |
|