Instructions to use nvidia/dragon-multiturn-query-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/dragon-multiturn-query-encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="nvidia/dragon-multiturn-query-encoder")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("nvidia/dragon-multiturn-query-encoder") model = AutoModel.from_pretrained("nvidia/dragon-multiturn-query-encoder", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ We introduce Dragon-multiturn, a retriever specifically designed for the convers
|
|
| 27 |
<table class="tg">
|
| 28 |
<thead>
|
| 29 |
<tr>
|
| 30 |
-
<th class="tg-0pky" rowspan="2">
|
| 31 |
<th class="tg-c3ow" colspan="2">Average</th>
|
| 32 |
<th class="tg-c3ow" colspan="2">Doc2Dial</th>
|
| 33 |
<th class="tg-c3ow" colspan="2">QuAC</th>
|
|
|
|
| 27 |
<table class="tg">
|
| 28 |
<thead>
|
| 29 |
<tr>
|
| 30 |
+
<th class="tg-0pky" rowspan="2"></th>
|
| 31 |
<th class="tg-c3ow" colspan="2">Average</th>
|
| 32 |
<th class="tg-c3ow" colspan="2">Doc2Dial</th>
|
| 33 |
<th class="tg-c3ow" colspan="2">QuAC</th>
|