eugene-yang commited on
Commit
4d557e7
1 Parent(s): 4993c68

git update readme

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -21,6 +21,13 @@ license: mit
21
 
22
  # ColBERT-X for English-Chinese 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-Chinese CLIR using Translate-Distill
23
 
24
+ ## CLIR Model Setting
25
+
26
+ - Query language: English
27
+ - Query length: 32 token max
28
+ - Document language: Chinese
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.