Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ license:
|
|
15 |
We introduce Dragon-multiturn, a retriever specifically designed for the conversational QA scenario. It can handle conversational query which combine dialogue history with the current query. It is built on top of the [Dragon](https://huggingface.co/facebook/dragon-plus-query-encoder) retriever. The details of Dragon-multiturn can be found in [here](https://arxiv.org/abs/2401.10225). **Please note that this repository is for the query encoder of Dragon-multiturn, and we use a separate model for the context encoder, which can be found [here](https://huggingface.co/nvidia/dragon-multiturn-context-encoder).**
|
16 |
|
17 |
## Other Resources
|
18 |
-
[Llama3-ChatQA-1.5-8B](https://huggingface.co/nvidia/Llama3-ChatQA-1.5-8B)   [Llama3-ChatQA-1.5-70B](https://huggingface.co/nvidia/Llama3-ChatQA-1.5-70B)   [Evaluation Data](https://huggingface.co/datasets/nvidia/ChatRAG-Bench)   [Training Data](https://huggingface.co/datasets/nvidia/ChatQA-Training-Data)   [Paper](https://arxiv.org/abs/2401.10225)
|
19 |
|
20 |
## Benchmark Results
|
21 |
<style type="text/css">
|
|
|
15 |
We introduce Dragon-multiturn, a retriever specifically designed for the conversational QA scenario. It can handle conversational query which combine dialogue history with the current query. It is built on top of the [Dragon](https://huggingface.co/facebook/dragon-plus-query-encoder) retriever. The details of Dragon-multiturn can be found in [here](https://arxiv.org/abs/2401.10225). **Please note that this repository is for the query encoder of Dragon-multiturn, and we use a separate model for the context encoder, which can be found [here](https://huggingface.co/nvidia/dragon-multiturn-context-encoder).**
|
16 |
|
17 |
## Other Resources
|
18 |
+
[Llama3-ChatQA-1.5-8B](https://huggingface.co/nvidia/Llama3-ChatQA-1.5-8B)   [Llama3-ChatQA-1.5-70B](https://huggingface.co/nvidia/Llama3-ChatQA-1.5-70B)   [Evaluation Data](https://huggingface.co/datasets/nvidia/ChatRAG-Bench)   [Training Data](https://huggingface.co/datasets/nvidia/ChatQA-Training-Data)   [Website](https://chatqa-project.github.io/)   [Paper](https://arxiv.org/abs/2401.10225)
|
19 |
|
20 |
## Benchmark Results
|
21 |
<style type="text/css">
|