Instructions to use slang88/gemma-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slang88/gemma-sql with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("slang88/gemma-sql", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
|
@@ -26,13 +26,13 @@
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
-
"down_proj",
|
| 30 |
"gate_proj",
|
| 31 |
"v_proj",
|
| 32 |
"up_proj",
|
| 33 |
"o_proj",
|
|
|
|
| 34 |
"q_proj",
|
| 35 |
-
"
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"use_dora": false,
|
|
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
|
|
|
| 29 |
"gate_proj",
|
| 30 |
"v_proj",
|
| 31 |
"up_proj",
|
| 32 |
"o_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
"q_proj",
|
| 35 |
+
"down_proj"
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"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 2468152240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db890130949f30ff22a8e925b520cb9829660c9c25245656e4ef887a86d80576
|
| 3 |
size 2468152240
|
runs/May27_15-24-04_2ef15654233c/events.out.tfevents.1748359508.2ef15654233c.378.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9dc232ca221d1a023d92561ef5bd77cafd69483a55eed5e025ff2f25131f4c31
|
| 3 |
+
size 35127
|
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:2cd250aed73a5b7d5de3bc08fab8c91867f580fdf0b79309747b495f921184fe
|
| 3 |
size 5624
|