jumplander commited on
Commit
7243bae
·
verified ·
1 Parent(s): 830db91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -52
README.md CHANGED
@@ -1,105 +1,144 @@
1
  ---
2
- license: other
3
- license_name: proprietary
4
- license_link: LICENSE
5
  ---
6
 
7
  <!-- ================= Social Links ================= -->
8
- <!-- Social Icons -->
9
-
10
-
11
 
12
  <img src="https://jumplander.org/assets/logo.png" width="200"/>
 
13
  <div style="display: flex; gap: 15px; align-items: center;">
14
- <a href="https://github.com/jumplander-readme" target="_blank" style="transition: transform 0.2s;">
15
- <img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/github.svg" alt="GitHub" width="35" onmouseover="this.style.transform='scale(1.2)'" onmouseout="this.style.transform='scale(1)'"/>
16
  </a>
17
- <a href="https://www.linkedin.com/in/jump-lander-55812b388/" target="_blank" style="transition: transform 0.2s;">
18
- <img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/linkedin.svg" alt="LinkedIn" width="35" onmouseover="this.style.transform='scale(1.2)'" onmouseout="this.style.transform='scale(1)'"/>
19
  </a>
20
- <a href="https://huggingface.co/jumplander" target="_blank" style="transition: transform 0.2s;">
21
- <img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/huggingface.svg" alt="Hugging Face" width="35" onmouseover="this.style.transform='scale(1.2)'" onmouseout="this.style.transform='scale(1)'"/>
22
  </a>
23
- <a href="https://dev.to/t/jumplander" target="_blank" style="transition: transform 0.2s;">
24
- <img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/dev-dot-to.svg" alt="Dev.to" width="35" onmouseover="this.style.transform='scale(1.2)'" onmouseout="this.style.transform='scale(1)'"/>
25
  </a>
26
  </div>
27
- # 🚀 [JumpLander Coder 32B](https://jumplander.org)
28
 
29
- **A high-performance, future open-source code‑generation LLM, supporting Persian-speaking developers**
30
- _This is a documentation-only release; no model weights have been published yet._
 
 
 
 
31
 
32
  ---
33
 
34
- ## 🌟 [Overview](https://jumplander.org)
35
- JumpLander Coder 32B is designed to deliver:
36
 
37
- - [High-quality, executable code generation ⚡](https://jumplander.org)
38
- - [Multi-file reasoning and refactoring support 🧩](https://jumplander.org)
39
- - [Architecture-level guidance and security-aware coding 🛡️](https://jumplander.org)
40
- - [Optimized usage for global developers, including Persian-speaking engineers 🇮🇷](https://jumplander.org)
41
 
42
- > ⚠️ Model weights and tokenizer are not released yet. Open-source release is planned in the future.
43
 
44
  ---
45
 
46
- ## 📊 [Current Status](https://jumplander.org)
47
 
48
  <img src="https://cdn-uploads.huggingface.co/production/uploads/69204763af796f2f22ad9f49/A8r0WUkLpEhDAh7Z8Xajx.jpeg" width="600"/>
49
 
50
- - ✔ [Documentation available](https://jumplander.org/?fa=docs)
51
- - ✔ [Benchmarks](https://jumplander.org/?fa=docs)
52
- - ❌ No model weights released yet
53
- - 🚀 Future: [Open-source release](https://jumplander.org)
54
 
55
  ---
56
 
57
- ## 🛠️ [Planned Capabilities](https://jumplander.org/core-v)
58
 
59
- - Full repository code generation & multi-file support
60
- - Patch suggestions & automated refactoring
61
- - Test generation (unit, integration, regression)
62
- - **Multi-language support**: Python, JS/TS, Go, Rust, Java, C/C++, Bash, SQL
63
- - Long-context reasoning across projects
64
- - Developer-friendly integrations (CLI, SDK, IDE extensions)
 
 
 
 
 
 
 
 
 
 
 
65
 
66
  ---
67
 
68
- ## 🎯 [Intended Use Cases](https://jumplander.org/core-v)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
  - Rapid application scaffolding
71
- - Refactoring legacy codebases
72
- - Debugging and code‑architecture inspection
73
- - Generating documentation & API specs
74
- - Teaching or learning programming with guided examples
75
 
76
- > Not intended for unreviewed use in critical systems or confidential codebases without human review.
77
 
78
  ---
79
 
80
- ## 🗂️ [Repository Structure](https://github.com/jumplander-readme)
81
 
82
  - `README.md` — project introduction
83
  - `LICENSE` — proprietary license placeholder
84
 
85
- > No model weights are stored in this repository until the public release.
 
 
 
 
 
 
 
 
 
 
 
86
 
87
  ---
88
 
89
- ## 💻 [Example Usage (Future API)](https://jumplander.org/?fa=docs)
90
 
91
  ```python
92
  from jumplander_sdk import JumplanderClient
93
 
94
  client = JumplanderClient(api_key="YOUR_KEY")
95
 
96
- # Scaffold a FastAPI app with JWT auth and PostgreSQL integration
97
- project = client.scaffold(
98
- "Create a FastAPI service with JWT auth and PostgreSQL integration",
99
- language="python"
100
- )
101
  project.save("./generated_app")
102
 
103
- # Refactor an existing repository
104
- patches = client.refactor("./myrepo", intent="improve architecture and modularity")
105
  client.apply_patches(patches)
 
1
  ---
2
+ license: other
3
+ license_name: proprietary
4
+ license_link: LICENSE
5
  ---
6
 
7
  <!-- ================= Social Links ================= -->
 
 
 
8
 
9
  <img src="https://jumplander.org/assets/logo.png" width="200"/>
10
+
11
  <div style="display: flex; gap: 15px; align-items: center;">
12
+ <a href="https://github.com/jumplander-readme" target="_blank">
13
+ <img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/github.svg" alt="GitHub" width="35"/>
14
  </a>
15
+ <a href="https://www.linkedin.com/in/jump-lander-55812b388/" target="_blank">
16
+ <img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/linkedin.svg" alt="LinkedIn" width="35"/>
17
  </a>
18
+ <a href="https://huggingface.co/jumplander" target="_blank">
19
+ <img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/huggingface.svg" alt="HuggingFace" width="35"/>
20
  </a>
21
+ <a href="https://dev.to/t/jumplander" target="_blank">
22
+ <img src="https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/dev-dot-to.svg" alt="Dev.to" width="35"/>
23
  </a>
24
  </div>
 
25
 
26
+ ---
27
+
28
+ # 🚀 JumpLander Coder 32B
29
+ **Advanced Code-Generation LLM — optimized for Persian-speaking developers**
30
+
31
+ _This is a documentation-only release. Model weights will be published in the upcoming open-source launch._
32
 
33
  ---
34
 
35
+ ## 🌟 Overview
36
+ JumpLander Coder 32B is a high-performance, bilingual (English–Persian) code-generation LLM designed to deliver:
37
 
38
+ - High-quality, executable code generation ⚡
39
+ - Multi-file reasoning & architecture-level analysis 🧩
40
+ - Security-aware and refactoring-optimized outputs 🛡️
41
+ - Enhanced usability for Persian-speaking developers 🇮🇷
42
 
43
+ > ⚠️ Model weights and tokenizer are not released yet.
44
 
45
  ---
46
 
47
+ ## 📊 Current Status
48
 
49
  <img src="https://cdn-uploads.huggingface.co/production/uploads/69204763af796f2f22ad9f49/A8r0WUkLpEhDAh7Z8Xajx.jpeg" width="600"/>
50
 
51
+ - ✔ Documentation available
52
+ - ✔ Benchmarks included
53
+ - ❌ No model weights available yet
54
+ - 🚀 Future open-source release planned
55
 
56
  ---
57
 
58
+ # 🧪 Benchmarks (Prototype)
59
 
60
+ | Task | Score | Notes |
61
+ |------|-------|--------|
62
+ | **HumanEval** | **72%** | Strong execution accuracy |
63
+ | **Repo-level Q&A** | High | Multi-file reasoning stability |
64
+ | **Persian Instruction Following** | **Excellent** | Bilingual optimization |
65
+
66
+ ---
67
+
68
+ # 📦 Model Comparison (Prototype Benchmarks)
69
+
70
+ | Model | Params | HumanEval | Multi-file Reasoning | Persian Support | Speed (tok/s) | Open-source |
71
+ |------|--------|-----------|------------------------|------------------|----------------|--------------|
72
+ | **JumpLander Coder 32B** | 32B | **72%** | **✔ Strong** | **Excellent** | 34 | Planned |
73
+ | Qwen2.5-Coder 32B | 32B | 75% | Medium | Weak | 32 | ✔ |
74
+ | DeepSeek-Coder 33B | 33B | 79% | Strong | Weak | 29 | ✔ |
75
+ | StarCoder2 15B | 15B | 63% | Limited | Weak | **45** | ✔ |
76
+ | Llama-3.1 70B | 70B | **82%** | Strong | Weak | 20 | ✔ |
77
 
78
  ---
79
 
80
+ # 💡 Why Choose JumpLander Coder 32B?
81
+
82
+ > ### 🧠 Stronger multi-file reasoning
83
+ > Built for architecture-level understanding and repository-wide analysis.
84
+
85
+ > ### 🇮🇷 Optimized for Persian-speaking developers
86
+ > Enhanced bilingual dataset and instruction tuning for real-world Persian workflows.
87
+
88
+ > ### 🛡️ Secure-by-design coding
89
+ > Refactoring, patch suggestions, and safe coding patterns included by design.
90
+
91
+ > ### ⚡ Developer-centric workflow
92
+ > SDK, CLI, test-generation, repo-analysis, and future IDE integrations.
93
+
94
+ ---
95
+
96
+ ## 🎯 Intended Use Cases
97
 
98
  - Rapid application scaffolding
99
+ - Full repository refactoring
100
+ - Code debugging & architecture inspection
101
+ - Documentation and API spec generation
102
+ - Teaching and learning programming (English + Persian)
103
 
104
+ > ⚠️ Not intended for unreviewed deployment in safety-critical systems.
105
 
106
  ---
107
 
108
+ ## 🗂 Repository Structure
109
 
110
  - `README.md` — project introduction
111
  - `LICENSE` — proprietary license placeholder
112
 
113
+ _No model weights available until public release._
114
+
115
+ ---
116
+
117
+ # 🛠 Planned Capabilities
118
+
119
+ - Repository-wide code generation
120
+ - Multi-language support: Python, JS/TS, Go, Rust, Java, C/C++, Bash, SQL
121
+ - Refactoring automation & patch suggestions
122
+ - Test generation (unit, integration, regression)
123
+ - Long-context reasoning
124
+ - CLI, SDK, and IDE extensions
125
 
126
  ---
127
 
128
+ # 💻 Example Usage (Future API)
129
 
130
  ```python
131
  from jumplander_sdk import JumplanderClient
132
 
133
  client = JumplanderClient(api_key="YOUR_KEY")
134
 
135
+ # Scaffold a FastAPI app with JWT + PostgreSQL
136
+ project = client.scaffold(
137
+ "Create a FastAPI service with JWT auth and PostgreSQL integration",
138
+ language="python"
139
+ )
140
  project.save("./generated_app")
141
 
142
+ # Refactor an existing repository
143
+ patches = client.refactor("./myrepo", intent="improve architecture and modularity")
144
  client.apply_patches(patches)