NemotronRewardModel
- model_type (Union[ModelType, str]): Model for which a backend is created.
- api_key (Optional[str], optional): The API key for authenticating with the model service. (default: :obj:
None
) - url (Optional[str], optional): The url to the model service.
init
evaluate
- messages (List[Dict[str, str]]): A list of messages where each message is a dictionary format.
get_scores_types
_parse_scores
- response (ChatCompletion): A ChatCompletion object with the scores.