Instructions to use SparseCL/GTE-SparseCL-hotpotqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SparseCL/GTE-SparseCL-hotpotqa with Transformers:
# Load model directly from transformers import NewModelForCL model = NewModelForCL.from_pretrained("SparseCL/GTE-SparseCL-hotpotqa", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle