nan commited on
Commit
6392a28
1 Parent(s): 0dad374

feat: revert the mask padding default setting

Browse files
Files changed (1) hide show
  1. artifact.metadata +1 -1
artifact.metadata CHANGED
@@ -27,7 +27,7 @@
27
  "ignore_scores": true,
28
  "model_name": "jinaai/jina-colbert-v2",
29
  "query_maxlen": 32,
30
- "attend_to_mask_tokens": false,
31
  "interaction": "colbert",
32
  "doc_maxlen": 300,
33
  "mask_punctuation": true,
 
27
  "ignore_scores": true,
28
  "model_name": "jinaai/jina-colbert-v2",
29
  "query_maxlen": 32,
30
+ "attend_to_mask_tokens": true,
31
  "interaction": "colbert",
32
  "doc_maxlen": 300,
33
  "mask_punctuation": true,