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
README.md
CHANGED
|
@@ -4,8 +4,8 @@ library_name: transformers
|
|
| 4 |
model_name: gemma-text-to-sql
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
-
- sft
|
| 8 |
- trl
|
|
|
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
|
|
|
| 4 |
model_name: gemma-text-to-sql
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- trl
|
| 8 |
+
- sft
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
adapter_config.json
CHANGED
|
@@ -33,16 +33,16 @@
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
"k_proj",
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
"gate_proj",
|
| 42 |
-
"v_proj",
|
| 43 |
-
"fc2",
|
| 44 |
"up_proj",
|
| 45 |
-
"
|
|
|
|
|
|
|
| 46 |
],
|
| 47 |
"target_parameters": null,
|
| 48 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
+
"fc2",
|
| 37 |
+
"v_proj",
|
| 38 |
"k_proj",
|
| 39 |
+
"o_proj",
|
| 40 |
+
"out_proj",
|
| 41 |
"gate_proj",
|
|
|
|
|
|
|
| 42 |
"up_proj",
|
| 43 |
+
"q_proj",
|
| 44 |
+
"down_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:1e7a09aac7628467cefed68f0451db0cbc40b83b02f1134659e09ade63efb68e
|
| 3 |
size 2762134176
|
runs/Apr15_07-52-17_c7c13e1df0c6/events.out.tfevents.1776239537.c7c13e1df0c6.4634.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52cab7f05e15f5dee7c13018b7e2586a2a001d88380a5bfe3f710873f93fd3ff
|
| 3 |
+
size 8329
|