update reward model scoring apis

This commit is contained in:
Hardik Shah 2024-06-26 16:25:42 -07:00
parent 04f89ad315
commit c9a75c4628
3 changed files with 182 additions and 127 deletions

View file

@ -20,7 +20,7 @@ paths:
description: Model identifier for batch inference.
prompts_path:
type: string
description: Path to prompts, JSONL where each row is formatted for batch inference.
description: Path to prompts, JSONL for batch inference
batch_size:
type: integer
description: Number of prompts to process in each batch.