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