mkzero commited on
Commit
147775b
Β·
verified Β·
1 Parent(s): c28d3dc

docs: update README_EN with sponsor coffee section

Browse files
Files changed (1) hide show
  1. README_EN.md +17 -5
README_EN.md CHANGED
@@ -11,7 +11,7 @@
11
  [![Speed](https://img.shields.io/badge/Latency-25ms%20O(1)-brightgreen.svg)]()
12
  [![Agent SOTA](https://img.shields.io/badge/Agent%20SOTA-94.92%25-success.svg)]()
13
  [![Quantization](https://img.shields.io/badge/INT8%2FFP8-2.23GB-purple.svg)]()
14
- [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Models%20Hub-yellow)](https://huggingface.co/models?search=Cerebellum-2B)
15
 
16
  </div>
17
 
@@ -21,9 +21,9 @@
21
 
22
  | Model Checkpoint | Size | Recommended Environment | Best For | Hugging Face Link |
23
  | :--- | :---: | :--- | :--- | :---: |
24
- | **Cerebellum-2B-BF16** | 3.76 GB | Cloud GPU Training & Evaluation | 100% full-precision reference | [πŸ€— Model Hub](https://huggingface.co/models?search=Cerebellum-2B-BF16) |
25
- | **Cerebellum-2B-FP8** | **2.39 GB** | **Cloud GPU Production (vLLM/FastAPI)** | **Native FP8 SOTA**, 0.97% drift, high QPS | [⚑ Model Hub](https://huggingface.co/models?search=Cerebellum-2B-FP8) |
26
- | **Cerebellum-2B-INT8** | **2.23 GB** | **16GB M4 MacBook / Edge CPU** | **Symmetric per-channel**, 0.39% drift, ~40ms offline | [πŸ’» Model Hub](https://huggingface.co/models?search=Cerebellum-2B-INT8) |
27
 
28
  > **"Large Models for the Cerebrum, Small Models for the Cerebellum."**
29
  > Large language models (DeepSeek-R1, GPT-4o, Claude 3.5) act as the deliberative **Cerebrum (System 2)** for multi-step reasoning, planning, and long-horizon reflection.
@@ -233,6 +233,17 @@ python serve.py
233
 
234
  ---
235
 
 
 
 
 
 
 
 
 
 
 
 
236
  ## πŸ“œ Citation & License
237
 
238
  This project is licensed under the Apache 2.0 License.
@@ -243,6 +254,7 @@ This project is licensed under the Apache 2.0 License.
243
  author={Antigravity Team and Community Contributors},
244
  year={2026},
245
  publisher={GitHub},
246
- howpublished={\url{https://github.com/Open-SystemOne/Cerebellum-2B}}
247
  }
248
  ```
 
 
11
  [![Speed](https://img.shields.io/badge/Latency-25ms%20O(1)-brightgreen.svg)]()
12
  [![Agent SOTA](https://img.shields.io/badge/Agent%20SOTA-94.92%25-success.svg)]()
13
  [![Quantization](https://img.shields.io/badge/INT8%2FFP8-2.23GB-purple.svg)]()
14
+ [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Models%20Hub-yellow)](https://huggingface.co/mkzero/Cerebellum-2B-BF16)
15
 
16
  </div>
17
 
 
21
 
22
  | Model Checkpoint | Size | Recommended Environment | Best For | Hugging Face Link |
23
  | :--- | :---: | :--- | :--- | :---: |
24
+ | **Cerebellum-2B-BF16** | 3.76 GB | Cloud GPU Training & Evaluation | 100% full-precision reference | [πŸ€— mkzero/Cerebellum-2B-BF16](https://huggingface.co/mkzero/Cerebellum-2B-BF16) |
25
+ | **Cerebellum-2B-FP8** | **2.39 GB** | **Cloud GPU Production (vLLM/FastAPI)** | **Native FP8 SOTA**, 0.97% drift, high QPS | [⚑ mkzero/Cerebellum-2B-FP8](https://huggingface.co/mkzero/Cerebellum-2B-FP8) |
26
+ | **Cerebellum-2B-INT8** | **2.23 GB** | **16GB M4 MacBook / Edge CPU** | **Symmetric per-channel**, 0.39% drift, ~40ms offline | [πŸ’» mkzero/Cerebellum-2B-INT8](https://huggingface.co/mkzero/Cerebellum-2B-INT8) |
27
 
28
  > **"Large Models for the Cerebrum, Small Models for the Cerebellum."**
29
  > Large language models (DeepSeek-R1, GPT-4o, Claude 3.5) act as the deliberative **Cerebrum (System 2)** for multi-step reasoning, planning, and long-horizon reflection.
 
233
 
234
  ---
235
 
236
+ ## β˜• Buy Me a Coffee / Sponsor
237
+
238
+ If **Cerebellum-2B** helped your research, business deployment, or Agent architectural design, feel free to support the project and buy the author a coffee! β˜•
239
+
240
+ <div align="center">
241
+ <img src="./assets/alipay_coffee.jpg" width="240px" alt="Alipay Sponsor QR" />
242
+ <p><i>Support via Alipay</i></p>
243
+ </div>
244
+
245
+ ---
246
+
247
  ## πŸ“œ Citation & License
248
 
249
  This project is licensed under the Apache 2.0 License.
 
254
  author={Antigravity Team and Community Contributors},
255
  year={2026},
256
  publisher={GitHub},
257
+ howpublished={\url{https://github.com/mkeco/Cerebellum-2B}}
258
  }
259
  ```
260
+