maidalun1020
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -567,11 +567,13 @@ The summary of multiple domains evaluations can be seen in <a href=#1-multiple-d
|
|
567 |
![image/jpeg](assets/rag_eval_multiple_domains_summary.jpg)
|
568 |
|
569 |
***NOTE:***
|
|
|
570 |
- In `WithoutReranker` setting, our `bce-embedding-base_v1` outperforms all the other embedding models.
|
571 |
- With fixing the embedding model, our `bce-reranker-base_v1` achieves the best performence.
|
572 |
- **The combination of `bce-embedding-base_v1` and `bce-reranker-base_v1` is SOTA**.
|
573 |
|
574 |
***要点:***
|
|
|
575 |
- 在`WithoutReranker`设置下(**竖排对比**),`bce-embedding-base_v1`优于其他Embedding模型,包括开源和闭源。
|
576 |
- 在固定Embedding模型设置下,对比不同reranker效果(**横排对比**),`bce-reranker-base_v1`比其他reranker模型效果都要好,包括开源和闭源。
|
577 |
- ***`bce-embedding-base_v1`和`bce-reranker-base_v1`组合,表现SOTA。***
|
|
|
567 |
![image/jpeg](assets/rag_eval_multiple_domains_summary.jpg)
|
568 |
|
569 |
***NOTE:***
|
570 |
+
- Evaluated in **["en", "zh", "en-zh", "zh-en"] setting**.
|
571 |
- In `WithoutReranker` setting, our `bce-embedding-base_v1` outperforms all the other embedding models.
|
572 |
- With fixing the embedding model, our `bce-reranker-base_v1` achieves the best performence.
|
573 |
- **The combination of `bce-embedding-base_v1` and `bce-reranker-base_v1` is SOTA**.
|
574 |
|
575 |
***要点:***
|
576 |
+
- 评测是在["en", "zh", "en-zh", "zh-en"]设置下。
|
577 |
- 在`WithoutReranker`设置下(**竖排对比**),`bce-embedding-base_v1`优于其他Embedding模型,包括开源和闭源。
|
578 |
- 在固定Embedding模型设置下,对比不同reranker效果(**横排对比**),`bce-reranker-base_v1`比其他reranker模型效果都要好,包括开源和闭源。
|
579 |
- ***`bce-embedding-base_v1`和`bce-reranker-base_v1`组合,表现SOTA。***
|