Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
nixiesearch
/
e5-base-v2-onnx
like
3
Follow
Nixiesearch
4
Feature Extraction
sentence-transformers
ONNX
21 datasets
English
bert
sentence-similarity
text-embeddings-inference
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
4c493d4
e5-base-v2-onnx
/
special_tokens_map.json
shuttie
initial commit
50af302
over 1 year ago
raw
Copy download link
history
blame
Safe
125 Bytes
{
"cls_token"
:
"[CLS]"
,
"mask_token"
:
"[MASK]"
,
"pad_token"
:
"[PAD]"
,
"sep_token"
:
"[SEP]"
,
"unk_token"
:
"[UNK]"
}