Akchacha commited on
Commit
0d2dc4c
·
verified ·
1 Parent(s): 3ec2ea4

Upload folder using huggingface_hub

Browse files
adapter_config.json CHANGED
@@ -10,20 +10,20 @@
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
- "lora_alpha": 64,
14
  "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
- "r": 32,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "self_attn.q_proj",
24
  "self_attn.o_proj",
25
- "self_attn.v_proj",
26
- "self_attn.k_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 16,
14
  "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
+ "r": 8,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "self_attn.k_proj",
24
  "self_attn.o_proj",
25
+ "self_attn.q_proj",
26
+ "self_attn.v_proj"
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:c44bce0714b15b5bf5c9e1abaa8633bc3c982ec0649e9d820b5625e0c791e0c5
3
- size 25174424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d699a574d5e85e7b2698ebeaa778fd6535299896c0dc8886ed7941052c9d6860
3
+ size 6299896
tokenizer_config.json CHANGED
@@ -120,7 +120,6 @@
120
  "chat_template": "{% for message in messages %}{% if message['role'] == 'system' and message['content'] %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
121
  "clean_up_tokenization_spaces": false,
122
  "eos_token": "<|endoftext|>",
123
- "extra_special_tokens": {},
124
  "legacy": false,
125
  "model_max_length": 131072,
126
  "pad_token": "<|endoftext|>",
 
120
  "chat_template": "{% for message in messages %}{% if message['role'] == 'system' and message['content'] %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
121
  "clean_up_tokenization_spaces": false,
122
  "eos_token": "<|endoftext|>",
 
123
  "legacy": false,
124
  "model_max_length": 131072,
125
  "pad_token": "<|endoftext|>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f069990cb58e33e5f1df3572c5a24d49bf83562b7fc27b39391052c36b881ef
3
- size 5560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726cc957359f28734c6b4caca6698f22244b8491ae97a6477625458a7c8a48eb
3
+ size 5432