Add Zymatica logo to model card README
Browse files- .gitattributes +1 -0
- README.md +3 -0
- logo.jpg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
logo.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -13,6 +13,8 @@ pretty_name: Language-U WebGL Inference Engine
|
|
| 13 |
|
| 14 |
# Language-U WebGL Inference Engine
|
| 15 |
|
|
|
|
|
|
|
| 16 |
"The impossible is just code waiting to be written, physics waiting to be rewritten, math a work in progress, and truth waiting to be discovered."
|
| 17 |
|
| 18 |
This repository contains the optimized binary transport representations, the source database, and cross-language range decoders for the **Language-U Semantic Communication Protocol** (Language-U-Browser specification) run on the 49 WebGL database configurations.
|
|
@@ -32,6 +34,7 @@ This optimizes the coordinate payload size to just **110 Bytes** total for all b
|
|
| 32 |
## Directory Structure
|
| 33 |
|
| 34 |
```text
|
|
|
|
| 35 |
βββ run_ultimate_pipeline.py # Level 1-7 dynamic execution compression pipeline
|
| 36 |
βββ VerifyLanguageU.java # Cross-language Java range decoder
|
| 37 |
βββ verify_language_u.rs # Cross-language Rust range decoder
|
|
|
|
| 13 |
|
| 14 |
# Language-U WebGL Inference Engine
|
| 15 |
|
| 16 |
+

|
| 17 |
+
|
| 18 |
"The impossible is just code waiting to be written, physics waiting to be rewritten, math a work in progress, and truth waiting to be discovered."
|
| 19 |
|
| 20 |
This repository contains the optimized binary transport representations, the source database, and cross-language range decoders for the **Language-U Semantic Communication Protocol** (Language-U-Browser specification) run on the 49 WebGL database configurations.
|
|
|
|
| 34 |
## Directory Structure
|
| 35 |
|
| 36 |
```text
|
| 37 |
+
βββ logo.jpg # Zymatica Logo image
|
| 38 |
βββ run_ultimate_pipeline.py # Level 1-7 dynamic execution compression pipeline
|
| 39 |
βββ VerifyLanguageU.java # Cross-language Java range decoder
|
| 40 |
βββ verify_language_u.rs # Cross-language Rust range decoder
|
logo.jpg
ADDED
|
Git LFS Details
|