Skip to content

Commit 3f9166d

Browse files
Update eval_video_qa.py
1 parent 8bd8812 commit 3f9166d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llava/eval/video/eval_video_qa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def parse_args():
1414
parser.add_argument("--output_dir", default=r'', help="The path to save annotation json files.")
1515
parser.add_argument("--output_json", default=r'', help="The path to save annotation final combined json file.")
1616
parser.add_argument("--num_tasks", default=1, type=int, help="Number of splits.")
17-
parser.add_argument("--gpt_model", default="gpt-4-0125-preview", help="The path to save annotation final combined json file.")
17+
parser.add_argument("--gpt_model", default="gpt-3.5-turbo", help="The path to save annotation final combined json file.")
1818
args = parser.parse_args()
1919
return args
2020

0 commit comments

Comments
 (0)