Update README.md

#1
by nafew - opened
Files changed (1) hide show
  1. README.md +10 -1
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
+ ![PyTorch](https://img.shields.io/badge/PyTorch-%3E%3D1.8-orange) ![Transformers](https://img.shields.io/badge/Transformers-compatible-blue) ![Hugging%20Face](https://img.shields.io/badge/Hugging%20Face-model-blueviolet) ![License: MIT](https://img.shields.io/badge/License-MIT-green) ![Model size](https://img.shields.io/badge/Model--size-120M-lightgrey)
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