Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -20,8 +20,8 @@ pipeline_tag: text-generation
|
|
| 20 |
|
| 21 |
**Creator & Lead Contributor:** Brian Langay
|
| 22 |
**Contact:** support@openbnet.com 路 services@openbnet.cloud
|
| 23 |
-
**Paper:** [NEXUS: Design, Implementation, and Empirical Evaluation of a Lightweight Neural Controller for LLM Agent Systems](https://github.com/
|
| 24 |
-
**Code:** [github.com/openbnet/nexus](https://github.com/
|
| 25 |
**License:** Apache 2.0
|
| 26 |
|
| 27 |
---
|
|
@@ -135,7 +135,7 @@ print(result["state_summary"])
|
|
| 135 |
### With TinyLlama (full end-to-end):
|
| 136 |
|
| 137 |
```bash
|
| 138 |
-
git clone https://github.com/
|
| 139 |
cd nexus
|
| 140 |
pip install -e .
|
| 141 |
python scripts/run_inference.py
|
|
@@ -172,7 +172,7 @@ Tested on: NVIDIA RTX 4060 Laptop GPU (8 GB VRAM), CUDA 12.8, PyTorch 2.9.1+cu12
|
|
| 172 |
title = {{NEXUS}: Neural {EXecution} \& {Understanding} {Substrate}},
|
| 173 |
year = {2026},
|
| 174 |
publisher = {OpenBnet},
|
| 175 |
-
url = {https://github.com/
|
| 176 |
}
|
| 177 |
```
|
| 178 |
|
|
|
|
| 20 |
|
| 21 |
**Creator & Lead Contributor:** Brian Langay
|
| 22 |
**Contact:** support@openbnet.com 路 services@openbnet.cloud
|
| 23 |
+
**Paper:** [NEXUS: Design, Implementation, and Empirical Evaluation of a Lightweight Neural Controller for LLM Agent Systems](https://github.com/brian-Lab-0/nexus/blob/main/NEXUS_Implementation_Report.pdf)
|
| 24 |
+
**Code:** [github.com/openbnet/nexus](https://github.com/brian-Lab-0/nexus)
|
| 25 |
**License:** Apache 2.0
|
| 26 |
|
| 27 |
---
|
|
|
|
| 135 |
### With TinyLlama (full end-to-end):
|
| 136 |
|
| 137 |
```bash
|
| 138 |
+
git clone https://github.com/brian-Lab-0/nexus
|
| 139 |
cd nexus
|
| 140 |
pip install -e .
|
| 141 |
python scripts/run_inference.py
|
|
|
|
| 172 |
title = {{NEXUS}: Neural {EXecution} \& {Understanding} {Substrate}},
|
| 173 |
year = {2026},
|
| 174 |
publisher = {OpenBnet},
|
| 175 |
+
url = {https://github.com/brian-Lab-0/nexus},
|
| 176 |
}
|
| 177 |
```
|
| 178 |
|