lightonai / pylate

Late Interaction Models Training & Retrieval
https://lightonai.github.io/pylate/
MIT License
158 stars 7 forks source link

Add skiplist as a parameter #14

Closed NohTow closed 4 months ago

NohTow commented 4 months ago

Right now, the skiplist is hardcoded (as in original ColBERT, masking all the punctuation in documents for scoring). It might be cool to be able to let the user define it, so we need to choose how to present the option and in what format to store it.

NohTow commented 4 months ago

Solved in #16.