Feature Extraction
Transformers
PyTorch
roberta
mteb
Eval Results (legacy)
text-embeddings-inference
Instructions to use zhou-xl/bi-cse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zhou-xl/bi-cse with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="zhou-xl/bi-cse")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("zhou-xl/bi-cse") model = AutoModel.from_pretrained("zhou-xl/bi-cse", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K