Instructions to use BAAI/llm-embedder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/llm-embedder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="BAAI/llm-embedder")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("BAAI/llm-embedder") model = AutoModel.from_pretrained("BAAI/llm-embedder") - Inference
- Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
#29 opened 12 months ago
by
Narsil
Add new SentenceTransformer model with an openvino backend
#28 opened 12 months ago
by
Narsil
Add exported onnx model 'model_qint8_avx512_vnni.onnx'
#27 opened 12 months ago
by
Narsil
Add exported onnx model 'model_qint8_avx512.onnx'
#26 opened 12 months ago
by
Narsil
Add exported onnx model 'model_quint8_avx2.onnx'
#25 opened 12 months ago
by
Narsil
Add exported onnx model 'model_qint8_arm64.onnx'
#24 opened 12 months ago
by
Narsil
Add exported onnx model 'model_O4.onnx'
#23 opened 12 months ago
by
Narsil
Add exported onnx model 'model_O3.onnx'
#22 opened 12 months ago
by
Narsil
Add exported onnx model 'model_O2.onnx'
#21 opened 12 months ago
by
Narsil
Add exported onnx model 'model_O1.onnx'
#20 opened 12 months ago
by
Narsil
Add new SentenceTransformer model with an onnx backend
#19 opened 12 months ago
by
Narsil
Add exported onnx model 'model_qint8_avx512_vnni.onnx'
#18 opened 12 months ago
by
Narsil
Add exported onnx model 'model_qint8_avx512.onnx'
#17 opened 12 months ago
by
Narsil
Add exported onnx model 'model_quint8_avx2.onnx'
#16 opened 12 months ago
by
Narsil
Add exported onnx model 'model_qint8_arm64.onnx'
#15 opened 12 months ago
by
Narsil
Add exported onnx model 'model_O4.onnx'
#14 opened 12 months ago
by
Narsil
Add exported onnx model 'model_O3.onnx'
#13 opened 12 months ago
by
Narsil
Add exported onnx model 'model_O2.onnx'
#12 opened 12 months ago
by
Narsil
Add exported onnx model 'model_O1.onnx'
#11 opened 12 months ago
by
Narsil
Add new SentenceTransformer model with an onnx backend
#10 opened 12 months ago
by
Narsil
用llm当passage encoder
1
#9 opened over 2 years ago
by
turtlejiang
This vs bge-large-en-v1.5?
❤️ 1
1
#5 opened over 2 years ago
by
chongcy
会提供支持中文版本的llm-embedder吗
1
#3 opened over 2 years ago
by
supdileo
512的long-range?
1
#2 opened over 2 years ago
by
JaheimLee
这个模型是干嘛用的?
2
#1 opened over 2 years ago
by
hanswang73