From 3e3969784f9381c0650362f1ecdea9d31705af63 Mon Sep 17 00:00:00 2001 From: grok <42383434+NLPJCL@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:49:47 +0800 Subject: [PATCH] Update README.md update english readme Former-commit-id: 7627ef09088ecbc234c08c0cb4743cbaee576b76 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1705fef1..6292a3d6 100644 --- a/README.md +++ b/README.md @@ -708,6 +708,8 @@ If you have a project that should be incorporated, please contact via email or c 1. **[AutoRE](https://github.com/THUDM/AutoRE)**: A document-level relation extraction system based on large language models. 1. **[NVIDIA RTX AI Toolkit](https://github.com/NVIDIA/RTX-AI-Toolkit)**: SDKs for fine-tuning LLMs on Windows PC for NVIDIA RTX. 1. **[LazyLLM](https://github.com/LazyAGI/LazyLLM)**: An easy and lazy way for building multi-agent LLMs applications and supports model fine-tuning via LLaMA Factory. +1. **[RAG-Retrieval](https://github.com/NLPJCL/RAG-Retrieval)**:RAG-Retrieval provides the full pipeline for RAG retrieval model fine-tuning, inference, and distillation code.[[Best practices for LLM on Reranker tasks: A simple experiment report(with code)]](https://zhuanlan.zhihu.com/p/987727357) +