update
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- tokenizer_config.json +2 -1
adapter_config.json
CHANGED
|
@@ -10,19 +10,19 @@
|
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
-
"lora_alpha":
|
| 14 |
-
"lora_dropout": 0.
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
| 19 |
-
"r":
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"gate_up_proj",
|
| 24 |
-
"qkv_proj",
|
| 25 |
"down_proj",
|
|
|
|
| 26 |
"o_proj"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 28,
|
| 14 |
+
"lora_dropout": 0.07338748262727057,
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
| 19 |
+
"r": 28,
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"gate_up_proj",
|
|
|
|
| 24 |
"down_proj",
|
| 25 |
+
"qkv_proj",
|
| 26 |
"o_proj"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b39940aafc730d7004f9e230569ea571f579bcc9d929e497db8f13d5f711935e
|
| 3 |
+
size 176195440
|
tokenizer_config.json
CHANGED
|
@@ -123,8 +123,9 @@
|
|
| 123 |
"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 %}",
|
| 124 |
"clean_up_tokenization_spaces": false,
|
| 125 |
"eos_token": "<|endoftext|>",
|
|
|
|
| 126 |
"legacy": false,
|
| 127 |
-
"model_max_length":
|
| 128 |
"pad_token": "<|endoftext|>",
|
| 129 |
"padding_side": "right",
|
| 130 |
"sp_model_kwargs": {},
|
|
|
|
| 123 |
"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 %}",
|
| 124 |
"clean_up_tokenization_spaces": false,
|
| 125 |
"eos_token": "<|endoftext|>",
|
| 126 |
+
"extra_special_tokens": {},
|
| 127 |
"legacy": false,
|
| 128 |
+
"model_max_length": 4096,
|
| 129 |
"pad_token": "<|endoftext|>",
|
| 130 |
"padding_side": "right",
|
| 131 |
"sp_model_kwargs": {},
|