Louisnguyen
commited on
Training in progress, step 500
Browse files
adapter_config.json
CHANGED
@@ -24,11 +24,11 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"down_proj",
|
27 |
-
"
|
|
|
28 |
"fc2up_proj",
|
29 |
"v_projfc1",
|
30 |
-
"
|
31 |
-
"gate_proj"
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"down_proj",
|
27 |
+
"q_proj",
|
28 |
+
"gate_proj",
|
29 |
"fc2up_proj",
|
30 |
"v_projfc1",
|
31 |
+
"k_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:95f6f093e5577782c77e76923072514a2df6794ff51cc9848a511bcf939cf618
|
3 |
size 406901688
|
runs/Jul26_00-46-06_ANS-TOMAHAWK1/events.out.tfevents.1721918768.ANS-TOMAHAWK1.15480.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39eedba29d8a2c5710d5cc4ce8da1281c28aeb630282a961331fb79e3b6cfa07
|
3 |
+
size 27075
|
tokenizer_config.json
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
}
|
46 |
},
|
47 |
"bos_token": "<s>",
|
48 |
-
"chat_template": "
|
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' %} USER: {% else %} ASSISTANT: {% 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 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8a816c21ff54bcb97c2e96974e54e65a25a7435a4ddcaba21e4851f7d4b3ee
|
3 |
size 5432
|