Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ library_name: transformers
|
|
| 22 |
|
| 23 |
<img src="https://list-coder.com/logo.png" width="120" alt="List Coder Logo">
|
| 24 |
|
| 25 |
-
#
|
| 26 |
|
| 27 |
### The Next Frontier of AI-Powered Software Engineering
|
| 28 |
|
|
@@ -32,7 +32,7 @@ library_name: transformers
|
|
| 32 |
|
| 33 |
---
|
| 34 |
|
| 35 |
-
**228 Billion Parameters**
|
| 36 |
|
| 37 |
*The largest and most capable coding model ever built for the List-Coder ecosystem.*
|
| 38 |
|
|
@@ -42,13 +42,13 @@ library_name: transformers
|
|
| 42 |
|
| 43 |
## 🆠Why List-3.0-Ultra-Coder?
|
| 44 |
|
| 45 |
-
**List-3.0-Ultra-Coder** is not just an incremental update
|
| 46 |
|
| 47 |
> **"We didn't build another coding assistant. We built the engineer that engineers wish they had."**
|
| 48 |
|
| 49 |
---
|
| 50 |
|
| 51 |
-
##
|
| 52 |
|
| 53 |
We benchmark against the best models on the planet. No cherry-picking. No asterisks.
|
| 54 |
|
|
@@ -67,13 +67,13 @@ We benchmark against the best models on the planet. No cherry-picking. No asteri
|
|
| 67 |
|
| 68 |
---
|
| 69 |
|
| 70 |
-
##
|
| 71 |
|
| 72 |
| Feature | List-2.0 | **List-3.0** |
|
| 73 |
| :--- | :---: | :---: |
|
| 74 |
| Parameters | 500B (Dense) | **228B (MoE)** |
|
| 75 |
| Active Parameters | 500B | **~7B per token** |
|
| 76 |
-
| Expert Networks |
|
| 77 |
| Context Window | 128K | **204,800 tokens** |
|
| 78 |
| Multi-Token Prediction | ⌠| **✅ 3-token lookahead** |
|
| 79 |
| FP8 Quantization | ⌠| **✅ Dynamic** |
|
|
@@ -83,7 +83,7 @@ We benchmark against the best models on the planet. No cherry-picking. No asteri
|
|
| 83 |
|
| 84 |
---
|
| 85 |
|
| 86 |
-
##
|
| 87 |
|
| 88 |
```yaml
|
| 89 |
Architecture: Mixture-of-Experts (MoE) with Multi-Token Prediction (MTP)
|
|
@@ -98,12 +98,12 @@ Context Window: 204,800 tokens (~400 pages of code)
|
|
| 98 |
Quantization: FP8 (float8_e4m3fn) with dynamic activation
|
| 99 |
Precision: BFloat16 (training) / FP8 (inference)
|
| 100 |
Vocabulary: 200,064 tokens
|
| 101 |
-
RoPE
|
| 102 |
```
|
| 103 |
|
| 104 |
---
|
| 105 |
|
| 106 |
-
##
|
| 107 |
|
| 108 |
### Option 1: List Coder IDE (Recommended)
|
| 109 |
|
|
@@ -111,9 +111,9 @@ The fastest way to experience **List-3.0-Ultra-Coder** at full power.
|
|
| 111 |
|
| 112 |
1. **Download** the List Coder IDE from **[list-coder.com](https://list-coder.com/download)**
|
| 113 |
2. **Sign in** with your account
|
| 114 |
-
3. **Start coding**
|
| 115 |
|
| 116 |
-
>
|
| 117 |
|
| 118 |
|
| 119 |
### Option 3: Local Deployment (Advanced)
|
|
@@ -140,11 +140,11 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 140 |
|
| 141 |
---
|
| 142 |
|
| 143 |
-
##
|
| 144 |
|
| 145 |
| Domain | Capability |
|
| 146 |
| :--- | :--- |
|
| 147 |
-
| ðŸ—ï¸ **Architecture Design** | Design entire system architectures from a single prompt. Microservices, event-driven, CQRS
|
| 148 |
| 🔄 **Multi-File Refactoring** | Understands 200K+ tokens of context. Refactor across hundreds of files with full dependency awareness. |
|
| 149 |
| 🔒 **Security Auditing** | Identifies OWASP Top 10, supply chain vulnerabilities, and zero-day patterns in real-time. |
|
| 150 |
| 🧪 **Test Generation** | Generates comprehensive test suites with edge cases, mocks, and integration tests. |
|
|
@@ -160,22 +160,22 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 160 |
| [**List Coder IDE**](https://list-coder.com/download) | Full-featured code editor with native AI integration |
|
| 161 |
| [**List-1.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-1.0-Ultra-Coder) | Fast, lightweight model for everyday coding |
|
| 162 |
| [**List-2.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-2.0-Ultra-Coder) | High-performance dense model for complex tasks |
|
| 163 |
-
| [**List-3.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-3.0-Ultra-Coder-Brain) | Our flagship
|
| 164 |
| [**List-Stack-10M**](https://huggingface.co/List-cloud/List-Stack-10M) | Specialized for full-stack web development |
|
| 165 |
|
| 166 |
---
|
| 167 |
|
| 168 |
-
##
|
| 169 |
|
| 170 |
This model is released under the **Apache 2.0 License**. You are free to use, modify, and distribute it for both commercial and non-commercial purposes.
|
| 171 |
|
| 172 |
---
|
| 173 |
|
| 174 |
-
##
|
| 175 |
|
| 176 |
- 🌠**Website:** [list-coder.com](https://list-coder.com/)
|
| 177 |
- 🢠**Organization:** [List-cloud on HuggingFace](https://huggingface.co/List-cloud)
|
| 178 |
-
-
|
| 179 |
|
| 180 |
---
|
| 181 |
|
|
@@ -183,9 +183,9 @@ This model is released under the **Apache 2.0 License**. You are free to use, mo
|
|
| 183 |
|
| 184 |
### â Star this repo if List-3.0 helps you code faster
|
| 185 |
|
| 186 |
-
**Built with obsession by [List Enterprise](https://list-coder.com/)
|
| 187 |
|
| 188 |
-
*
|
| 189 |
|
| 190 |
</div>
|
| 191 |
|
|
|
|
| 22 |
|
| 23 |
<img src="https://list-coder.com/logo.png" width="120" alt="List Coder Logo">
|
| 24 |
|
| 25 |
+
# 🌌 List-3.0-Ultra-Coder
|
| 26 |
|
| 27 |
### The Next Frontier of AI-Powered Software Engineering
|
| 28 |
|
|
|
|
| 32 |
|
| 33 |
---
|
| 34 |
|
| 35 |
+
**228 Billion Parameters** · **256 Mixture-of-Experts** · **204K Context Window** · **Multi-Token Prediction**
|
| 36 |
|
| 37 |
*The largest and most capable coding model ever built for the List-Coder ecosystem.*
|
| 38 |
|
|
|
|
| 42 |
|
| 43 |
## 🆠Why List-3.0-Ultra-Coder?
|
| 44 |
|
| 45 |
+
**List-3.0-Ultra-Coder** is not just an incremental update — it's a generational leap. Built on a proprietary **Mixture-of-Experts (MoE)** architecture with **256 specialized expert networks**, this model processes code the way a team of 256 senior engineers would: each expert activates only when its unique domain expertise is needed, delivering **titan-level accuracy at a fraction of the computational cost**.
|
| 46 |
|
| 47 |
> **"We didn't build another coding assistant. We built the engineer that engineers wish they had."**
|
| 48 |
|
| 49 |
---
|
| 50 |
|
| 51 |
+
## 📊 Performance Benchmarks
|
| 52 |
|
| 53 |
We benchmark against the best models on the planet. No cherry-picking. No asterisks.
|
| 54 |
|
|
|
|
| 67 |
|
| 68 |
---
|
| 69 |
|
| 70 |
+
## ⚡ What's New in 3.0
|
| 71 |
|
| 72 |
| Feature | List-2.0 | **List-3.0** |
|
| 73 |
| :--- | :---: | :---: |
|
| 74 |
| Parameters | 500B (Dense) | **228B (MoE)** |
|
| 75 |
| Active Parameters | 500B | **~7B per token** |
|
| 76 |
+
| Expert Networks | — | **256 Specialists** |
|
| 77 |
| Context Window | 128K | **204,800 tokens** |
|
| 78 |
| Multi-Token Prediction | ⌠| **✅ 3-token lookahead** |
|
| 79 |
| FP8 Quantization | ⌠| **✅ Dynamic** |
|
|
|
|
| 83 |
|
| 84 |
---
|
| 85 |
|
| 86 |
+
## 💎 Technical Specifications
|
| 87 |
|
| 88 |
```yaml
|
| 89 |
Architecture: Mixture-of-Experts (MoE) with Multi-Token Prediction (MTP)
|
|
|
|
| 98 |
Quantization: FP8 (float8_e4m3fn) with dynamic activation
|
| 99 |
Precision: BFloat16 (training) / FP8 (inference)
|
| 100 |
Vocabulary: 200,064 tokens
|
| 101 |
+
RoPE θ: 5,000,000 (extreme long-context support)
|
| 102 |
```
|
| 103 |
|
| 104 |
---
|
| 105 |
|
| 106 |
+
## 🚀 Get Started in 60 Seconds
|
| 107 |
|
| 108 |
### Option 1: List Coder IDE (Recommended)
|
| 109 |
|
|
|
|
| 111 |
|
| 112 |
1. **Download** the List Coder IDE from **[list-coder.com](https://list-coder.com/download)**
|
| 113 |
2. **Sign in** with your account
|
| 114 |
+
3. **Start coding** — the model is pre-configured and ready
|
| 115 |
|
| 116 |
+
> 💡 The IDE provides native integration with all List models, including real-time code completion, multi-file refactoring, and architectural guidance.
|
| 117 |
|
| 118 |
|
| 119 |
### Option 3: Local Deployment (Advanced)
|
|
|
|
| 140 |
|
| 141 |
---
|
| 142 |
|
| 143 |
+
## 🎯 What List-3.0 Excels At
|
| 144 |
|
| 145 |
| Domain | Capability |
|
| 146 |
| :--- | :--- |
|
| 147 |
+
| ðŸ—ï¸ **Architecture Design** | Design entire system architectures from a single prompt. Microservices, event-driven, CQRS — it knows them all. |
|
| 148 |
| 🔄 **Multi-File Refactoring** | Understands 200K+ tokens of context. Refactor across hundreds of files with full dependency awareness. |
|
| 149 |
| 🔒 **Security Auditing** | Identifies OWASP Top 10, supply chain vulnerabilities, and zero-day patterns in real-time. |
|
| 150 |
| 🧪 **Test Generation** | Generates comprehensive test suites with edge cases, mocks, and integration tests. |
|
|
|
|
| 160 |
| [**List Coder IDE**](https://list-coder.com/download) | Full-featured code editor with native AI integration |
|
| 161 |
| [**List-1.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-1.0-Ultra-Coder) | Fast, lightweight model for everyday coding |
|
| 162 |
| [**List-2.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-2.0-Ultra-Coder) | High-performance dense model for complex tasks |
|
| 163 |
+
| [**List-3.0-Ultra-Coder**](https://huggingface.co/List-cloud/List-3.0-Ultra-Coder-Brain) | Our flagship — 228B MoE powerhouse |
|
| 164 |
| [**List-Stack-10M**](https://huggingface.co/List-cloud/List-Stack-10M) | Specialized for full-stack web development |
|
| 165 |
|
| 166 |
---
|
| 167 |
|
| 168 |
+
## 📜 License
|
| 169 |
|
| 170 |
This model is released under the **Apache 2.0 License**. You are free to use, modify, and distribute it for both commercial and non-commercial purposes.
|
| 171 |
|
| 172 |
---
|
| 173 |
|
| 174 |
+
## 🔗 Connect
|
| 175 |
|
| 176 |
- 🌠**Website:** [list-coder.com](https://list-coder.com/)
|
| 177 |
- 🢠**Organization:** [List-cloud on HuggingFace](https://huggingface.co/List-cloud)
|
| 178 |
+
- 📧 **Enterprise Sales:** enterprise@list-coder.com
|
| 179 |
|
| 180 |
---
|
| 181 |
|
|
|
|
| 183 |
|
| 184 |
### â Star this repo if List-3.0 helps you code faster
|
| 185 |
|
| 186 |
+
**Built with obsession by [List Enterprise](https://list-coder.com/) — Making every developer 10x.**
|
| 187 |
|
| 188 |
+
*© 2026 List Enterprise. All rights reserved.*
|
| 189 |
|
| 190 |
</div>
|
| 191 |
|