Sentence Similarity
Transformers
PyTorch
Safetensors
English
bert
feature-extraction
text-embeddings-inference
Instructions to use SAP/miCSE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SAP/miCSE with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SAP/miCSE") model = AutoModel.from_pretrained("SAP/miCSE") - Notebooks
- Google Colab
- Kaggle