Training in progress, step 20
Browse files- README.md +1 -1
- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/wangyichen25-mayo-clinic/medgemma_finetune/runs/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/wangyichen25-mayo-clinic/medgemma_finetune/runs/ptk5c4pk)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
@@ -28,16 +28,16 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"fc1",
|
32 |
-
"up_proj",
|
33 |
"out_proj",
|
|
|
34 |
"v_proj",
|
|
|
35 |
"k_proj",
|
36 |
-
"fc2",
|
37 |
-
"o_proj",
|
38 |
"gate_proj",
|
39 |
-
"
|
40 |
-
"down_proj"
|
|
|
|
|
41 |
],
|
42 |
"task_type": "CAUSAL_LM",
|
43 |
"trainable_token_indices": null,
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
|
|
31 |
"out_proj",
|
32 |
+
"fc1",
|
33 |
"v_proj",
|
34 |
+
"q_proj",
|
35 |
"k_proj",
|
|
|
|
|
36 |
"gate_proj",
|
37 |
+
"fc2",
|
38 |
+
"down_proj",
|
39 |
+
"up_proj",
|
40 |
+
"o_proj"
|
41 |
],
|
42 |
"task_type": "CAUSAL_LM",
|
43 |
"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 2839126480
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19c45df154137122b53fc3630f074f7b3d4a757e310d0894a231b513757b5f57
|
3 |
size 2839126480
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fa3299c8cd6826c610bec43e932e8377d63e21789add24e4c875f4d75cb544d
|
3 |
size 5880
|