diff options
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -401,7 +401,7 @@ def process_transcript_json(input_json_path: str, output_jsonl_path: str): | |||
| 401 | 401 | ||
| 402 | final_results.append({ | 402 | final_results.append({ |
| 403 | "id": prompt_id, | 403 | "id": prompt_id, |
| 404 | "text": full_prompt_for_finetuning, | 404 | "input": full_prompt_for_finetuning, |
| 405 | "target": response_text.strip() | 405 | "target": response_text.strip() |
| 406 | }) | 406 | }) |
| 407 | 407 | ||
