Update reward_model_scoring.yaml

added small nit TODO for consideration
This commit is contained in:
Hardik Shah 2024-06-25 17:57:22 -07:00 committed by GitHub
parent 3c47124cab
commit 9bba12ca92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,6 +150,8 @@ paths:
schema: schema:
type: object type: object
properties: properties:
# TODO: Maybe take local path but api first uploads and generates handle
# which is returned in the repsonse.
prompt_response_path: prompt_response_path:
type: string type: string
description: File path for a JSONL where each line is a JSON encoded `PromptResponsePair` object description: File path for a JSONL where each line is a JSON encoded `PromptResponsePair` object