ychenNLP commited on
Commit
49271da
·
verified ·
1 Parent(s): 997bce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 on cw-dfw-cs
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(