Update mmkd_black_box_local.json
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"job_type": "mmkd_black_box_local",
|
"job_type": "mmkd_black_box_local",
|
||||||
"dataset": {
|
"dataset": {
|
||||||
"instruction_path": "/mnt/workspace/yyh/easydistill/test_data/mllm_demo_reformat.json",
|
"instruction_path": "data/mllm_demo.json",
|
||||||
"labeled_path": "/mnt/data/yyh/easydistill/test_data/mllm_demo_distill.json",
|
"labeled_path": "data/mllm_demo_distill.json",
|
||||||
"seed": 42
|
"seed": 42
|
||||||
},
|
},
|
||||||
"inference":{
|
"inference":{
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
"max_new_tokens": 512
|
"max_new_tokens": 512
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"teacher": "/mnt/data/yyh/models/Qwen2.5-VL-3B-Instruct",
|
"teacher": "Qwen/Qwen2.5-VL-3B-Instruct",
|
||||||
"student": "/mnt/data/yyh/models/Qwen2.5-VL-3B-Instruct"
|
"student": "Qwen/Qwen2.5-VL-72B-Instruct"
|
||||||
},
|
},
|
||||||
"training": {
|
"training": {
|
||||||
"output_dir": "./result/",
|
"output_dir": "./result/",
|
||||||
@@ -32,4 +32,4 @@
|
|||||||
"warmup_ratio": 0.1,
|
"warmup_ratio": 0.1,
|
||||||
"lr_scheduler_type": "cosine"
|
"lr_scheduler_type": "cosine"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user