Training in progress, step 500
Browse files- README.md +4 -4
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -27,17 +27,17 @@ 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.
|
34 |
|
35 |
### Framework versions
|
36 |
|
37 |
-
- TRL: 0.
|
38 |
-
- Transformers: 4.
|
39 |
- Pytorch: 2.7.0
|
40 |
-
- Datasets:
|
41 |
- Tokenizers: 0.21.1
|
42 |
|
43 |
## Citations
|
|
|
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/k0vh3cdq)
|
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.7.0
|
40 |
+
- Datasets: 4.0.0
|
41 |
- Tokenizers: 0.21.1
|
42 |
|
43 |
## Citations
|
adapter_config.json
CHANGED
@@ -25,12 +25,12 @@
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"o_proj",
|
28 |
-
"
|
29 |
-
"k_proj",
|
30 |
"down_proj",
|
|
|
31 |
"v_proj",
|
32 |
-
"
|
33 |
-
"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"o_proj",
|
28 |
+
"up_proj",
|
|
|
29 |
"down_proj",
|
30 |
+
"q_proj",
|
31 |
"v_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"k_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:33a8df3f9d8be3ba76ad795755d3f3371eb1092f7b1203690bc8ea2dad3813d2
|
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:44ad372e81616bf33c0739d1d771f02e74f558d9e3f38fca2ddc89fe06e97e69
|
3 |
+
size 6545
|