Training in progress, step 500
Browse files- README.md +2 -2
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
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://nn-red.wandb.io/cellular-foundation-model/PertRL/runs/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
@@ -36,7 +36,7 @@ This model was trained with SFT.
|
|
36 |
|
37 |
- TRL: 0.20.0
|
38 |
- Transformers: 4.54.1
|
39 |
-
- Pytorch: 2.7.
|
40 |
- Datasets: 4.0.0
|
41 |
- Tokenizers: 0.21.1
|
42 |
|
|
|
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://nn-red.wandb.io/cellular-foundation-model/PertRL/runs/ssbl9yis)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
|
|
36 |
|
37 |
- TRL: 0.20.0
|
38 |
- Transformers: 4.54.1
|
39 |
+
- Pytorch: 2.7.1
|
40 |
- Datasets: 4.0.0
|
41 |
- Tokenizers: 0.21.1
|
42 |
|
adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"o_proj",
|
28 |
"up_proj",
|
29 |
"down_proj",
|
30 |
-
"
|
31 |
"v_proj",
|
32 |
-
"
|
33 |
-
"
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
27 |
"up_proj",
|
28 |
"down_proj",
|
29 |
+
"k_proj",
|
30 |
"v_proj",
|
31 |
+
"o_proj",
|
32 |
+
"q_proj",
|
33 |
+
"gate_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 1073863208
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9649c7bba3982f6aae5efd3491000a4d67f1bcd2f68ab1709b7d4ad666267486
|
3 |
size 1073863208
|
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:288f8805edf9e304989d8f54a9f2d6adb2f8eabaab18e672d14067736f62d1e7
|
3 |
+
size 6609
|