memray commited on
Commit
2d27fc4
·
verified ·
1 Parent(s): 2390634

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -3277,7 +3277,12 @@ license: cc-by-nc-4.0
3277
 
3278
  **SFR-Embedding by Salesforce Research.**
3279
 
3280
- The model is trained on top of [E5-mistral-7b-instruct](https://huggingface.co/intfloat/e5-mistral-7b-instruct) and [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1). The model has 32 layers and the embedding size is 4096.
 
 
 
 
 
3281
 
3282
  More technical details will be updated later.
3283
 
@@ -3331,20 +3336,15 @@ scores = (embeddings[:2] @ embeddings[2:].T) * 100
3331
  print(scores.tolist())
3332
  ```
3333
 
3334
- Full MTEB evaluation will be added soon.
3335
-
3336
- SFR-Embedding Team
3337
 
 
3338
  * Rui Meng*
3339
  * Ye Liu*
3340
  * Semih Yavuz
3341
  * Yingbo Zhou
3342
  * Caiming Xiong
3343
 
3344
- This project is for research purposes only. Third-party datasets may be subject to additional terms and conditions under their associated licenses. Please refer to specific papers for more details:
3345
- - [E5 Dataset](https://arxiv.org/abs/2212.03533)
3346
- - [MTEB Dataset](https://arxiv.org/abs/2210.07316)
3347
- - [Mistral Dataset](https://arxiv.org/abs/2310.06825)
3348
 
3349
 
3350
 
 
3277
 
3278
  **SFR-Embedding by Salesforce Research.**
3279
 
3280
+ The model is trained on top of [E5-mistral-7b-instruct](https://huggingface.co/intfloat/e5-mistral-7b-instruct) and [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1).
3281
+
3282
+ This project is for research purposes only. Third-party datasets may be subject to additional terms and conditions under their associated licenses. Please refer to specific papers for more details:
3283
+ - [MTEB benchmark](https://arxiv.org/abs/2210.07316)
3284
+ - [Mistral](https://arxiv.org/abs/2310.06825)
3285
+ - [E5-mistral-7b-instruct](https://arxiv.org/pdf/2401.00368.pdf)
3286
 
3287
  More technical details will be updated later.
3288
 
 
3336
  print(scores.tolist())
3337
  ```
3338
 
3339
+ Code for MTEB evaluation will be added soon.
 
 
3340
 
3341
+ SFR-Embedding Team (∗indicates lead contributors).
3342
  * Rui Meng*
3343
  * Ye Liu*
3344
  * Semih Yavuz
3345
  * Yingbo Zhou
3346
  * Caiming Xiong
3347
 
 
 
 
 
3348
 
3349
 
3350