TRL Library (how to load the reward model and calculate score from some prompt answer pairs)

Hi,
I am new to huggingface and i am working with RLHF, I trained my reward model using TRL and the anthropic dataset using one of the example scripts as the template. I was wondering how to load the reward model and calculate score from some prompt answer pairs.

Thank you.