Taylor commited on
Commit
1187eb9
·
1 Parent(s): 30d2ac2

chore: add void attention footer links

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -730,13 +730,25 @@ The improvement is largest on asymmetric games where the walkers' complement dis
730
  [The Void](https://huggingface.co/spaces/forkjoin-ai/the-void) |
731
  [Buleyean RL](https://huggingface.co/spaces/forkjoin-ai/buleyean-rl) |
732
  [Glossolalia](https://huggingface.co/spaces/forkjoin-ai/glossolalia) |
 
733
  [Metacog](https://huggingface.co/spaces/forkjoin-ai/metacog) |
734
  [Five Bules](https://huggingface.co/spaces/forkjoin-ai/five-bules) |
735
  [Quark Personality](https://huggingface.co/spaces/forkjoin-ai/quark-personality)
736
 
 
 
 
 
 
 
 
 
 
737
  **Source**: [github.com/affectively-ai/aeon](https://github.com/affectively-ai/aeon)
738
 
739
  Built by [AFFECTIVELY](https://affectively.ai). The complement distribution was always softmax attention. The void boundary was always the KV cache. We just named the parts.
 
 
740
  """
741
 
742
 
 
730
  [The Void](https://huggingface.co/spaces/forkjoin-ai/the-void) |
731
  [Buleyean RL](https://huggingface.co/spaces/forkjoin-ai/buleyean-rl) |
732
  [Glossolalia](https://huggingface.co/spaces/forkjoin-ai/glossolalia) |
733
+ [Glossolalia Examples](https://huggingface.co/spaces/forkjoin-ai/glossolalia-examples) |
734
  [Metacog](https://huggingface.co/spaces/forkjoin-ai/metacog) |
735
  [Five Bules](https://huggingface.co/spaces/forkjoin-ai/five-bules) |
736
  [Quark Personality](https://huggingface.co/spaces/forkjoin-ai/quark-personality)
737
 
738
+ **Training spaces**:
739
+ [Buleyean RL 70B Trainer](https://huggingface.co/spaces/forkjoin-ai/buleyean-rl-70b-trainer) |
740
+ [Buleyean RL Mistral 7B Trainer](https://huggingface.co/spaces/forkjoin-ai/buleyean-rl-mistral-7b-trainer) |
741
+ [Buleyean RL Qwen 7B Trainer](https://huggingface.co/spaces/forkjoin-ai/buleyean-rl-qwen2.5-7b-trainer) |
742
+ [Buleyean RL DeepSeek R1 7B Trainer](https://huggingface.co/spaces/forkjoin-ai/buleyean-rl-deepseek-r1-7b-trainer) |
743
+ [Buleyean RL Gemma 9B Trainer](https://huggingface.co/spaces/forkjoin-ai/buleyean-rl-gemma2-9b-trainer) |
744
+ [Buleyean RL Qwen 14B Trainer](https://huggingface.co/spaces/forkjoin-ai/buleyean-rl-qwen2.5-14b-trainer) |
745
+ [Buleyean RL Mistral Small 24B Trainer](https://huggingface.co/spaces/forkjoin-ai/buleyean-rl-mistral-small-24b-trainer)
746
+
747
  **Source**: [github.com/affectively-ai/aeon](https://github.com/affectively-ai/aeon)
748
 
749
  Built by [AFFECTIVELY](https://affectively.ai). The complement distribution was always softmax attention. The void boundary was always the KV cache. We just named the parts.
750
+
751
+ Copyright 2026 forkjoin.ai
752
  """
753
 
754