adobeXd commited on
Commit
6dee10c
verified
1 Parent(s): 31a8325

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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/openbnet/nexus/blob/main/NEXUS_Implementation_Report.pdf)
24
- **Code:** [github.com/openbnet/nexus](https://github.com/openbnet/nexus)
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/openbnet/nexus
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/openbnet/nexus},
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