Training in progress, step 20
Browse files- .gitattributes +1 -0
- 3gb_file.dat +3 -0
- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ blobs/92ecfe1a2414458b4821ac8c13cf8cb70aed66b5eea8dc5ad9eeb4ff309d6d7b filter=lf
|
|
| 40 |
blobs/ab33d910f405204e5d388bc3521503584800461dc96808e287821dd451c1edac filter=lfs diff=lfs merge=lfs -text
|
| 41 |
blobs/fc1cdddd6bfa91128d6e94ee73d0ce62bfcdb7af29e978ddcab30c66ae9ea7fa filter=lfs diff=lfs merge=lfs -text
|
| 42 |
10gb_file filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 40 |
blobs/ab33d910f405204e5d388bc3521503584800461dc96808e287821dd451c1edac filter=lfs diff=lfs merge=lfs -text
|
| 41 |
blobs/fc1cdddd6bfa91128d6e94ee73d0ce62bfcdb7af29e978ddcab30c66ae9ea7fa filter=lfs diff=lfs merge=lfs -text
|
| 42 |
10gb_file filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
3gb_file.dat filter=lfs diff=lfs merge=lfs -text
|
3gb_file.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:305b66a59d15b252092fbda9d09711230c429f351897cbd430e7b55a35fd3b97
|
| 3 |
+
size 3221225472
|
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 |
"corda_config": null,
|
| 7 |
"eva_config": null,
|
|
@@ -24,13 +24,13 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"gate_proj",
|
| 28 |
"k_proj",
|
| 29 |
-
"
|
| 30 |
-
"q_proj",
|
| 31 |
-
"up_proj",
|
| 32 |
"o_proj",
|
| 33 |
-
"
|
|
|
|
|
|
|
|
|
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
| 36 |
"trainable_token_indices": null,
|
|
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "google/gemma-3-12b-it",
|
| 5 |
"bias": "none",
|
| 6 |
"corda_config": null,
|
| 7 |
"eva_config": null,
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
| 27 |
"k_proj",
|
| 28 |
+
"gate_proj",
|
|
|
|
|
|
|
| 29 |
"o_proj",
|
| 30 |
+
"up_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"v_proj",
|
| 33 |
+
"down_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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01b3a4e877bcb19b715fd3f1d4e585df71f43b5c4fc7215e4f96af1325a84bc5
|
| 3 |
+
size 65559952
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6904
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a66f4fbd00f38938ea400e6f0a235a237700bcfc410525497f47de295ae2752c
|
| 3 |
size 6904
|