master
/ checkpoint_lora_v4.1 / adapter_config.json

adapter_config.json @master raw · history · blame

{
  "base_model_name_or_path": "IDEA-CCNL/Wenzhong-GPT2-110M",
  "bias": "all",
  "fan_in_fan_out": true,
  "inference_mode": true,
  "init_lora_weights": true,
  "lora_alpha": 16,
  "lora_dropout": 0.1,
  "modules_to_save": null,
  "peft_type": "LORA",
  "r": 32,
  "target_modules": [
    "c_attn"
  ],
  "task_type": "CAUSAL_LM"
}