TheAiCollectiveART commited on
Commit
564ee59
·
verified ·
1 Parent(s): 2a4d5e2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -39,11 +39,17 @@ This repository contains components from multiple origins. Licenses are assigned
39
 
40
  ### Proprietary Components — All Rights Reserved, zymatica.space
41
  The following are the exclusive intellectual property of **zymatica.space** and are **All Rights Reserved**. No part may be reproduced, distributed, reverse-engineered, modified, or used in any form without explicit written permission:
42
- * **Language-U framework** the compression taxonomy, semantic decomposition theory, and Shannon Bypass methodology.
43
- * **Genesis Protocol** the multi-level procedural model transmission and reconstruction architecture.
44
- * **ProceduralSeed format (`.LLM` / `.genesis`)** the binary seed file format, layer encoding schema, and weights projection indexing.
45
- * **Chirp packetization scheme** the 78-chirp / 255-byte LoRA packet layout, XOR-FEC error correction, and Huffman encoding.
46
- * **SVD/DCT compression pipeline** weights reduction and reconstruction algorithms.
 
 
 
 
 
 
47
 
48
  ---
49
 
 
39
 
40
  ### Proprietary Components — All Rights Reserved, zymatica.space
41
  The following are the exclusive intellectual property of **zymatica.space** and are **All Rights Reserved**. No part may be reproduced, distributed, reverse-engineered, modified, or used in any form without explicit written permission:
42
+ * **Language-U Framework:** The compression taxonomy, semantic decomposition theory, Shannon Bypass mathematical framework, and entropy decomposition equations.
43
+ * **Cuneiform-U Semantic Hypercube System:** The 6-dimensional hypercube mapping along orthogonal axes (Domain, Subdomain, Operation, Modality, Depth, Polarity) and coordinate radical representation schemas ($R_C$, $R_F$, $R_A$).
44
+ * **Genesis Protocol:** The multi-level procedural model transmission, sharded weights reconstruction, and dynamic layers streaming execution architecture.
45
+ * **ProceduralSeed File Format (`.LLM` / `.genesis`):** The custom binary seed format, layer encoding schemas, coordinate-packing matrices, and weights projection indexing.
46
+ * **Chirp Packetization & FEC Scheme:** The LoRA packet layout wrappers (including 78-chirp and 28-chirp physical packetization formats), Qualia Seed configuration (0xE0), Huffman facts coding mappings, and XOR-FEC (Forward Error Correction) recovery stream algorithms.
47
+ * **SVD/DCT Compression & Reconstructor Pipeline:** The weights reduction algorithms, singular value decomposition (SVD) projection targets, discrete cosine transform (DCT) spectral compression, and grow_weight / shrink_weight reconstruction implementations.
48
+ * **LLM-Logits-Driven Range Coding (LLD-AC):** The active logits-driven probability range coding and decoding mechanisms, dynamic entropy priors, and collapse signal scaling.
49
+ * **Embedding-Driven Weight Projection (E-PAUP / 1-PAUP):** The mathematical projection of target weight deltas/manifolds onto base-model shared word embedding matrices.
50
+ * **Tokenizer Prefix-Suffix Varint Differential Coding:** The lossless tokenizer serialization storing tokens by ID order using variable-length prefix sharing indexes and suffix bytes.
51
+ * **Multi-Language Runtimes & Ports:** Low-overhead execution runtimes, off-line tokenizers, and edge-optimized memory management bindings (including C++, Rust, Go, Python, Swift, Java, and TypeScript implementations).
52
+ * **SFT Healing & Adaptive Cognitive Alignment:** The LoRA PEFT receiver-side healing loops, multi-task SFT alignment recipes, loss balancing weights, and token-based on-device reconstruction correction scripts (including decode_teleport.py).
53
 
54
  ---
55