lfhe commited on
Commit
f2c4017
·
1 Parent(s): 4059fb9
adapter_config.json CHANGED
@@ -11,21 +11,21 @@
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
  "lora_alpha": 512,
14
- "lora_dropout": 0.0,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
- "r": 256,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "k_proj",
25
- "q_proj",
26
  "gate_proj",
27
  "up_proj",
 
28
  "down_proj",
 
 
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
  "lora_alpha": 512,
14
+ "lora_dropout": 0.1,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
+ "r": 128,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "gate_proj",
24
  "up_proj",
25
+ "v_proj",
26
  "down_proj",
27
+ "k_proj",
28
+ "q_proj",
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60a18267cfee34cb5d293b560b7bc952305da9fdf52c745114a19384b6b78552
3
- size 2583745128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d46cc1a5263321dc53bad5948019602f62d8168b8194137721d3082a340626
3
+ size 1291899160
tokenizer_config.json CHANGED
@@ -199,7 +199,7 @@
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
202
- "model_max_length": 131072,
203
  "pad_token": "<|endoftext|>",
204
  "padding_side": "right",
205
  "split_special_tokens": false,
 
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
202
+ "model_max_length": 8192,
203
  "pad_token": "<|endoftext|>",
204
  "padding_side": "right",
205
  "split_special_tokens": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84d4dc6dd7b6d540738b5f00cf8f126e521de7e38a97ceb1d7b8835681dd8c88
3
- size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca7479a9cc1e8c3c3d642379c3e5643af511d79157c8ec5e34e7c9d326caa97b
3
+ size 5560