Feature Extraction
Transformers
Safetensors
English
mistral
mteb
Eval Results (legacy)
text-embeddings-inference
Instructions to use Haon-Chen/speed-embedding-7b-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Haon-Chen/speed-embedding-7b-instruct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Haon-Chen/speed-embedding-7b-instruct")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Haon-Chen/speed-embedding-7b-instruct") model = AutoModel.from_pretrained("Haon-Chen/speed-embedding-7b-instruct") - Notebooks
- Google Colab
- Kaggle
Ctrl+K