Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ To acquire the pre-trained model only, see the [UWB-AIR/MQDD-pretrained](https:/
|
|
14 |
|
15 |
We release a fine-tuned version of our MQDD model for duplicate detection task. The model's architecture follows the architecture of a two-tower model as depicted in the figure below:
|
16 |
|
17 |
-
<img src="architecture.png" width="700">
|
18 |
|
19 |
A self-standing encoder without a duplicate detection head can be loaded using the following source code snippet. Such a model can be used for building search systems based, for example, on [Faiss](https://github.com/facebookresearch/faiss) library.
|
20 |
|
|
|
14 |
|
15 |
We release a fine-tuned version of our MQDD model for duplicate detection task. The model's architecture follows the architecture of a two-tower model as depicted in the figure below:
|
16 |
|
17 |
+
<img src="https://raw.githubusercontent.com/kiv-air/MQDD/master/img/architecture.png" width="700">
|
18 |
|
19 |
A self-standing encoder without a duplicate detection head can be loaded using the following source code snippet. Such a model can be used for building search systems based, for example, on [Faiss](https://github.com/facebookresearch/faiss) library.
|
20 |
|