Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
LightEmbed
/
baai-llm-embedder-onnx
like
0
Follow
LightEmbed
1
Sentence Similarity
ONNX
sentence-transformers
light-embed
bert
feature-extraction
Model card
Files
Files and versions
Community
Use this model
402e4f9
baai-llm-embedder-onnx
/
special_tokens_map.json
nguyenthaibinh
initial commit
951ae0d
6 months 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]"
}