From 8a91cd363c569bbcd90bdeb71c3a897d39ea2f08 Mon Sep 17 00:00:00 2001 From: bug-orz Date: Thu, 24 Jul 2025 11:39:01 +0800 Subject: [PATCH] Update mmkd_black_box_local.json --- configs/mmkd_black_box_local.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/mmkd_black_box_local.json b/configs/mmkd_black_box_local.json index e8f26ac..dfc6ad9 100644 --- a/configs/mmkd_black_box_local.json +++ b/configs/mmkd_black_box_local.json @@ -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/", @@ -32,4 +32,4 @@ "warmup_ratio": 0.1, "lr_scheduler_type": "cosine" } - } \ No newline at end of file + }