sugam24 commited on
Commit
8843a85
·
1 Parent(s): 38af233

Updated adapter_config.json with required changes

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": null,
5
  "bias": "none",
6
  "eva_config": null,
7
  "exclude_modules": null,
@@ -28,4 +28,4 @@
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
30
  "use_rslora": false
31
- }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "gpt2",
5
  "bias": "none",
6
  "eva_config": null,
7
  "exclude_modules": null,
 
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
30
  "use_rslora": false
31
+ }