From 9bba12ca922f95f490bdca28a8db87e0d53a1c5e Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Tue, 25 Jun 2024 17:57:22 -0700 Subject: [PATCH] Update reward_model_scoring.yaml added small nit TODO for consideration --- reward_model_scoring.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reward_model_scoring.yaml b/reward_model_scoring.yaml index 5f262a16a..73c2f7c9e 100644 --- a/reward_model_scoring.yaml +++ b/reward_model_scoring.yaml @@ -150,6 +150,8 @@ paths: schema: type: object properties: + # TODO: Maybe take local path but api first uploads and generates handle + # which is returned in the repsonse. prompt_response_path: type: string description: File path for a JSONL where each line is a JSON encoded `PromptResponsePair` object