v2.0
Browse files- README.md +1 -1
- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
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://wandb.ai/akhil-anilkumar-cubet-techno-labs/huggingface/runs/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
|
|
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/akhil-anilkumar-cubet-techno-labs/huggingface/runs/k8tpr5ev)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"loftq_config": {},
|
15 |
"lora_alpha": 8,
|
16 |
"lora_bias": false,
|
17 |
-
"lora_dropout": 0.
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": null,
|
@@ -23,14 +23,14 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"down_proj",
|
27 |
-
"lm_head",
|
28 |
"gate_proj",
|
29 |
-
"up_proj",
|
30 |
-
"v_proj",
|
31 |
"k_proj",
|
32 |
"q_proj",
|
33 |
-
"
|
|
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"use_dora": false,
|
|
|
14 |
"loftq_config": {},
|
15 |
"lora_alpha": 8,
|
16 |
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.1,
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": null,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"gate_proj",
|
|
|
|
|
27 |
"k_proj",
|
28 |
"q_proj",
|
29 |
+
"up_proj",
|
30 |
+
"v_proj",
|
31 |
+
"o_proj",
|
32 |
+
"lm_head",
|
33 |
+
"down_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"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 1077418040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad811d0325a6124e61b4563dcc186a14022210445f6c4cdb32a54d36cc8256fb
|
3 |
size 1077418040
|
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:6b26fc3d78095db8d63e4cb8ba579f78dc872e52837c50b1d70303a497c06383
|
3 |
size 5624
|