Update README.md
Browse files
README.md
CHANGED
|
@@ -55,6 +55,21 @@ No safetensors / pytorch_model.bin is included because this model is distributed
|
|
| 55 |
|
| 56 |
---
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## Stress Test Results (Hard Retrieval Setting)
|
| 59 |
|
| 60 |
- corpus size = 1200
|
|
|
|
| 55 |
|
| 56 |
---
|
| 57 |
|
| 58 |
+
## Parameter Size
|
| 59 |
+
~165M embedding parameters (static matrix)
|
| 60 |
+
|
| 61 |
+
## Intended Use
|
| 62 |
+
- Semantic similarity
|
| 63 |
+
- Lightweight retrieval
|
| 64 |
+
- Geometric experimentation
|
| 65 |
+
|
| 66 |
+
## Limitations
|
| 67 |
+
- No contextual modeling
|
| 68 |
+
- No token interaction modeling
|
| 69 |
+
- Domain performance varies
|
| 70 |
+
|
| 71 |
+
---
|
| 72 |
+
|
| 73 |
## Stress Test Results (Hard Retrieval Setting)
|
| 74 |
|
| 75 |
- corpus size = 1200
|