gibberish-detection / adapter_config.json
sunnysingh1011's picture
Add LoRA fine-tuned weights for Gibberish detection in english senetences.
4412bb9 verified
raw
history blame contribute delete
758 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "distilbert-base-uncased",
"bias": "none",
"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": 1,
"lora_bias": false,
"lora_dropout": 0.1,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": [
"classifier",
"score"
],
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"k_lin",
"v_lin",
"q_lin"
],
"task_type": "SEQ_CLS",
"use_dora": false,
"use_rslora": false
}