Instructions to use champ7/gemma-text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use champ7/gemma-text-to-sql with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("champ7/gemma-text-to-sql", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
adapter_config.json
CHANGED
|
@@ -33,16 +33,16 @@
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
-
"o_proj",
|
| 37 |
-
"up_proj",
|
| 38 |
-
"gate_proj",
|
| 39 |
-
"fc1",
|
| 40 |
-
"fc2",
|
| 41 |
-
"q_proj",
|
| 42 |
"k_proj",
|
|
|
|
| 43 |
"down_proj",
|
|
|
|
|
|
|
| 44 |
"v_proj",
|
| 45 |
-
"
|
|
|
|
|
|
|
|
|
|
| 46 |
],
|
| 47 |
"target_parameters": null,
|
| 48 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
"k_proj",
|
| 37 |
+
"fc2",
|
| 38 |
"down_proj",
|
| 39 |
+
"gate_proj",
|
| 40 |
+
"out_proj",
|
| 41 |
"v_proj",
|
| 42 |
+
"up_proj",
|
| 43 |
+
"o_proj",
|
| 44 |
+
"q_proj",
|
| 45 |
+
"fc1"
|
| 46 |
],
|
| 47 |
"target_parameters": null,
|
| 48 |
"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 2762134176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83974c8ead4a70e0fc13bb5dad1c0890a4ac0867a55d1f79d02e1feb6292d74b
|
| 3 |
size 2762134176
|
runs/Apr15_06-30-41_c7c13e1df0c6/events.out.tfevents.1776234641.c7c13e1df0c6.899.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd186d547682ab118f024c0c416d55e4f18e4a45def46bae6444f5aa6058f2df
|
| 3 |
+
size 8329
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5713
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1bd59c5bff07b863f8a619c96f745f07479ea5e339576ffed393167a844d7bf
|
| 3 |
size 5713
|