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