Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett4wade committed Aug 26, 2024
1 parent 7f4b779 commit 872bac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/customized_exp/ppo_sentiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class SentimentScoringInterface(model_api.ModelInterface):

def __post_init__(self):
path = "/lustre/fw/pretrained/distilbert-base-uncased-finetuned-sst-2-english/"
path = "/path/to/model"
self.score_model = (
transformers.AutoModelForSequenceClassification.from_pretrained(path).cuda()
)
Expand Down

0 comments on commit 872bac8

Please sign in to comment.