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 |
-
"q_proj",
|
| 30 |
-
"o_proj",
|
| 31 |
-
"up_proj",
|
| 32 |
-
"k_proj",
|
| 33 |
"down_proj",
|
|
|
|
| 34 |
"v_proj",
|
| 35 |
-
"
|
|
|
|
|
|
|
|
|
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
| 38 |
"use_dora": false,
|
|
|
|
| 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 |
+
"k_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:098384f875c149717ca0a83f3931091013a1840305ea0adecd331480b6881011
|
| 3 |
size 2468152240
|
runs/May22_17-51-18_2d9be3bdb97f/events.out.tfevents.1747936300.2d9be3bdb97f.262.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cb9fd97ec93fb27dc7c19bfe7a93f7f44ae4853428db1cf0c7c88bb6705734c
|
| 3 |
+
size 34852
|
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:218a7bc837882fa3fc11f53ba28e93dd3487431fe6fc5557cffcd6cb0d2d1e08
|
| 3 |
size 5624
|