bert
embedding
rootxhacker commited on
Commit
b7c3a61
·
verified ·
1 Parent(s): aab62e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -34,6 +34,16 @@ This embedding model performs on par with jinaai/jina-embeddings-v2-base-en on M
34
  - **RoPE positional encoding** for sequence understanding
35
  - **Surrogate gradient training** for differentiable spike computation
36
 
 
 
 
 
 
 
 
 
 
 
37
  ## Usage (Python)
38
 
39
  Using this model with the custom implementation:
 
34
  - **RoPE positional encoding** for sequence understanding
35
  - **Surrogate gradient training** for differentiable spike computation
36
 
37
+
38
+ ## Inference
39
+
40
+ In this gist you can find code for inference of this embedding model
41
+
42
+ ```bash
43
+ https://gist.github.com/harishsg993010/220c24f0b2c41a6287a8579cd17c838f
44
+ ```
45
+
46
+
47
  ## Usage (Python)
48
 
49
  Using this model with the custom implementation: