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