Instructions to use lleticiasilvaa/StableCode-text2SQL-schemaReduzido with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lleticiasilvaa/StableCode-text2SQL-schemaReduzido with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lleticiasilvaa/StableCode-text2SQL-schemaReduzido", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 250, checkpoint
Browse files
checkpoint-250/adapter_config.json
CHANGED
|
@@ -24,12 +24,12 @@
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"up_proj",
|
| 27 |
-
"down_proj",
|
| 28 |
"v_proj",
|
| 29 |
"q_proj",
|
| 30 |
"k_proj",
|
|
|
|
| 31 |
"gate_proj",
|
| 32 |
-
"
|
| 33 |
],
|
| 34 |
"task_type": null,
|
| 35 |
"use_dora": false,
|
|
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"up_proj",
|
|
|
|
| 27 |
"v_proj",
|
| 28 |
"q_proj",
|
| 29 |
"k_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
"gate_proj",
|
| 32 |
+
"down_proj"
|
| 33 |
],
|
| 34 |
"task_type": null,
|
| 35 |
"use_dora": false,
|
checkpoint-250/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 400616360
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:424fe34e2eff3706533d8cf803ecc170ce6ae033df1f91fdbc222ac978a76c3e
|
| 3 |
size 400616360
|
checkpoint-250/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 203945236
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f20d63ce27206830c8cb81522ce0c398d26bb96373c25e08234d74f6018cbe6d
|
| 3 |
size 203945236
|
checkpoint-250/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14308
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51cc08418e322d2d5b4eec8c6fe4753c8de541b5877c5de90f297cf126c6971d
|
| 3 |
size 14308
|
checkpoint-250/scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf08db5cf832e66ff85068fec2fe95dd9459a1a97d5c1be76f3e9f92898f48a3
|
| 3 |
size 1064
|
checkpoint-250/trainer_state.json
CHANGED
|
@@ -10,17 +10,17 @@
|
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
"epoch": 0.2333994631812347,
|
| 13 |
-
"grad_norm":
|
| 14 |
-
"learning_rate": 8.
|
| 15 |
-
"loss": 0.
|
| 16 |
"step": 250
|
| 17 |
},
|
| 18 |
{
|
| 19 |
"epoch": 0.2333994631812347,
|
| 20 |
-
"eval_loss": 0.
|
| 21 |
-
"eval_runtime":
|
| 22 |
-
"eval_samples_per_second":
|
| 23 |
-
"eval_steps_per_second":
|
| 24 |
"step": 250
|
| 25 |
}
|
| 26 |
],
|
|
@@ -41,7 +41,7 @@
|
|
| 41 |
"attributes": {}
|
| 42 |
}
|
| 43 |
},
|
| 44 |
-
"total_flos":
|
| 45 |
"train_batch_size": 1,
|
| 46 |
"trial_name": null,
|
| 47 |
"trial_params": null
|
|
|
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
"epoch": 0.2333994631812347,
|
| 13 |
+
"grad_norm": 3.4083237648010254,
|
| 14 |
+
"learning_rate": 8.996514402527381e-05,
|
| 15 |
+
"loss": 0.2768,
|
| 16 |
"step": 250
|
| 17 |
},
|
| 18 |
{
|
| 19 |
"epoch": 0.2333994631812347,
|
| 20 |
+
"eval_loss": 0.15054132044315338,
|
| 21 |
+
"eval_runtime": 39.385,
|
| 22 |
+
"eval_samples_per_second": 2.209,
|
| 23 |
+
"eval_steps_per_second": 2.209,
|
| 24 |
"step": 250
|
| 25 |
}
|
| 26 |
],
|
|
|
|
| 41 |
"attributes": {}
|
| 42 |
}
|
| 43 |
},
|
| 44 |
+
"total_flos": 2.069533399612416e+16,
|
| 45 |
"train_batch_size": 1,
|
| 46 |
"trial_name": null,
|
| 47 |
"trial_params": null
|