zeekay commited on
Commit
d0b9046
·
verified ·
1 Parent(s): 2aee46f

feat: initial release 2025-04-01

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - zen
7
+ - zenlm
8
+ - hanzo-ai
9
+ pipeline_tag: text-generation
10
+ library_name: transformers
11
+ base_model: zenlm/zen4
12
+ ---
13
+
14
+ # Zen4 Sql
15
+
16
+ > **Parameters**: 7B | **Context**: 32K | **License**: Apache 2.0 | **Released**: 2025-04-01
17
+
18
+ SQL generation — complex queries, schema design, optimization across PostgreSQL, MySQL, BigQuery.
19
+
20
+ Base weights: [zenlm/zen4](https://huggingface.co/zenlm/zen4)
21
+
22
+ ```python
23
+ from transformers import AutoModelForCausalLM, AutoTokenizer
24
+ model = AutoModelForCausalLM.from_pretrained("zenlm/zen4", torch_dtype="auto")
25
+ tokenizer = AutoTokenizer.from_pretrained("zenlm/zen4")
26
+ ```
27
+
28
+ ---
29
+ ## The Zen LM Family
30
+
31
+ Joint research collaboration:
32
+ - **Hanzo AI** (Techstars '17) — AI infrastructure, API gateway, inference optimization
33
+ - **Zoo Labs Foundation** (501c3) — Open AI research, ZIPs governance, decentralized training
34
+ - **Lux Partners Limited** — Compute coordination and settlement layer
35
+
36
+ All weights Apache 2.0. Download, run locally, fine-tune, deploy commercially.
37
+
38
+ [HuggingFace](https://huggingface.co/zenlm) · [Chat free](https://hanzo.chat) · [API](https://api.hanzo.ai) · [Docs](https://zenlm.org)