cfa532 commited on
Commit
af90bb6
1 Parent(s): c01276b

Upload model

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. 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.7.1
 
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
  }