Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Model Type
|
| 2 |
+
Geometric embedding field (non-neural, transformer-free)
|
| 3 |
+
|
| 4 |
+
## Parameter Size
|
| 5 |
+
~165M embedding parameters (static matrix)
|
| 6 |
+
|
| 7 |
+
## Intended Use
|
| 8 |
+
- Semantic similarity
|
| 9 |
+
- Lightweight retrieval
|
| 10 |
+
- Geometric experimentation
|
| 11 |
+
|
| 12 |
+
## Limitations
|
| 13 |
+
- No contextual modeling
|
| 14 |
+
- No token interaction modeling
|
| 15 |
+
- Domain performance varies
|