Instructions to use alexandraroze/mixedbread-code-cross-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexandraroze/mixedbread-code-cross-encoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="alexandraroze/mixedbread-code-cross-encoder")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("alexandraroze/mixedbread-code-cross-encoder") model = AutoModelForSequenceClassification.from_pretrained("alexandraroze/mixedbread-code-cross-encoder", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
33e237d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0451e379be033a0160d838d654d4a98b05f1c4afc0de8dcfe5619d6eaa03f2f5
size 737716196
|