PEFT
Safetensors
andyjjrt commited on
Commit
5d2caa2
1 Parent(s): 09b506e

Upload 6 files

Browse files
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "out_proj",
24
  "qkv_proj",
25
- "proj_2",
26
- "proj_1"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "proj_1",
24
  "qkv_proj",
25
+ "out_proj",
26
+ "proj_2"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c75984b0125d137609fb12ab424dfbdb7c60ec3bfd35b312425e5b943ab71d21
3
- size 16786408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55343c9a5beabfcfa5d5fa8e4976774173af4f044b7901500b84fb84bd93410f
3
+ size 33555376
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {