Training in progress, step 25
Browse files- README.md +1 -1
- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -29,7 +29,7 @@ print(output["generated_text"])
|
|
| 29 |
|
| 30 |
## Training procedure
|
| 31 |
|
| 32 |
-
[<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/srini98/mistral_hackathon/runs/
|
| 33 |
|
| 34 |
|
| 35 |
This model was trained with SFT.
|
|
|
|
| 29 |
|
| 30 |
## Training procedure
|
| 31 |
|
| 32 |
+
[<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/srini98/mistral_hackathon/runs/63dkp981)
|
| 33 |
|
| 34 |
|
| 35 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
|
@@ -33,14 +33,14 @@
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
-
"w3",
|
| 37 |
-
"out_proj",
|
| 38 |
-
"q_proj",
|
| 39 |
-
"w2",
|
| 40 |
-
"w1",
|
| 41 |
"in_proj",
|
|
|
|
|
|
|
| 42 |
"v_proj",
|
| 43 |
-
"
|
|
|
|
|
|
|
|
|
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"in_proj",
|
| 37 |
+
"w1",
|
| 38 |
+
"out_proj",
|
| 39 |
"v_proj",
|
| 40 |
+
"w3",
|
| 41 |
+
"k_proj",
|
| 42 |
+
"w2",
|
| 43 |
+
"q_proj"
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
| 46 |
"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 44457856
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bce814c4d7a538cb6537782e2cb5953e2fd28b83e4b4c1387f41aa8c83f71005
|
| 3 |
size 44457856
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6417
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e3358f4e01f8467bd3d953c854e864b71c5f76576d2e4808c3ede692a37fc2a
|
| 3 |
size 6417
|