Update mmkd_black_box_local.json

This commit is contained in:
bug-orz
2025-07-24 11:39:01 +08:00
committed by GitHub
parent d26eb99dd4
commit 8a91cd363c

View File

@@ -1,8 +1,8 @@
{
"job_type": "mmkd_black_box_local",
"dataset": {
"instruction_path": "/mnt/workspace/yyh/easydistill/test_data/mllm_demo_reformat.json",
"labeled_path": "/mnt/data/yyh/easydistill/test_data/mllm_demo_distill.json",
"instruction_path": "data/mllm_demo.json",
"labeled_path": "data/mllm_demo_distill.json",
"seed": 42
},
"inference":{
@@ -16,8 +16,8 @@
"max_new_tokens": 512
},
"models": {
"teacher": "/mnt/data/yyh/models/Qwen2.5-VL-3B-Instruct",
"student": "/mnt/data/yyh/models/Qwen2.5-VL-3B-Instruct"
"teacher": "Qwen/Qwen2.5-VL-3B-Instruct",
"student": "Qwen/Qwen2.5-VL-72B-Instruct"
},
"training": {
"output_dir": "./result/",