Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,41 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Acid Research
|
| 3 |
+
emoji: ⚗️
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Acid Research (ACRS)
|
| 11 |
+
|
| 12 |
+
Acid Research is an independent AI research organization building
|
| 13 |
+
CPU-native, economically viable alternatives to transformer-based
|
| 14 |
+
architectures.
|
| 15 |
+
|
| 16 |
+
Our work is guided by one principle: **make it linear, or else your
|
| 17 |
+
cost ain't going to be.**
|
| 18 |
+
|
| 19 |
+
## Architecture Portfolio
|
| 20 |
+
|
| 21 |
+
| Architecture | Description |
|
| 22 |
+
|---|---|
|
| 23 |
+
| **HAM** | Hebbian Architecture Model — continuous learning |
|
| 24 |
+
| **RSM** | Recurrent State Machine — O(1) inference, no attention |
|
| 25 |
+
| **RDM** | Recurrent Depth Machine — native depth loops |
|
| 26 |
+
| **IMA** | Intent Machine Architecture — intent-driven reasoning |
|
| 27 |
+
| **GSN** | Gated Sparse Network — dynamic compute gating |
|
| 28 |
+
|
| 29 |
+
## Releases
|
| 30 |
+
|
| 31 |
+
- [GSN — Gated Sparse Network](https://huggingface.co/AcidAI/Acid-GSN-Architecture)
|
| 32 |
+
|
| 33 |
+
## License
|
| 34 |
+
|
| 35 |
+
All ACRS releases are published under the **Acid Research Protected
|
| 36 |
+
Interests License (APRIL)**. Free for research. Commercial use
|
| 37 |
+
requires permission.
|
| 38 |
+
|
| 39 |
+
## Contact
|
| 40 |
+
|
| 41 |
+
For commercial licensing inquiries contact Acid Research directly.
|