maximuslee07
commited on
Commit
•
4b69e2c
1
Parent(s):
e3a6277
Training in progress, epoch 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- added_tokens.json +2 -2
- runs/Mar14_20-33-21_AI-Server/events.out.tfevents.1710473606.AI-Server.716208.0 +3 -0
- runs/Mar14_20-37-17_AI-Server/events.out.tfevents.1710473860.AI-Server.716208.1 +3 -0
- runs/Mar14_20-39-39_AI-Server/events.out.tfevents.1710473984.AI-Server.731516.0 +3 -0
- runs/Mar14_20-41-18_AI-Server/events.out.tfevents.1710474083.AI-Server.735616.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
@@ -20,12 +20,12 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"q_proj",
|
23 |
-
"gate_proj",
|
24 |
-
"o_proj",
|
25 |
"down_proj",
|
|
|
26 |
"v_proj",
|
|
|
27 |
"up_proj",
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"q_proj",
|
|
|
|
|
23 |
"down_proj",
|
24 |
+
"o_proj",
|
25 |
"v_proj",
|
26 |
+
"k_proj",
|
27 |
"up_proj",
|
28 |
+
"gate_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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e84e6d6484fc3f5945931f5e5050263f671e71154c393564248ef9723acb028e
|
3 |
+
size 3607753496
|
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/Mar14_20-33-21_AI-Server/events.out.tfevents.1710473606.AI-Server.716208.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bd25d48577cb9ced501b19023af06791a4dc94d61736eedc8831fd4f73f15bf
|
3 |
+
size 5077
|
runs/Mar14_20-37-17_AI-Server/events.out.tfevents.1710473860.AI-Server.716208.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cd9a03a969278b3c1e36a3f1a00d984b9212d585ddb2714994549d203ec2dce
|
3 |
+
size 5077
|
runs/Mar14_20-39-39_AI-Server/events.out.tfevents.1710473984.AI-Server.731516.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06b086a87486e361c92026ab55f03b6b77d40f14b6fc841a4b6fd15c5ed20bba
|
3 |
+
size 5078
|
runs/Mar14_20-41-18_AI-Server/events.out.tfevents.1710474083.AI-Server.735616.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:797121a9e70d10e4aae692eeaf8035c1b8f2493a256396df275f4f6bb33ce511
|
3 |
+
size 5284
|
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:8f2a57834a3ce8731cbaf1490397a7f0fae9677e518b9bb290e764bbb4a82da8
|
3 |
+
size 4920
|