MeoChrist commited on
Commit
63b1bab
·
1 Parent(s): 673ed7b

Upload /adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -16,10 +16,10 @@
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
- "dense_h_to_4h",
20
- "dense_4h_to_h",
21
  "query_key_value",
22
- "dense"
 
 
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
 
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
 
19
  "query_key_value",
20
+ "dense_h_to_4h",
21
+ "dense",
22
+ "dense_4h_to_h"
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }