{
"dataset_param": {
"dataset_type": "huggingface",
"preprocess_parameters": {
"model_name_or_path": "/home/ci_resource/models/Qwen3-Omni-30B-A3B-Instruct",
"use_fast_tokenizer": true,
"split_special_tokens": false,
"use_audio_in_video": false,
"image_max_pixels": 262144,
"image_min_pixels": 1024,
"video_max_pixels": 16384,
"video_min_pixels": 256,
"video_fps": 2.0,
"video_maxlen": 128,
"audio_sampling_rate": 16000
},
"basic_parameters": {
"template": "qwen3_omni",
"dataset_dir": "./data",
"dataset": "/home/ci_resource/data/qwen2.5vl/mllm_format_llava_instruct_data.json",
"cache_dir": "./data/cache_dir",
"overwrite_cache": true,
"train_on_prompt": false,
"mask_history": false,
"preprocessing_batch_size": 1000,
"preprocessing_num_workers": 1,
"max_samples": 50,
"tool_format": null
},
"attr": {
"system": null,
"images": "images",
"videos": null,
"audios": null,
"messages": "messages",
"role_tag": "role",
"content_tag": "content",
"user_tag": "user",
"assistant_tag": "assistant",
"observation_tag": null,
"function_tag": null,
"system_tag": null
}
},
"dataloader_param": {
"dataloader_mode": "sampler",
"drop_last": true,
"sampler_type": "BaseRandomBatchSampler",
"collate_param": {
"model_name": "qwen2vl",
"ignore_pad_token_for_loss": true
},
"pin_memory": true,
"shuffle": false
}
}