Text Generation
Adapters
Safetensors
English
unsloth,
pytorch,
inference-endpoint,
sql-code-generation,
conversational
Instructions to use imsanjoykb/sqlCoder-Qwen2.5-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use imsanjoykb/sqlCoder-Qwen2.5-8bit with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("imsanjoykb/sqlCoder-Qwen2.5-8bit", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,12 +5,13 @@ language:
|
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
| 7 |
new_version: imsanjoykb/sqlCoder-Qwen2.5-8bit
|
| 8 |
-
pipeline_tag: text-
|
| 9 |
library_name: adapter-transformers
|
| 10 |
tags:
|
| 11 |
- unsloth,
|
| 12 |
- pytorch,
|
| 13 |
- inference-endpoint,
|
|
|
|
| 14 |
---
|
| 15 |
[🤗 HF Repo](https://huggingface.co/imsanjoykb/sqlCoder-Qwen2.5-8bit) | [♾️ Colab](https://colab.research.google.com/drive/19e-u32GY2y5lsckNuWhBQExvXgVn8ZjG?usp=sharing)
|
| 16 |
|
|
|
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen2.5-Coder-32B-Instruct
|
| 7 |
new_version: imsanjoykb/sqlCoder-Qwen2.5-8bit
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
library_name: adapter-transformers
|
| 10 |
tags:
|
| 11 |
- unsloth,
|
| 12 |
- pytorch,
|
| 13 |
- inference-endpoint,
|
| 14 |
+
- sql-code-generation,
|
| 15 |
---
|
| 16 |
[🤗 HF Repo](https://huggingface.co/imsanjoykb/sqlCoder-Qwen2.5-8bit) | [♾️ Colab](https://colab.research.google.com/drive/19e-u32GY2y5lsckNuWhBQExvXgVn8ZjG?usp=sharing)
|
| 17 |
|