legacy107 commited on
Commit
c59eaac
·
1 Parent(s): 6a48e74

Upload model

Browse files
Files changed (2) hide show
  1. README.md +7 -0
  2. adapter_config.json +2 -2
README.md CHANGED
@@ -212,4 +212,11 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
212
  ### Framework versions
213
 
214
 
 
 
 
 
 
 
 
215
  - PEFT 0.6.0
 
212
  ### Framework versions
213
 
214
 
215
+ - PEFT 0.6.0
216
+ ## Training procedure
217
+
218
+
219
+ ### Framework versions
220
+
221
+
222
  - PEFT 0.6.0
adapter_config.json CHANGED
@@ -11,9 +11,9 @@
11
  "peft_type": "IA3",
12
  "revision": null,
13
  "target_modules": [
 
14
  "v",
15
- "q",
16
- "wo"
17
  ],
18
  "task_type": "SEQ_2_SEQ_LM"
19
  }
 
11
  "peft_type": "IA3",
12
  "revision": null,
13
  "target_modules": [
14
+ "wo",
15
  "v",
16
+ "q"
 
17
  ],
18
  "task_type": "SEQ_2_SEQ_LM"
19
  }