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 |
-
"
|
| 37 |
"fc2",
|
|
|
|
|
|
|
| 38 |
"fc1",
|
| 39 |
-
"
|
| 40 |
"q_proj",
|
|
|
|
| 41 |
"up_proj",
|
| 42 |
-
"o_proj"
|
| 43 |
-
"k_proj",
|
| 44 |
-
"v_proj",
|
| 45 |
-
"down_proj"
|
| 46 |
],
|
| 47 |
"target_parameters": null,
|
| 48 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
+
"out_proj",
|
| 37 |
"fc2",
|
| 38 |
+
"gate_proj",
|
| 39 |
+
"k_proj",
|
| 40 |
"fc1",
|
| 41 |
+
"v_proj",
|
| 42 |
"q_proj",
|
| 43 |
+
"down_proj",
|
| 44 |
"up_proj",
|
| 45 |
+
"o_proj"
|
|
|
|
|
|
|
|
|
|
| 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:207953466a49494aa729698cf056cdd9ca6d28671f0abb39d62b1fed13196f7f
|
| 3 |
size 2762134176
|
runs/Apr15_07-18-11_c7c13e1df0c6/events.out.tfevents.1776237491.c7c13e1df0c6.3140.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fd39a7c629faaaabbba1abb7ef6f7ce2154b9401729179bf8155d2ecd615074
|
| 3 |
+
size 8329
|