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