docs: update README_EN with sponsor coffee section
Browse files- README_EN.md +17 -5
README_EN.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
[-brightgreen.svg)]()
|
| 12 |
[]()
|
| 13 |
[]()
|
| 14 |
-
[](https://huggingface.co/
|
| 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 | [π€
|
| 25 |
-
| **Cerebellum-2B-FP8** | **2.39 GB** | **Cloud GPU Production (vLLM/FastAPI)** | **Native FP8 SOTA**, 0.97% drift, high QPS | [β‘
|
| 26 |
-
| **Cerebellum-2B-INT8** | **2.23 GB** | **16GB M4 MacBook / Edge CPU** | **Symmetric per-channel**, 0.39% drift, ~40ms offline | [π»
|
| 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/
|
| 247 |
}
|
| 248 |
```
|
|
|
|
|
|
| 11 |
[-brightgreen.svg)]()
|
| 12 |
[]()
|
| 13 |
[]()
|
| 14 |
+
[](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 |
+
|