Training in progress, step 40
Browse files- README.md +3 -3
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -27,15 +27,15 @@ 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/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
34 |
|
35 |
### Framework versions
|
36 |
|
37 |
-
- TRL: 0.
|
38 |
-
- Transformers: 4.54.
|
39 |
- Pytorch: 2.6.0+cu124
|
40 |
- Datasets: 4.0.0
|
41 |
- Tokenizers: 0.21.2
|
|
|
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_hyperkvasir/runs/bzimgz03)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
34 |
|
35 |
### Framework versions
|
36 |
|
37 |
+
- TRL: 0.20.0
|
38 |
+
- Transformers: 4.54.1
|
39 |
- Pytorch: 2.6.0+cu124
|
40 |
- Datasets: 4.0.0
|
41 |
- Tokenizers: 0.21.2
|
adapter_config.json
CHANGED
@@ -28,16 +28,16 @@
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
-
"fc1",
|
32 |
-
"fc2",
|
33 |
"o_proj",
|
|
|
34 |
"gate_proj",
|
35 |
"up_proj",
|
36 |
-
"
|
|
|
37 |
"down_proj",
|
|
|
38 |
"out_proj",
|
39 |
-
"
|
40 |
-
"v_proj"
|
41 |
],
|
42 |
"task_type": "CAUSAL_LM",
|
43 |
"trainable_token_indices": null,
|
|
|
28 |
"rank_pattern": {},
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
|
|
|
|
31 |
"o_proj",
|
32 |
+
"fc1",
|
33 |
"gate_proj",
|
34 |
"up_proj",
|
35 |
+
"q_proj",
|
36 |
+
"v_proj",
|
37 |
"down_proj",
|
38 |
+
"k_proj",
|
39 |
"out_proj",
|
40 |
+
"fc2"
|
|
|
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:68d4f36ae33bf0d0c1dfbfe3868814696fd1fc8c1249a531a05f726372f600aa
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a99c92db5718c8e3fa68a50a104ce7f740a033660d2ea251fbb6febbc7e4942
|
3 |
+
size 5816
|