ReXeeD commited on
Commit
3c56ba1
·
verified ·
1 Parent(s): 8c782c2

Initial release of Sigma NOVA 1.0 (25M HDC Brain)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ This model is heavily constrained by its size. 25M parameters is not enough "har
32
  **This is expected behavior for this release, not a bug.** It proves the architecture compresses logic and attempts to reason even when factual vectors are weak.
33
 
34
  ## How to Run it
35
- We have provided the clean inference architecture (`nova_model.py`) and a chat script (`chat.py`). We are intentionally keeping the training curriculum (Scheduled Sampling logic) private to prevent unauthorized replication before we scale up.
36
 
37
  1. Ensure you have PyTorch installed.
38
  2. Run the chat script:
 
32
  **This is expected behavior for this release, not a bug.** It proves the architecture compresses logic and attempts to reason even when factual vectors are weak.
33
 
34
  ## How to Run it
35
+ I have provided the clean inference architecture (`nova_model.py`) and a chat script (`chat.py`). I am intentionally keeping the training curriculum (Scheduled Sampling logic) private to prevent unauthorized replication before I scale up.
36
 
37
  1. Ensure you have PyTorch installed.
38
  2. Run the chat script: