SixOpen commited on
Commit
fed4d3d
·
verified ·
1 Parent(s): b5ceec6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -24,7 +24,8 @@ Live Demo:
24
  [![Try in Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-sm.svg)](https://huggingface.co/spaces/SixOpen/HARE)
25
 
26
 
27
- ![image](https://cdn-uploads.huggingface.co/production/uploads/65f47dc77874f3874523c628/GFqHaFy1fplauCi2mkm7M.png)
 
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
  [![Try in Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-sm.svg)](https://huggingface.co/spaces/SixOpen/HARE)
25
 
26
 
27
+
28
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/65f47dc77874f3874523c628/eQB_kI-cVe_xr5cNeJqVM.png)
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.