Louis GERARD commited on
Training in progress, epoch 1
Browse files- README.md +1 -1
- adapter_config.json +7 -7
- 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/alternis-universit-de-gen-ve/gemma-text-to-sql/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/alternis-universit-de-gen-ve/gemma-text-to-sql/runs/sz2f97ia)
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
|
@@ -25,16 +25,16 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"
|
| 29 |
"k_proj",
|
| 30 |
-
"v_proj",
|
| 31 |
-
"q_proj",
|
| 32 |
"gate_proj",
|
| 33 |
-
"
|
| 34 |
-
"o_proj",
|
| 35 |
-
"down_proj",
|
| 36 |
"fc2",
|
| 37 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
],
|
| 39 |
"task_type": "CAUSAL_LM",
|
| 40 |
"trainable_token_indices": null,
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"up_proj",
|
| 29 |
"k_proj",
|
|
|
|
|
|
|
| 30 |
"gate_proj",
|
| 31 |
+
"fc1",
|
|
|
|
|
|
|
| 32 |
"fc2",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
+
"down_proj",
|
| 36 |
+
"out_proj",
|
| 37 |
+
"o_proj"
|
| 38 |
],
|
| 39 |
"task_type": "CAUSAL_LM",
|
| 40 |
"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 154116312
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e083911bd9e32e88dbcdfc8424b412fa569b38dae9382319e9703634dd95661e
|
| 3 |
size 154116312
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6225
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5db43c457f4b7e89e491ccd9ea69a9ff119cf1343bdf736656c755346fcaad57
|
| 3 |
size 6225
|