Instructions to use jacklin/DeLADE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jacklin/DeLADE with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jacklin/DeLADE", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| This model, DeLADE, is trained by fusing neural lexical and semantic components in single transformer using DistilBERT as a backbone. | |
| *[A Dense Representation Framework for Lexical and Semantic Matching](https://arxiv.org/pdf/2112.04666.pdf)* Sheng-Chieh Lin and Jimmy Lin. | |
| You can find the usage of the model in our [DHR repo](https://github.com/jacklin64/DHR): (1) [Inference on MSMARCO Passage Ranking](https://github.com/castorini/DHR/blob/main/docs/msmarco-passage-train-eval.md); (2) [Inference on BEIR datasets](https://github.com/castorini/DHR/blob/main/docs/beir-eval.md). | |