TheAiCollectiveART commited on
Commit
a68de9d
·
verified ·
1 Parent(s): cbf8942

Publish Zymatica Voice LLM hepta-architecture showcase codebases

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -58,7 +58,8 @@ Each invention is isolated in its own folder and contains a complete academic **
58
  | Class | Invention / Component | Purpose & Mathematical Highlight | Whitepaper | Executable Proof |
59
  | :---: | :--- | :--- | :---: | :---: |
60
  | **01** | [Language-U Taxonomy](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/01_Language_U_Taxonomy) | Hierarchical semantic decomposition taxonomy. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/01_Language_U_Taxonomy/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/01_Language_U_Taxonomy/run_proof.py) |
61
- | **02** | [Cuneiform-U Hypercube (Yin)](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/02_Cuneiform_U_Hypercube_Yin) | 6D coordinate mapping along orthogonal axes. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/02_Cuneiform_U_Hypercube_Yin/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/02_Cuneiform_U_Hypercube_Yin/run_proof.py) |
 
62
  | **03** | [Genesis Protocol](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/03_Genesis_Protocol) | Sharded layers transmission & seed reassembly. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/03_Genesis_Protocol/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/03_Genesis_Protocol/run_proof.py) |
63
  | **04** | [Procedural Seed Format](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/04_Procedural_Seed_Format) | `.LLM` / `.genesis` compact seed file layout. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/04_Procedural_Seed_Format/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/04_Procedural_Seed_Format/run_proof.py) |
64
  | **05** | [Chirp Packetization](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/05_Chirp_Packetization) | LoRa 255-byte frames packaging & XOR-FEC. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/05_Chirp_Packetization/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/05_Chirp_Packetization/run_proof.py) |
 
58
  | Class | Invention / Component | Purpose & Mathematical Highlight | Whitepaper | Executable Proof |
59
  | :---: | :--- | :--- | :---: | :---: |
60
  | **01** | [Language-U Taxonomy](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/01_Language_U_Taxonomy) | Hierarchical semantic decomposition taxonomy. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/01_Language_U_Taxonomy/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/01_Language_U_Taxonomy/run_proof.py) |
61
+ | **02 (Yin)** | [Cuneiform-U Hypercube (Yin)](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/02_Cuneiform_U_Hypercube_Yin) | 6D coordinate mapping along orthogonal axes. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/02_Cuneiform_U_Hypercube_Yin/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/02_Cuneiform_U_Hypercube_Yin/run_proof.py) |
62
+ | **02 (Yang)** | [Cuneiform-U Production Engine (Yang)](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/10_Multi_Language_Runtimes_Yang) | Edge-ready semantic range coder production engine. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/10_Multi_Language_Runtimes_Yang/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/10_Multi_Language_Runtimes_Yang/run_proof.py) |
63
  | **03** | [Genesis Protocol](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/03_Genesis_Protocol) | Sharded layers transmission & seed reassembly. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/03_Genesis_Protocol/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/03_Genesis_Protocol/run_proof.py) |
64
  | **04** | [Procedural Seed Format](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/04_Procedural_Seed_Format) | `.LLM` / `.genesis` compact seed file layout. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/04_Procedural_Seed_Format/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/04_Procedural_Seed_Format/run_proof.py) |
65
  | **05** | [Chirp Packetization](https://huggingface.co/TheAiCollectiveART/zymatica.space/tree/main/05_Chirp_Packetization) | LoRa 255-byte frames packaging & XOR-FEC. | [Whitepaper](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/05_Chirp_Packetization/WHITEPAPER.md) | [run_proof.py](https://huggingface.co/TheAiCollectiveART/zymatica.space/blob/main/05_Chirp_Packetization/run_proof.py) |