DavidLanz commited on
Commit
e51a4f2
·
verified ·
1 Parent(s): 4ea207d

Upload folder using huggingface_hub

Browse files
adapter_config.json CHANGED
@@ -29,13 +29,13 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
32
  "down_proj",
33
  "up_proj",
34
- "o_proj",
35
- "k_proj",
36
  "q_proj",
37
- "v_proj",
38
- "gate_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "k_proj",
33
+ "gate_proj",
34
  "down_proj",
35
  "up_proj",
 
 
36
  "q_proj",
37
+ "o_proj",
38
+ "v_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:275de8f926a5e6f77aff66904a6eeaa80443f012b76edf4c8dda88f2b6c49088
3
  size 97307544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c52d3b2c2a30d6b814ad088a0b74cfbb512b31d0b95f05379b7ea0b62a94092
3
  size 97307544
tokenizer_config.json CHANGED
@@ -2060,7 +2060,7 @@
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
- "padding_side": "right",
2064
  "tokenizer_class": "PreTrainedTokenizerFast",
2065
  "unk_token": null
2066
  }
 
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
+ "padding_side": "left",
2064
  "tokenizer_class": "PreTrainedTokenizerFast",
2065
  "unk_token": null
2066
  }