Louisnguyen
commited on
Commit
•
002a99c
1
Parent(s):
b2a3058
Training in progress, step 500
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- runs/Jul25_17-58-58_ip-10-192-12-50/events.out.tfevents.1721930340.ip-10-192-12-50.2796.0 +3 -0
- runs/Jul25_18-04-54_ip-10-192-12-50/events.out.tfevents.1721930695.ip-10-192-12-50.4933.0 +3 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,11 +24,11 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"down_proj",
|
27 |
-
"gate_proj",
|
28 |
"fc2up_proj",
|
29 |
-
"q_proj",
|
30 |
"k_proj",
|
31 |
-
"v_projfc1"
|
|
|
|
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"down_proj",
|
|
|
27 |
"fc2up_proj",
|
|
|
28 |
"k_proj",
|
29 |
+
"v_projfc1",
|
30 |
+
"q_proj",
|
31 |
+
"gate_proj"
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"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 406901688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb7d258bc2903637be93272bdbfc96337a178ec5445816ee221e9d50b358d86b
|
3 |
size 406901688
|
runs/Jul25_17-58-58_ip-10-192-12-50/events.out.tfevents.1721930340.ip-10-192-12-50.2796.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60ace42f03d4d2e07dfbbcd25fcec53ead6860f7e87835e961edb9c7ac06497e
|
3 |
+
size 6286
|
runs/Jul25_18-04-54_ip-10-192-12-50/events.out.tfevents.1721930695.ip-10-192-12-50.4933.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f2692ee6e6c48c5c33dcaf3fadf684d3a763722d9bb61e0fbba5e1010a6451a
|
3 |
+
size 10279
|
tokenizer_config.json
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
}
|
46 |
},
|
47 |
"bos_token": "<s>",
|
48 |
-
"chat_template": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.{% for message in messages %}{% if message['role'] == 'user' %}
|
49 |
"clean_up_tokenization_spaces": false,
|
50 |
"eos_token": "</s>",
|
51 |
"legacy": false,
|
|
|
45 |
}
|
46 |
},
|
47 |
"bos_token": "<s>",
|
48 |
+
"chat_template": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.{% for message in messages %}{% if message['role'] == 'user' %} \nUSER: {% else %} \nASSISTANT: {% endif %}{% for item in message['content'] %}{% if item['type'] == 'text' %}{{ item['text'] }}{% elif item['type'] == 'image' %}<image> {% endif %}{% endfor %}{% if message['role'] == 'user' %}{% else %}{{eos_token}}{% endif %}{% endfor %}",
|
49 |
"clean_up_tokenization_spaces": false,
|
50 |
"eos_token": "</s>",
|
51 |
"legacy": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29151e2a2ef5a8221f2549bc49985affbe40078e649728c4a101d86e10c5eb5f
|
3 |
size 5496
|