Update README.md
#1
by nafew - opened
README.md
CHANGED
|
@@ -10,6 +10,8 @@ language:
|
|
| 10 |
|
| 11 |
## Model — short description
|
| 12 |
|
|
|
|
|
|
|
| 13 |
STEALTH is a **120M-parameter** transformer encoder trained to produce **encryption-invariant** sentence embeddings. It learns a topology-preserving mapping from encrypted text embeddings to a plaintext embedding space using the **Semantic Isomorphism Enforcement (SIE)** multi-objective loss.
|
| 14 |
|
| 15 |
## Model specs
|
|
@@ -19,6 +21,13 @@ STEALTH is a **120M-parameter** transformer encoder trained to produce **encrypt
|
|
| 19 |
* **Embedding dim (output):** 256.
|
| 20 |
* **Tokenizer:** encryption-aware byte-level tokenizer.
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
|
|
|
|
| 10 |
|
| 11 |
## Model — short description
|
| 12 |
|
| 13 |
+
    
|
| 14 |
+
|
| 15 |
STEALTH is a **120M-parameter** transformer encoder trained to produce **encryption-invariant** sentence embeddings. It learns a topology-preserving mapping from encrypted text embeddings to a plaintext embedding space using the **Semantic Isomorphism Enforcement (SIE)** multi-objective loss.
|
| 16 |
|
| 17 |
## Model specs
|
|
|
|
| 21 |
* **Embedding dim (output):** 256.
|
| 22 |
* **Tokenizer:** encryption-aware byte-level tokenizer.
|
| 23 |
|
| 24 |
+
## Highlights
|
| 25 |
+
|
| 26 |
+
* ✅ **Privacy-first**: Operates on ciphertext without requiring decryption.
|
| 27 |
+
* ✅ **Topology preserving**: SIE loss aligns encrypted and plaintext embeddings while preserving semantic distances.
|
| 28 |
+
* ✅ **Robust training**: Multi-key augmentation (multiple ciphertext variants per plaintext) improves invariance and generalization.
|
| 29 |
+
* ✅ **Practical**: Small model footprint (120M) for efficient deployment in constrained environments.
|
| 30 |
+
|
| 31 |
+
|
| 32 |
|
| 33 |
|