feat: revert the mask padding default setting
Browse files- 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":
|
| 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,
|