Training in progress, step 100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
|
|
|
| 27 |
"gate_proj",
|
| 28 |
-
"q_proj",
|
| 29 |
"up_proj",
|
| 30 |
-
"k_proj",
|
| 31 |
"down_proj",
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
+
"o_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
"gate_proj",
|
|
|
|
| 30 |
"up_proj",
|
|
|
|
| 31 |
"down_proj",
|
| 32 |
+
"k_proj",
|
| 33 |
+
"q_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 80792456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf32b897ea0ba556a89f9398d0edbbfbae69b1fc202649edcc073bd67b9ca202
|
| 3 |
size 80792456
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2384234968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83936892210c3f2bb5d1c76118aa98f6c70c255f9c72f434924b1450a905a558
|
| 3 |
size 2384234968
|
tokenizer_config.json
CHANGED
|
@@ -234,7 +234,7 @@
|
|
| 234 |
"extra_special_tokens": {},
|
| 235 |
"model_max_length": 40960,
|
| 236 |
"pad_token": "<|vision_pad|>",
|
| 237 |
-
"padding_side": "
|
| 238 |
"split_special_tokens": false,
|
| 239 |
"tokenizer_class": "Qwen2Tokenizer",
|
| 240 |
"unk_token": null
|
|
|
|
| 234 |
"extra_special_tokens": {},
|
| 235 |
"model_max_length": 40960,
|
| 236 |
"pad_token": "<|vision_pad|>",
|
| 237 |
+
"padding_side": "right",
|
| 238 |
"split_special_tokens": false,
|
| 239 |
"tokenizer_class": "Qwen2Tokenizer",
|
| 240 |
"unk_token": null
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6033
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ce6a3418c773b192fd1114af456cf84ff6391b2acc464222f51e5728ba7bccb
|
| 3 |
size 6033
|