File size: 302 Bytes
a4a9ae7 | 1 2 3 4 5 6 7 8 9 10 | #!/bin/bash
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0
# DeepSpeed Team
# Add the path to the finetuned model
python rw_eval.py \
--model_name_or_path /workspace/DeepSpeedExamples-master/applications/DeepSpeed-Chat/training/step2_reward_model_finetuning/output
|