Upload model
Browse files- README.md +1 -0
- adapter_config.json +2 -2
README.md
CHANGED
@@ -201,4 +201,5 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
201 |
|
202 |
### Framework versions
|
203 |
|
|
|
204 |
- PEFT 0.8.1
|
|
|
201 |
|
202 |
### Framework versions
|
203 |
|
204 |
+
- PEFT 0.8.2
|
205 |
- PEFT 0.8.1
|
adapter_config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"q_proj",
|
23 |
+
"v_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
"use_rslora": false
|