Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- ColBERT
|
7 |
+
- passage-retrieval
|
8 |
+
---
|
9 |
+
|
10 |
+
<br><br>
|
11 |
+
|
12 |
+
<p align="center">
|
13 |
+
<img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/603763514de52ff951d89793/AFoybzd5lpBQXEBrQHuTt.png?w=200&h=200&f=face" alt="Finetuner logo: Finetuner helps you to create experiments in order to improve embeddings on search tasks. It accompanies you to deliver the last mile of performance-tuning for neural search applications." width="150px">
|
14 |
+
</p>
|
15 |
+
|
16 |
+
|
17 |
+
<p align="center">
|
18 |
+
<b>Trained by <a href="https://jina.ai/"><b>Jina AI</b></a>.</b>
|
19 |
+
</p>
|
20 |
+
|
21 |
+
# Jina-ColBERT-v2
|
22 |
+
|
23 |
+
## TODO
|
24 |
+
|
25 |
+
## Other Models
|
26 |
+
|
27 |
+
Additionally, we provide the following embedding models, you can also use them for retrieval.
|
28 |
+
|
29 |
+
- [`jina-embeddings-v2-base-en`](https://huggingface.co/jinaai/jina-embeddings-v2-base-en): 137 million parameters.
|
30 |
+
- [`jina-embeddings-v2-base-zh`](https://huggingface.co/jinaai/jina-embeddings-v2-base-zh): 161 million parameters Chinese-English bilingual model.
|
31 |
+
- [`jina-embeddings-v2-base-de`](https://huggingface.co/jinaai/jina-embeddings-v2-base-de): 161 million parameters German-English bilingual model.
|
32 |
+
- [`jina-embeddings-v2-base-es`](https://huggingface.co/jinaai/jina-embeddings-v2-base-es): 161 million parameters Spanish-English bilingual model.
|
33 |
+
|
34 |
+
## Contact
|
35 |
+
|
36 |
+
Join our [Discord community](https://discord.jina.ai) and chat with other community members about ideas.
|