Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,8 @@ Live Demo:
|
|
| 24 |
[](https://huggingface.co/spaces/SixOpen/HARE)
|
| 25 |
|
| 26 |
|
| 27 |
-
|
|
|
|
| 28 |
|
| 29 |
Conventional embedding models are stateless: adding new content requires re-encoding from scratch because token representations depend on the entire sequence.
|
| 30 |
HARE replaces 14 local sliding-window attention layers in ModernBERT-base with bidirectional RWKV linear recurrence while retaining 8 global attention layers.
|
|
|
|
| 24 |
[](https://huggingface.co/spaces/SixOpen/HARE)
|
| 25 |
|
| 26 |
|
| 27 |
+
|
| 28 |
+

|
| 29 |
|
| 30 |
Conventional embedding models are stateless: adding new content requires re-encoding from scratch because token representations depend on the entire sequence.
|
| 31 |
HARE replaces 14 local sliding-window attention layers in ModernBERT-base with bidirectional RWKV linear recurrence while retaining 8 global attention layers.
|