t0b1as91 commited on
Commit
c049e26
·
verified ·
1 Parent(s): 49bb725

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ This model is a merged model, using [bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5), [GIST-Embedding-v0](https://huggingface.co/avsolatorio/GIST-Embedding-v0) and [gte-base](https://huggingface.co/thenlper/gte-base).
6
+ This model focuses on retrieval tasks while also performing well on various tasks (See experiment details below).
7
+
8
+ ##Usage
9
+
10
+ ##For retrieval tasks
11
+ ```python
12
+
13
+ ```