Training in progress, epoch 1
Browse files- adapter_config.json +7 -5
- adapter_model.safetensors +1 -1
- added_tokens.json +2 -2
- runs/Apr01_10-09-33_llm-genenerative-workbench-0/events.out.tfevents.1711966182.llm-genenerative-workbench-0.2564.0 +3 -0
- special_tokens_map.json +2 -2
- tokenizer.json +2 -2
- tokenizer_config.json +4 -4
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
@@ -19,14 +20,15 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
"gate_proj",
|
24 |
-
"
|
25 |
"k_proj",
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
|
|
31 |
"use_rslora": false
|
32 |
}
|
|
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
"gate_proj",
|
25 |
+
"up_proj",
|
26 |
"k_proj",
|
27 |
+
"v_proj",
|
28 |
+
"o_proj",
|
29 |
+
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
"use_rslora": false
|
34 |
}
|
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:b1d1dbca27827add15cfc340f354fa3407595832b0792ec34791c4189f0a8176
|
3 |
size 1803907984
|
added_tokens.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
-
"<|im_end|>":
|
3 |
-
"<|im_start|>":
|
4 |
}
|
|
|
1 |
{
|
2 |
+
"<|im_end|>": 32017,
|
3 |
+
"<|im_start|>": 32016
|
4 |
}
|
runs/Apr01_10-09-33_llm-genenerative-workbench-0/events.out.tfevents.1711966182.llm-genenerative-workbench-0.2564.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb8cd423af6fd7679907e477da970634bc64f87f945622de1499b844d5d0e993
|
3 |
+
size 6336
|
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_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:37c9f5943dd3b5c4f4f776b77e1c6b767a43139a80fed0c5e05ca30ce2c8fc14
|
3 |
+
size 4920
|