eugene-yang
commited on
Commit
•
520403b
1
Parent(s):
f6bf955
git update readme
Browse files
README.md
CHANGED
@@ -21,6 +21,13 @@ license: mit
|
|
21 |
|
22 |
# ColBERT-X for English-Persian CLIR using Translate-Distill
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
## Model Description
|
25 |
|
26 |
Translate-Distill is a training technique that produces state-of-the-art CLIR dense retrieval model through translation and distillation.
|
|
|
21 |
|
22 |
# ColBERT-X for English-Persian CLIR using Translate-Distill
|
23 |
|
24 |
+
## CLIR Model Setting
|
25 |
+
|
26 |
+
- Query language: English
|
27 |
+
- Query length: 32 token max
|
28 |
+
- Document language: Persian
|
29 |
+
- Document length: 180 token max (please use MaxP to aggregate the passage score if needed)
|
30 |
+
|
31 |
## Model Description
|
32 |
|
33 |
Translate-Distill is a training technique that produces state-of-the-art CLIR dense retrieval model through translation and distillation.
|