Upload 9 files
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
"q_proj",
|
|
|
25 |
"fc_in",
|
26 |
-
"k_proj",
|
27 |
"out_proj",
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
"q_proj",
|
25 |
+
"fc_out",
|
26 |
"fc_in",
|
|
|
27 |
"out_proj",
|
28 |
+
"k_proj",
|
29 |
+
"wte"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4737656
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1eb82441d04fdc59074439d431988b0669b8a4c75c8491edea9da54adeb88d4
|
3 |
size 4737656
|
tokenizer_config.json
CHANGED
@@ -305,8 +305,12 @@
|
|
305 |
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
|
306 |
"clean_up_tokenization_spaces": true,
|
307 |
"eos_token": "<|endoftext|>",
|
|
|
308 |
"model_max_length": 4096,
|
309 |
"pad_token": "<|endoftext|>",
|
|
|
310 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
|
|
311 |
"unk_token": "<|endoftext|>"
|
312 |
}
|
|
|
305 |
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
|
306 |
"clean_up_tokenization_spaces": true,
|
307 |
"eos_token": "<|endoftext|>",
|
308 |
+
"max_length": 1024,
|
309 |
"model_max_length": 4096,
|
310 |
"pad_token": "<|endoftext|>",
|
311 |
+
"stride": 0,
|
312 |
"tokenizer_class": "GPT2Tokenizer",
|
313 |
+
"truncation_side": "right",
|
314 |
+
"truncation_strategy": "longest_first",
|
315 |
"unk_token": "<|endoftext|>"
|
316 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d6116ff4f501d22d1c5e47bfa595e75c41deee68b0d497b04aa43aefc6142f0
|
3 |
size 4984
|