Training in progress, step 20
Browse files- README.md +2 -2
- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
|
|
4 |
model_name: medgemma-4b-it-sft-lora-be
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
-
- trl
|
8 |
- sft
|
|
|
9 |
licence: license
|
10 |
---
|
11 |
|
@@ -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.
|
|
|
4 |
model_name: medgemma-4b-it-sft-lora-be
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- sft
|
8 |
+
- trl
|
9 |
licence: license
|
10 |
---
|
11 |
|
|
|
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/tnqd3ddd)
|
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 |
-
"o_proj",
|
32 |
-
"k_proj",
|
33 |
-
"gate_proj",
|
34 |
"fc1",
|
|
|
|
|
|
|
35 |
"q_proj",
|
36 |
-
"
|
37 |
"up_proj",
|
38 |
"down_proj",
|
39 |
-
"
|
40 |
-
"
|
41 |
],
|
42 |
"task_type": "CAUSAL_LM",
|
43 |
"trainable_token_indices": null,
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
|
|
|
|
31 |
"fc1",
|
32 |
+
"o_proj",
|
33 |
+
"fc2",
|
34 |
+
"out_proj",
|
35 |
"q_proj",
|
36 |
+
"gate_proj",
|
37 |
"up_proj",
|
38 |
"down_proj",
|
39 |
+
"v_proj",
|
40 |
+
"k_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:cdda4478dbd5bd2e9d6fd020c8f89c04cf43e9c7cb839ca8e27ec76a4814e478
|
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 5816
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:652c8ce42c66ba23561de837fae1da08a712795400ecc170511dcf7fa6b44940
|
3 |
size 5816
|