Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ Greedy decoding (pass@1) results on a variety of math reasoning benchmarks. AceM
|
|
43 |
import torch
|
44 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
45 |
|
46 |
-
model_name = "nvidia/AceMath-72B-RM" # Path to the model
|
47 |
device = "auto" # the device to load the model onto
|
48 |
|
49 |
model = AutoModelForSequenceClassification.from_pretrained(
|
|
|
43 |
import torch
|
44 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
45 |
|
46 |
+
model_name = "nvidia/AceMath-72B-RM" # Path to the model
|
47 |
device = "auto" # the device to load the model onto
|
48 |
|
49 |
model = AutoModelForSequenceClassification.from_pretrained(
|