hannantoprak commited on
Commit
d17c06e
·
verified ·
1 Parent(s): 48f86a7

Upload adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "base_model_class": "PeftModelForCausalLM",
5
  "parent_library": "peft.peft_model"
6
  },
7
- "base_model_name_or_path": null,
8
  "bias": "none",
9
  "eva_config": null,
10
  "exclude_modules": null,
@@ -34,7 +34,7 @@
34
  "v_proj",
35
  "down_proj"
36
  ],
37
- "task_type": null,
38
  "use_dora": false,
39
  "use_rslora": false
40
  }
 
4
  "base_model_class": "PeftModelForCausalLM",
5
  "parent_library": "peft.peft_model"
6
  },
7
+ "base_model_name_or_path": "unsloth/Qwen2.5-3B",
8
  "bias": "none",
9
  "eva_config": null,
10
  "exclude_modules": null,
 
34
  "v_proj",
35
  "down_proj"
36
  ],
37
+ "task_type": "CAUSAL_LM",
38
  "use_dora": false,
39
  "use_rslora": false
40
  }