jiajun commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
library_name: cortexnet
|
| 6 |
+
tags:
|
| 7 |
+
- cortexnet
|
| 8 |
+
- llm
|
| 9 |
+
- state-space-model
|
| 10 |
+
- sparse-attention
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# CortexNet
|
| 14 |
+
|
| 15 |
+
CortexNet is a unified neural architecture implementation for language modeling and reasoning.
|
| 16 |
+
|
| 17 |
+
## Links
|
| 18 |
+
|
| 19 |
+
- GitHub: https://github.com/chaojixiaokeai/CortexNet
|
| 20 |
+
- PyPI: https://pypi.org/project/cortexnet/
|
| 21 |
+
- Docs Hub: https://github.com/chaojixiaokeai/CortexNet/tree/main/docs
|
| 22 |
+
|
| 23 |
+
## Scope
|
| 24 |
+
|
| 25 |
+
This repository card is used to publish architecture docs and release benchmark artifacts.
|