Training in progress, epoch 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- added_tokens.json +4 -0
- runs/May10_17-18-15_ggpu116/events.out.tfevents.1715354304.ggpu116.2269561.0 +3 -0
- special_tokens_map.json +2 -2
- tokenizer.json +2 -2
- tokenizer.model +3 -0
- tokenizer_config.json +4 -4
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"target_modules": [
|
22 |
"k_proj",
|
23 |
"gate_proj",
|
|
|
24 |
"down_proj",
|
25 |
-
"q_proj",
|
26 |
-
"v_proj",
|
27 |
"up_proj",
|
28 |
-
"
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
21 |
"target_modules": [
|
22 |
"k_proj",
|
23 |
"gate_proj",
|
24 |
+
"o_proj",
|
25 |
"down_proj",
|
|
|
|
|
26 |
"up_proj",
|
27 |
+
"q_proj",
|
28 |
+
"v_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1803907984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9387be7b93aa71ce17d735a6447c0407f587b365ba2ba6734cb67d23e3cc0abe
|
3 |
size 1803907984
|
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|im_end|>": 32017,
|
3 |
+
"<|im_start|>": 32016
|
4 |
+
}
|
runs/May10_17-18-15_ggpu116/events.out.tfevents.1715354304.ggpu116.2269561.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d335dc385ab5c95290c0aa170a9fd0994fd9b52878dcf670f008fc933bb29f7
|
3 |
+
size 6303
|
special_tokens_map.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
{
|
4 |
-
"content": "<|
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
8 |
"single_word": false
|
9 |
},
|
10 |
{
|
11 |
-
"content": "<|
|
12 |
"lstrip": false,
|
13 |
"normalized": false,
|
14 |
"rstrip": false,
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [
|
3 |
{
|
4 |
+
"content": "<|im_start|>",
|
5 |
"lstrip": false,
|
6 |
"normalized": false,
|
7 |
"rstrip": false,
|
8 |
"single_word": false
|
9 |
},
|
10 |
{
|
11 |
+
"content": "<|im_end|>",
|
12 |
"lstrip": false,
|
13 |
"normalized": false,
|
14 |
"rstrip": false,
|
tokenizer.json
CHANGED
@@ -68,7 +68,7 @@
|
|
68 |
},
|
69 |
{
|
70 |
"id": 32016,
|
71 |
-
"content": "<|
|
72 |
"single_word": false,
|
73 |
"lstrip": false,
|
74 |
"rstrip": false,
|
@@ -77,7 +77,7 @@
|
|
77 |
},
|
78 |
{
|
79 |
"id": 32017,
|
80 |
-
"content": "<|
|
81 |
"single_word": false,
|
82 |
"lstrip": false,
|
83 |
"rstrip": false,
|
|
|
68 |
},
|
69 |
{
|
70 |
"id": 32016,
|
71 |
+
"content": "<|im_start|>",
|
72 |
"single_word": false,
|
73 |
"lstrip": false,
|
74 |
"rstrip": false,
|
|
|
77 |
},
|
78 |
{
|
79 |
"id": 32017,
|
80 |
+
"content": "<|im_end|>",
|
81 |
"single_word": false,
|
82 |
"lstrip": false,
|
83 |
"rstrip": false,
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
|
3 |
+
size 500058
|
tokenizer_config.json
CHANGED
@@ -59,7 +59,7 @@
|
|
59 |
"special": true
|
60 |
},
|
61 |
"32016": {
|
62 |
-
"content": "<|
|
63 |
"lstrip": false,
|
64 |
"normalized": false,
|
65 |
"rstrip": false,
|
@@ -67,7 +67,7 @@
|
|
67 |
"special": true
|
68 |
},
|
69 |
"32017": {
|
70 |
-
"content": "<|
|
71 |
"lstrip": false,
|
72 |
"normalized": false,
|
73 |
"rstrip": false,
|
@@ -76,8 +76,8 @@
|
|
76 |
}
|
77 |
},
|
78 |
"additional_special_tokens": [
|
79 |
-
"<|
|
80 |
-
"<|
|
81 |
],
|
82 |
"bos_token": "<|im_start|>",
|
83 |
"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 %}",
|
|
|
59 |
"special": true
|
60 |
},
|
61 |
"32016": {
|
62 |
+
"content": "<|im_start|>",
|
63 |
"lstrip": false,
|
64 |
"normalized": false,
|
65 |
"rstrip": false,
|
|
|
67 |
"special": true
|
68 |
},
|
69 |
"32017": {
|
70 |
+
"content": "<|im_end|>",
|
71 |
"lstrip": false,
|
72 |
"normalized": false,
|
73 |
"rstrip": false,
|
|
|
76 |
}
|
77 |
},
|
78 |
"additional_special_tokens": [
|
79 |
+
"<|im_start|>",
|
80 |
+
"<|im_end|>"
|
81 |
],
|
82 |
"bos_token": "<|im_start|>",
|
83 |
"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 %}",
|
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:37a8c5479fdcad3d648d8ee7a78a876ddd50e5f59b2d2fb9b1b5dbbc7c711db8
|
3 |
+
size 4920
|