Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "google/gemma-3-
|
5 |
"bias": "none",
|
6 |
"eva_config": null,
|
7 |
"exclude_modules": null,
|
@@ -26,13 +26,17 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"gate_proj",
|
30 |
"down_proj",
|
31 |
-
"k_proj",
|
32 |
-
"v_proj",
|
33 |
"q_proj",
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
"o_proj",
|
35 |
-
"
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/gemma-3-4b-pt",
|
5 |
"bias": "none",
|
6 |
"eva_config": null,
|
7 |
"exclude_modules": null,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
29 |
"down_proj",
|
|
|
|
|
30 |
"q_proj",
|
31 |
+
"fc1",
|
32 |
+
"v_proj",
|
33 |
+
"fc2",
|
34 |
+
"out_proj",
|
35 |
+
"gate_proj",
|
36 |
+
"up_proj",
|
37 |
"o_proj",
|
38 |
+
"lm_head",
|
39 |
+
"k_proj"
|
40 |
],
|
41 |
"task_type": "CAUSAL_LM",
|
42 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fbe8decdc983399bff0aca412b34486a267a27a7448f24913769e0f5e5642d2
|
3 |
+
size 2839124552
|
runs/Apr06_21-57-42_188c1ef0fac5/events.out.tfevents.1743976677.188c1ef0fac5.1238.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21eeb2819da0465628fd1d5f226d86b5cc9be17920aee3a30c9a6ad58ddd0f0f
|
3 |
+
size 4184
|
tokenizer_config.json
CHANGED
@@ -51325,7 +51325,7 @@
|
|
51325 |
},
|
51326 |
"boi_token": "<start_of_image>",
|
51327 |
"bos_token": "<bos>",
|
51328 |
-
"chat_template": "
|
51329 |
"clean_up_tokenization_spaces": false,
|
51330 |
"eoi_token": "<end_of_image>",
|
51331 |
"eos_token": "<eos>",
|
|
|
51325 |
},
|
51326 |
"boi_token": "<start_of_image>",
|
51327 |
"bos_token": "<bos>",
|
51328 |
+
"chat_template": "",
|
51329 |
"clean_up_tokenization_spaces": false,
|
51330 |
"eoi_token": "<end_of_image>",
|
51331 |
"eos_token": "<eos>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5624
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bb71ef10551c52434f375778e9e2b2f501d058a6fbb1a12884cca4412b944d0
|
3 |
size 5624
|