aboutaleb commited on
Commit
c77f43e
·
verified ·
1 Parent(s): f6d513f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -5
  2. tokenizer_config.json +1 -1
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "up_proj",
25
  "o_proj",
26
  "gate_proj",
27
- "k_proj",
28
- "down_proj",
29
- "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
+ "v_proj",
25
  "o_proj",
26
  "gate_proj",
27
+ "up_proj",
28
+ "q_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
tokenizer_config.json CHANGED
@@ -2058,6 +2058,6 @@
2058
  ],
2059
  "model_max_length": 8192,
2060
  "pad_token": "<|reserved_special_token_250|>",
2061
- "padding_side": "right",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }
 
2058
  ],
2059
  "model_max_length": 8192,
2060
  "pad_token": "<|reserved_special_token_250|>",
2061
+ "padding_side": "left",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }