gemma-2-27b-it_32
Browse files- README.md +2 -2
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -28,7 +28,7 @@ print(output["generated_text"])
|
|
28 |
|
29 |
## Training procedure
|
30 |
|
31 |
-
[<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/radchenko-pn-ukrainian-catholic-university/NER_SFT/runs/
|
32 |
|
33 |
|
34 |
This model was trained with SFT.
|
@@ -38,7 +38,7 @@ This model was trained with SFT.
|
|
38 |
- TRL: 0.14.0
|
39 |
- Transformers: 4.47.1
|
40 |
- Pytorch: 2.5.1+cu121
|
41 |
-
- Datasets: 3.2
|
42 |
- Tokenizers: 0.21.0
|
43 |
|
44 |
## Citations
|
|
|
28 |
|
29 |
## Training procedure
|
30 |
|
31 |
+
[<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/radchenko-pn-ukrainian-catholic-university/NER_SFT/runs/kzk26equ)
|
32 |
|
33 |
|
34 |
This model was trained with SFT.
|
|
|
38 |
- TRL: 0.14.0
|
39 |
- Transformers: 4.47.1
|
40 |
- Pytorch: 2.5.1+cu121
|
41 |
+
- Datasets: 3.3.2
|
42 |
- Tokenizers: 0.21.0
|
43 |
|
44 |
## Citations
|
adapter_config.json
CHANGED
@@ -23,12 +23,12 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
"up_proj",
|
|
|
28 |
"o_proj",
|
29 |
-
"v_proj",
|
30 |
"gate_proj",
|
31 |
-
"
|
32 |
"k_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"v_proj",
|
27 |
"up_proj",
|
28 |
+
"down_proj",
|
29 |
"o_proj",
|
|
|
30 |
"gate_proj",
|
31 |
+
"q_proj",
|
32 |
"k_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 913527872
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c675c118009525d7780271ace09d322f3668cf00a37d140a66630a06a302e044
|
3 |
size 913527872
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5624
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5320d45e85fe27a78b108b88d693380082b3cc83bb5abe8d9b80205c06ed7bbc
|
3 |
size 5624
|