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