MCPcopy Create free account
hub / github.com/Depth2World/VLADBench / save_json_data

Function save_json_data

evaluate_utils.py:98–100  ·  view source on GitHub ↗
(path,data)

Source from the content-addressed store, hash-verified

96 return task_data
97
98def save_json_data(path,data):
99 with open(path,'w',encoding='utf-8') as json_f:
100 json.dump(data,json_f,ensure_ascii=False,indent=4)
101
102def Geneal_criterion_QA(third_task_data,MODEL=None):
103 ques_total_num = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected