MohamedAhmedAE
commited on
Commit
•
7ab246b
1
Parent(s):
e60abd8
Training in progress, step 89000
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"down_proj",
|
24 |
"up_proj",
|
25 |
-
"q_proj",
|
26 |
"k_proj",
|
27 |
"gate_proj",
|
|
|
|
|
28 |
"v_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"up_proj",
|
|
|
24 |
"k_proj",
|
25 |
"gate_proj",
|
26 |
+
"down_proj",
|
27 |
+
"o_proj",
|
28 |
"v_proj",
|
29 |
+
"q_proj"
|
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 5544997664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2ee07300c948ca8380d2ecb5004f6e4adef91aec7b21341f5eddcbf3281d438
|
3 |
size 5544997664
|
tokenizer_config.json
CHANGED
@@ -2072,7 +2072,6 @@
|
|
2072 |
"bos_token": "<|im_start|>",
|
2073 |
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
2074 |
"clean_up_tokenization_spaces": true,
|
2075 |
-
"device_map": "auto",
|
2076 |
"eos_token": "<|im_end|>",
|
2077 |
"max_length": 4096,
|
2078 |
"model_input_names": [
|
|
|
2072 |
"bos_token": "<|im_start|>",
|
2073 |
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
2074 |
"clean_up_tokenization_spaces": true,
|
|
|
2075 |
"eos_token": "<|im_end|>",
|
2076 |
"max_length": 4096,
|
2077 |
"model_input_names": [
|
training_args.bin
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:ccc6594b62fe53f0b1bfeab5cb36a3d9d52c3d027d521d24a54039f0b55f3bd6
|
3 |
+
size 5560
|