imsanjoykb
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[🤗 HF Repo](https://huggingface.co/imsanjoykb/sqlCoder-Qwen2.5-8bit) | [♾️ Colab](https://colab.research.google.com/drive/19e-u32GY2y5lsckNuWhBQExvXgVn8ZjG?usp=sharing)
|
2 |
|
3 |
Introducing the latest fine-tuned version of Qwen2.5-Coder-14B-Instruct, specifically tailored for SQL code generation. Built on the robust 14-billion parameter Qwen2.5-Coder architecture, this model leverages advanced configurations like bfloat16 precision and a custom quantization setup, optimized for efficient 4-bit computation. With a maximum context window of 32K tokens, this model supports extensive SQL sequences and complex query generation without compromising accuracy or performance.
|
@@ -74,4 +88,4 @@ _ = model.generate(**inputs, streamer=text_streamer, max_new_tokens=350)
|
|
74 |
# Uploaded model
|
75 |
|
76 |
- **Developed by:** [Sanjoy Biswas](https://www.linkedin.com/in/imsanjoykb/)
|
77 |
-
- **License:** apache-2.0
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen2.5-Coder-32B-Instruct
|
7 |
+
new_version: imsanjoykb/sqlCoder-Qwen2.5-8bit
|
8 |
+
pipeline_tag: text-classification
|
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 |
|
17 |
Introducing the latest fine-tuned version of Qwen2.5-Coder-14B-Instruct, specifically tailored for SQL code generation. Built on the robust 14-billion parameter Qwen2.5-Coder architecture, this model leverages advanced configurations like bfloat16 precision and a custom quantization setup, optimized for efficient 4-bit computation. With a maximum context window of 32K tokens, this model supports extensive SQL sequences and complex query generation without compromising accuracy or performance.
|
|
|
88 |
# Uploaded model
|
89 |
|
90 |
- **Developed by:** [Sanjoy Biswas](https://www.linkedin.com/in/imsanjoykb/)
|
91 |
+
- **License:** apache-2.0
|