rumbling-dove-874 / adapter_config.json
ElMad's picture
stackoverflow_tag_classification/initial_run/deberta-v3-xsmall/rumbling-dove-874
430f934 verified
raw
history blame contribute delete
819 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"base_model_class": "DebertaV2ForSequenceClassification",
"parent_library": "transformers.models.deberta_v2.modeling_deberta_v2"
},
"base_model_name_or_path": "microsoft/deberta-v3-xsmall",
"bias": "none",
"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": 15,
"lora_dropout": 0,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 6,
"rank_pattern": {},
"revision": null,
"target_modules": [
"query_proj",
"value_proj"
],
"task_type": null,
"use_dora": false,
"use_rslora": false
}