From 3f9166dc1f39f40c9b28215e970fc026d4b46fde Mon Sep 17 00:00:00 2001 From: Efficient-Large-Language-Model <156256291+Efficient-Large-Language-Model@users.noreply.github.com> Date: Thu, 9 May 2024 01:25:51 -0700 Subject: [PATCH] Update eval_video_qa.py --- llava/eval/video/eval_video_qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llava/eval/video/eval_video_qa.py b/llava/eval/video/eval_video_qa.py index 1ed134e..505655d 100755 --- a/llava/eval/video/eval_video_qa.py +++ b/llava/eval/video/eval_video_qa.py @@ -14,7 +14,7 @@ def parse_args(): parser.add_argument("--output_dir", default=r'', help="The path to save annotation json files.") parser.add_argument("--output_json", default=r'', help="The path to save annotation final combined json file.") parser.add_argument("--num_tasks", default=1, type=int, help="Number of splits.") - parser.add_argument("--gpt_model", default="gpt-4-0125-preview", help="The path to save annotation final combined json file.") + parser.add_argument("--gpt_model", default="gpt-3.5-turbo", help="The path to save annotation final combined json file.") args = parser.parse_args() return args