We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd47e5b commit ce5a1e8Copy full SHA for ce5a1e8
1 file changed
applications/DeepSpeed-Chat/e2e_rlhf.py
@@ -65,7 +65,7 @@ def parse_args():
65
"--reward-model",
66
type=lambda x: x.replace("facebook/opt-", ""),
67
default="350m",
68
- choices=("350m"),
+ choices=("350m",),
69
help="Which facebook/opt-* model to use for Reward (step 2)",
70
)
71
parser.add_argument(
0 commit comments