Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
datasets:
|
4 |
+
- answerdotai/MMARCO-japanese-32-scored-triplets
|
5 |
+
- unicamp-dl/mmarco
|
6 |
+
language:
|
7 |
+
- ja
|
8 |
+
pipeline_tag: sentence-similarity
|
9 |
+
tags:
|
10 |
+
- ColBERT
|
11 |
+
base_model:
|
12 |
+
- cl-tohoku/bert-base-japanese-v3
|
13 |
+
- bclavie/JaColBERT
|
14 |
+
license: mit
|
15 |
+
library_name: RAGatouille
|
16 |
+
---
|
17 |
+
|
18 |
+
Model weights for the JaColBERTv2.4 checkpoint, which is the pre-post-training version of JaColBERTv2.5, using an entirely overhauled training recipe and trained on just 40% of the data of JaColBERTv2.
|
19 |
+
|
20 |
+
This model largely outperforms all previous approaches, including JaColBERTV2 multilingual models such as BGE-M3, on all datasets.
|
21 |
+
|
22 |
+
This page will be updated with the full details and the model report in the next few days.
|