Skip to content

Commit 22f6682

Browse files
authored
Update README.md
1 parent 2c8b8ce commit 22f6682

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
[English](./README.md) | [中文](./README_zh.md)
1818

1919
The RAG-Retrieval offers end-to-end code for training, inference, and distillation of the RAG retrieval model.
20-
- For training, **RAG-Retrieval supports fine-tuning of any open-source RAG retrieval model**, including embedding models (figure a,bert-based, llm-based), late interactive models (figure d,colbert), and reranker models (figure c,bert-based, llm-based).
20+
- For training, **RAG-Retrieval supports fine-tuning of any open-source RAG retrieval models**, including embedding models (figure a,bert-based, llm-based), late interactive models (figure d,colbert), and reranker models (figure c,bert-based, llm-based).
2121
- For inference, RAG-Retrieval focuses reranker and has developed a lightweight Python library [rag-retrieval](https://pypi.org/project/rag-retrieval/), **which provides a unified way to call any different RAG ranking models.**
22-
- For distillation, it supports distilling LLM-based reranker models into bert-based reranker models.
23-
22+
- For distillation, **Distillation of support embedding models and reranker models**, support distill from a larger model to a smaller model (0.5b llm or bert-base).
2423

2524
![ColBERT](pictures/models.png)
2625

0 commit comments

Comments
 (0)