LilaBoualili commited on
Commit
e4ba38f
1 Parent(s): a371b17

Model Card

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ At its core it uses an BERT-Base model (bert-base-uncased) fine-tuned on the MS MARCO passage classification task using the Sim-Pair marking strategy that highlights exact term matches between the query and the passage via marker tokens (#). It can be loaded using the TF/AutoModelForSequenceClassification classes.
2
+
3
+ Refer to our [github repository](https://github.com/BOUALILILila/ExactMatchMarking) for a usage example for ad hoc ranking.