Training in progress, step 10
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- special_tokens_map.json +1 -2
- tokenizer_config.json +1 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,11 +20,11 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"o_proj",
|
25 |
"k_proj",
|
|
|
26 |
"up_proj",
|
27 |
-
"
|
28 |
"down_proj",
|
29 |
"gate_proj"
|
30 |
],
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
|
|
24 |
"k_proj",
|
25 |
+
"v_proj",
|
26 |
"up_proj",
|
27 |
+
"o_proj",
|
28 |
"down_proj",
|
29 |
"gate_proj"
|
30 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 85998080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a28ad4c688197cb0f9190d5dcc9d5c5928d0c4a2fcbabac3ccea2b7f20f3f66f
|
3 |
size 85998080
|
special_tokens_map.json
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
-
"<|im_end|>"
|
4 |
-
"<|endoftext|>"
|
5 |
],
|
6 |
"bos_token": {
|
7 |
"content": "<s>",
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
+
"<|im_end|>"
|
|
|
4 |
],
|
5 |
"bos_token": {
|
6 |
"content": "<s>",
|
tokenizer_config.json
CHANGED
@@ -53,8 +53,7 @@
|
|
53 |
}
|
54 |
},
|
55 |
"additional_special_tokens": [
|
56 |
-
"<|im_end|>"
|
57 |
-
"<|endoftext|>"
|
58 |
],
|
59 |
"bos_token": "<s>",
|
60 |
"clean_up_tokenization_spaces": false,
|
|
|
53 |
}
|
54 |
},
|
55 |
"additional_special_tokens": [
|
56 |
+
"<|im_end|>"
|
|
|
57 |
],
|
58 |
"bos_token": "<s>",
|
59 |
"clean_up_tokenization_spaces": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c1c41e46d5fc9b139d61b892b36ee740c6384a439821d04259c0baa640f300b
|
3 |
size 4920
|