UniME-R1-4B / embedder /adapter_config.json
JunWangSpace's picture
Upload folder using huggingface_hub
5037165 verified
Raw
History Blame Contribute Delete
1.14 kB
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "Qwen3VLForConditionalGeneration",
"parent_library": "src.model.vlm_backbone.qwen3_vl.modeling_qwen3_vl"
},
"base_model_name_or_path": "/Glint-ME/model_weight/Qwen3-VL-4B-Instruct_modified",
"bias": "none",
"corda_config": null,
"eva_config": null,
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": "gaussian",
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 64,
"lora_bias": false,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"embed_tokens"
],
"peft_type": "LORA",
"qalora_group_size": 16,
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"down_proj",
"qkv_proj",
"v_proj",
"q_proj",
"o_proj",
"gate_up_proj",
"k_proj",
"out_proj"
],
"target_parameters": null,
"task_type": null,
"trainable_token_indices": null,
"use_dora": true,
"use_qalora": false,
"use_rslora": false
}