10-Epochs / adapter_config.json
wijesooriya's picture
Upload folder using huggingface_hub
84bba25 verified
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "DepthAnythingForDepthEstimation",
"parent_library": "transformers.models.depth_anything.modeling_depth_anything"
},
"base_model_name_or_path": "depth-anything/Depth-Anything-V2-Small-hf",
"bias": "none",
"corda_config": null,
"eva_config": null,
"exclude_modules": null,
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layer_replication": null,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"lora_bias": false,
"lora_dropout": 0.01,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 100,
"rank_pattern": {},
"revision": null,
"target_modules": [
"neck.fusion_stage.layers.*.projection",
"backbone.encoder.layer.*.attention.attention.query",
"neck.convs.*",
"backbone.encoder.layer.*.mlp.fc2",
"backbone.encoder.layer.*.mlp.fc1",
"neck.fusion_stage.layers.*.residual_layer1.convolution1",
"head.conv2",
"neck.fusion_stage.layers.*.residual_layer2.convolution2",
"neck.fusion_stage.layers.*.residual_layer1.convolution2",
"backbone.encoder.layer.*.attention.output.dense",
"head.conv1",
"neck.reassemble_stage.layers.*.projection",
"neck.fusion_stage.layers.*.residual_layer2.convolution1",
"head.conv3",
"backbone.encoder.layer.*.attention.attention.key",
"backbone.encoder.layer.*.attention.attention.value"
],
"task_type": null,
"trainable_token_indices": null,
"use_dora": false,
"use_rslora": false
}