bwang0911 Sushentsev commited on
Commit
34339fb
1 Parent(s): 9d61b43

Update README.md (#8)

Browse files

- Update README.md (55e5a5e8f73a773d71584222991e349f843e64ea)


Co-authored-by: Denis Sushentsev <Sushentsev@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ These pairs were obtained from various domains and were carefully selected throu
42
  The embedding model was trained using 512 sequence length, but extrapolates to 8k sequence length (or even longer) thanks to ALiBi.
43
  This makes our model useful for a range of use cases, especially when processing long documents is needed, including technical question answering and code search.
44
 
45
- This model has 137 million parameters, which enables fast and memory efficient inference, while delivering impressive performance.
46
  Additionally, we provide the following embedding models:
47
 
48
  - [`jina-embeddings-v2-small-en`](https://huggingface.co/jinaai/jina-embeddings-v2-small-en): 33 million parameters.
 
42
  The embedding model was trained using 512 sequence length, but extrapolates to 8k sequence length (or even longer) thanks to ALiBi.
43
  This makes our model useful for a range of use cases, especially when processing long documents is needed, including technical question answering and code search.
44
 
45
+ This model has 161 million parameters, which enables fast and memory efficient inference, while delivering impressive performance.
46
  Additionally, we provide the following embedding models:
47
 
48
  - [`jina-embeddings-v2-small-en`](https://huggingface.co/jinaai/jina-embeddings-v2-small-en): 33 million parameters.