Spaces:
Running
Running
Add comprehensive Space README with features, architecture, and related links
Browse files
README.md
CHANGED
|
@@ -11,4 +11,26 @@ license: apache-2.0
|
|
| 11 |
short_description: PHDM 21D Embedding Model - Hyperbolic AI Safety Embeddings f
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
short_description: PHDM 21D Embedding Model - Hyperbolic AI Safety Embeddings f
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# PHDM 21D Embedding Model Demo
|
| 15 |
+
|
| 16 |
+
Interactive visualization and encoding demo for the PHDM 21D Embedding Model, which maps text inputs into a 21-dimensional Poincare Ball manifold for hyperbolic AI safety governance.
|
| 17 |
+
|
| 18 |
+
## Features
|
| 19 |
+
|
| 20 |
+
- **Text Encoding**: Encode any text input into a 21-dimensional hyperbolic embedding vector
|
| 21 |
+
- **Visualization**: Visualize embeddings in the Poincare Ball space
|
| 22 |
+
- **Similarity Search**: Compare semantic similarity between text pairs using hyperbolic distance
|
| 23 |
+
|
| 24 |
+
## Architecture
|
| 25 |
+
|
| 26 |
+
The embedding space consists of 21 dimensions:
|
| 27 |
+
- 6D hyperbolic components
|
| 28 |
+
- 6D phase components
|
| 29 |
+
- 3D flux components
|
| 30 |
+
- 6D audit components
|
| 31 |
+
|
| 32 |
+
## Related
|
| 33 |
+
|
| 34 |
+
- [PHDM 21D Embedding Model](https://huggingface.co/issdandavis/phdm-21d-embedding)
|
| 35 |
+
- [SCBE-AETHERMOORE GitHub](https://github.com/issdandavis/SCBE-AETHERMOORE)
|
| 36 |
+
- [Knowledge Base Dataset](https://huggingface.co/datasets/issdandavis/scbe-aethermoore-knowledge-base)
|