Qwen2.5-14B-Instruct_16
Browse files- README.md +3 -3
- adapter_config.json +2 -2
- 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.
|
@@ -37,8 +37,8 @@ This model was trained with SFT.
|
|
37 |
|
38 |
- TRL: 0.14.0
|
39 |
- Transformers: 4.47.1
|
40 |
-
- Pytorch: 2.5.1+
|
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/xd6oo3po)
|
32 |
|
33 |
|
34 |
This model was trained with SFT.
|
|
|
37 |
|
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
@@ -26,10 +26,10 @@
|
|
26 |
"gate_proj",
|
27 |
"q_proj",
|
28 |
"k_proj",
|
29 |
-
"v_proj",
|
30 |
"up_proj",
|
|
|
31 |
"o_proj",
|
32 |
-
"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
26 |
"gate_proj",
|
27 |
"q_proj",
|
28 |
"k_proj",
|
|
|
29 |
"up_proj",
|
30 |
+
"down_proj",
|
31 |
"o_proj",
|
32 |
+
"v_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 275341720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6106c60e26acaf9387ee0c7d14d1ff2867a9d6b0c0bec4ca6565dcdeec6f1b48
|
3 |
size 275341720
|
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:1bd556daaf4a04a9c7527b93d0f1862f723f686bdee0b8d847b740833eb44498
|
3 |
size 5624
|